Instructions to use trtd56/wav2vec2_tiny_ja_roman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use trtd56/wav2vec2_tiny_ja_roman with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="trtd56/wav2vec2_tiny_ja_roman")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("trtd56/wav2vec2_tiny_ja_roman") model = AutoModelForCTC.from_pretrained("trtd56/wav2vec2_tiny_ja_roman", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files
runs/Jun28_07-48-31_c8b05cb7df5f/events.out.tfevents.1719560911.c8b05cb7df5f.82883.0
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:4d950942633c8c68f3c7dd07bd3b6f8c9476871e8f2b28cdaab9456675b72310
|
| 3 |
+
size 10741
|