Instructions to use ntoldalagi/C0_LID_DEV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ntoldalagi/C0_LID_DEV with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ntoldalagi/C0_LID_DEV")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ntoldalagi/C0_LID_DEV") model = AutoModelForCTC.from_pretrained("ntoldalagi/C0_LID_DEV", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ea26628
1
Parent(s): c2d1d1e
add tokenizer
Browse files
runs/Mar24_00-35-00_ip-172-31-29-56/1648082157.2038121/events.out.tfevents.1648082157.ip-172-31-29-56
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58d55d40fe0e8d8a26ef5ee38c839462be09d197c9000d7510a1ebe42735e47d
|
| 3 |
+
size 4558
|
runs/Mar24_00-35-00_ip-172-31-29-56/events.out.tfevents.1648082157.ip-172-31-29-56
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f999a63b3c54890c13053f41119b01360046c1bc7efc1cc0d901ae76ac3057de
|
| 3 |
+
size 4702
|