Instructions to use FiveC/ViTay-TDA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FiveC/ViTay-TDA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FiveC/ViTay-TDA") model = AutoModelForSeq2SeqLM.from_pretrained("FiveC/ViTay-TDA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
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 1583480280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d81e77202a7ca2ec09a58a71bd18e4cf35267838e94c9de7ed4e4c048536f1d
|
| 3 |
size 1583480280
|