Saving train state of step 5
Browse files
distil-whisper/events.out.tfevents.1715170865.server02.1911294.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8058e969be15e9350e524a30e5e7c7f41b457379c3f5914c0168bff7abdd853
|
| 3 |
+
size 392
|
run_distillation.py
CHANGED
|
@@ -1647,6 +1647,7 @@ def main():
|
|
| 1647 |
position=2,
|
| 1648 |
disable=not accelerator.is_local_main_process,
|
| 1649 |
):
|
|
|
|
| 1650 |
# Model forward
|
| 1651 |
eval_metric = eval_step(batch)
|
| 1652 |
eval_metric = accelerator.gather_for_metrics(eval_metric)
|
|
|
|
| 1647 |
position=2,
|
| 1648 |
disable=not accelerator.is_local_main_process,
|
| 1649 |
):
|
| 1650 |
+
print(f"type(batch) : {type(batch)}")
|
| 1651 |
# Model forward
|
| 1652 |
eval_metric = eval_step(batch)
|
| 1653 |
eval_metric = accelerator.gather_for_metrics(eval_metric)
|