Instructions to use nh0znoisung/hubert-large-timit-upsample-4-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nh0znoisung/hubert-large-timit-upsample-4-50 with Transformers:
# Load model directly from transformers import AutoProcessor, HubertForCTCWithUpsample processor = AutoProcessor.from_pretrained("nh0znoisung/hubert-large-timit-upsample-4-50") model = HubertForCTCWithUpsample.from_pretrained("nh0znoisung/hubert-large-timit-upsample-4-50", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1261937848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e33ad5394cb85f671d0315d6baede68df1e996954e199eabe6228b582dacec3
|
| 3 |
size 1261937848
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84d4c701d69751c02d065c9f5979ec08f0c4e7ec0425b97e107da187934ba3c1
|
| 3 |
size 5368
|