Instructions to use divers/e2e-flan-large-noscore with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use divers/e2e-flan-large-noscore with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("divers/e2e-flan-large-noscore") model = AutoModelForSeq2SeqLM.from_pretrained("divers/e2e-flan-large-noscore") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 53
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5115
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5cb2c04f39fcb010542f38d643cba4ea334916eedd69cd5710087c330ac9aea
|
| 3 |
size 5115
|