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 600
Browse files- pytorch_model.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:8ed8124cd59d4dc19249c677b193ed87131fc1d47f8f8f732a98d7e4a0cd155c
|
| 3 |
size 891619985
|