Instructions to use meshari1415/voicecs-es-ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use meshari1415/voicecs-es-ar with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("meshari1415/voicecs-es-ar") model = AutoModelForSeq2SeqLM.from_pretrained("meshari1415/voicecs-es-ar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- training_args.bin +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 304869976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fdcaa25ebfeb760f1cdcc750d7526bb5ddb5550bf3b762acc7d9ab5534e2f1b
|
| 3 |
size 304869976
|
training_args.bin
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:36a19108578f71ebfba92707018ab3dc7fe585ca26101bcf5247357a0d583cc0
|
| 3 |
+
size 5329
|