Automatic Speech Recognition
Transformers
PyTorch
hubert
Generated from Trainer
Eval Results (legacy)
Instructions to use kksukk/hubert_zeroth_gpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kksukk/hubert_zeroth_gpu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="kksukk/hubert_zeroth_gpu")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("kksukk/hubert_zeroth_gpu") model = AutoModelForCTC.from_pretrained("kksukk/hubert_zeroth_gpu", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 6100
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 381272609
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:098060d0d6032bd811212fe2c6827909cd966ae9a0e9f67268e27a5bcb20b0ca
|
| 3 |
size 381272609
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3387
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82a6b2e5516f3c4952879b4bf1172d3d58904e108e856728f810020037ad607a
|
| 3 |
size 3387
|