update
Browse files- .gitignore +1 -0
- distil_whisper/__pycache__/__init__.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/layers.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/partitioner.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/pipeline.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/train_state.cpython-310.pyc +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
wandb/
|
distil_whisper/__pycache__/__init__.cpython-310.pyc
CHANGED
Binary files a/distil_whisper/__pycache__/__init__.cpython-310.pyc and b/distil_whisper/__pycache__/__init__.cpython-310.pyc differ
|
|
distil_whisper/__pycache__/layers.cpython-310.pyc
CHANGED
Binary files a/distil_whisper/__pycache__/layers.cpython-310.pyc and b/distil_whisper/__pycache__/layers.cpython-310.pyc differ
|
|
distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc
CHANGED
Binary files a/distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc and b/distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc differ
|
|
distil_whisper/__pycache__/partitioner.cpython-310.pyc
CHANGED
Binary files a/distil_whisper/__pycache__/partitioner.cpython-310.pyc and b/distil_whisper/__pycache__/partitioner.cpython-310.pyc differ
|
|
distil_whisper/__pycache__/pipeline.cpython-310.pyc
CHANGED
Binary files a/distil_whisper/__pycache__/pipeline.cpython-310.pyc and b/distil_whisper/__pycache__/pipeline.cpython-310.pyc differ
|
|
distil_whisper/__pycache__/train_state.cpython-310.pyc
CHANGED
Binary files a/distil_whisper/__pycache__/train_state.cpython-310.pyc and b/distil_whisper/__pycache__/train_state.cpython-310.pyc differ
|
|