Instructions to use Actalyst/t5-large-new-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Actalyst/t5-large-new-v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Actalyst/t5-large-new-v1") model = AutoModelForSeq2SeqLM.from_pretrained("Actalyst/t5-large-new-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
706dcae
1
Parent(s): 3c0aa30
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2950848513
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74ea1fb78772bd6f234237a6a8e97decf6718ff1ad3e73de6453dd48243ed07e
|
| 3 |
size 2950848513
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3771
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1ef1ebd2051076c2080718f8f1337b38e1fd07589de6e52dc05322c9d788abd
|
| 3 |
size 3771
|