Instructions to use urarik/t5-asr-CV16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use urarik/t5-asr-CV16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("urarik/t5-asr-CV16") model = AutoModelForSeq2SeqLM.from_pretrained("urarik/t5-asr-CV16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
kirayomato commited on
Commit ·
8b73cd6
1
Parent(s): 56f1f9e
Update model.safetensors
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1226432312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7009eba43dab853275318918f24e9c9dc313e11586cf68b61fb217abbc3b4f35
|
| 3 |
size 1226432312
|