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- 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 3132793669
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b42d14d32b2dc9afbf81b650f2458d7aec84cb1664f760cacf22cafa237c45a5
|
| 3 |
size 3132793669
|
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:b72702a2bb5bf1ff9699053116007bdcb9da1216d4d2abd7b64375e4a7e7f6e3
|
| 3 |
size 5115
|