Instructions to use abokbot/t5-end2end-questions-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abokbot/t5-end2end-questions-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("abokbot/t5-end2end-questions-generation") model = AutoModelForSeq2SeqLM.from_pretrained("abokbot/t5-end2end-questions-generation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
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 891619985
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10168d6e6c5316827d4ac20353d4d33f2e51210ca6605b828f2cb588e307fccd
|
| 3 |
size 891619985
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f0631bd27f267a60493e80882451ebe5e6a376535efb0fc1dfaed9af20a1b2c
|
| 3 |
size 4027
|