Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use rossevine/Model_G_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rossevine/Model_G_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rossevine/Model_G_2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("rossevine/Model_G_2") model = AutoModelForCTC.from_pretrained("rossevine/Model_G_2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 400
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262024813
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:591a84a1c0e83541338aa69ab3cd6d05d8a3b0c79121e928242d0d7e8f16523f
|
| 3 |
size 1262024813
|
runs/Aug30_22-44-20_hpc-Aquarium2/events.out.tfevents.1693410473.hpc-Aquarium2.58406.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e8f69cf5132471646ddce2142d53c7cdeb8209b75b48914cdb319bdfc02a9dd
|
| 3 |
+
size 6198
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b009e4d8fa01f630047c3b1e4b3363fbd53790a989a40e5ecd6c3df19ad2b50
|
| 3 |
size 3963
|