Instructions to use RamsesDIIP/mt5-large-ie-budquo-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RamsesDIIP/mt5-large-ie-budquo-finetuned with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RamsesDIIP/mt5-large-ie-budquo-finetuned") model = AutoModelForSeq2SeqLM.from_pretrained("RamsesDIIP/mt5-large-ie-budquo-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
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 4918393736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1287f4305f59c1ea4550262d9062a9fe705dbd49b4feb9249a89a00078b319d
|
| 3 |
size 4918393736
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f31bee054b81ae3e581ec56c3409d4de22966a0e4f5575c1c8a0d0b1a23eb844
|
| 3 |
size 5304
|