Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2-bert
Generated from Trainer
Instructions to use thiagolira/CiceroASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thiagolira/CiceroASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="thiagolira/CiceroASR")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("thiagolira/CiceroASR") model = AutoModelForCTC.from_pretrained("thiagolira/CiceroASR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 600
Browse files
runs/Feb01_18-34-04_c91121cfd5f4/events.out.tfevents.1706812635.c91121cfd5f4.1274.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b53e4c93fa4715a0d5176137c201b9e178187cd0506530f590a9c52b64c5359
|
| 3 |
+
size 5801
|
runs/Feb01_19-22-09_c91121cfd5f4/events.out.tfevents.1706815422.c91121cfd5f4.1274.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a944237ebd927b54f92c852e8c84e0672a76329ea3f3596d6b56a61c2b963928
|
| 3 |
+
size 11329
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea03afd820a0d78ee6550f5433837ba986bbfb183504dedb2b21491cc6555878
|
| 3 |
size 4728
|