Instructions to use ilyes25/frdirect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ilyes25/frdirect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ilyes25/frdirect")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ilyes25/frdirect") model = AutoModelForCTC.from_pretrained("ilyes25/frdirect") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 8520
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3858972908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b42d33c1379d71f8d785de84e9e59064a41d798e51b5cebde7ddbf2dd4444c
|
| 3 |
size 3858972908
|