Instructions to use RecCode/Project-Whisper_Fine_tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RecCode/Project-Whisper_Fine_tuning with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="RecCode/Project-Whisper_Fine_tuning")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("RecCode/Project-Whisper_Fine_tuning") model = AutoModelForSpeechSeq2Seq.from_pretrained("RecCode/Project-Whisper_Fine_tuning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 40
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33a1506cc9aab67374ed0c61d36c38d7457cb50b538e55509f82a13d82a2350d
|
| 3 |
size 966995080
|
runs/Jan26_01-42-00_d9c0f3b99ac0/events.out.tfevents.1706233322.d9c0f3b99ac0.3298.3
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bdf519654720dc6a39b92d8cf8c9fd562854beea377360e70738cd52c6662d4
|
| 3 |
+
size 7122
|