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 ·
83e5a4f
1
Parent(s): 1a570f1
add tokenizer
Browse files
runs/Mar28_04-38-40_ip-172-31-29-56/1648442367.717712/events.out.tfevents.1648442367.ip-172-31-29-56
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3755ea5b1e7ca6fc3e78bab5ca140f160635dd74c10133bbe2cff52bc835f41c
|
| 3 |
+
size 4323
|
runs/Mar28_04-38-40_ip-172-31-29-56/events.out.tfevents.1648442367.ip-172-31-29-56
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a22e3c67bbd96c09833d681d4220b9a287d25c6befefcef2bb5727d4505afcc
|
| 3 |
+
size 4151
|