Instructions to use luismond/tm2tb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luismond/tm2tb with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("luismond/tm2tb") model = AutoModelForSeq2SeqLM.from_pretrained("luismond/tm2tb", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Delete training_args.bin
Browse files- training_args.bin +0 -3
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c41b21bceca8048665529562d3e21ddc9514e795492ed0bb971a54093376bcf7
|
| 3 |
-
size 4728
|
|
|
|
|
|
|
|
|
|
|
|