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 400
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:9178bc9a5a9dc1683cbdfd98b661655ea9bd17485a38dfb469e31119434c7f59
|
| 3 |
size 891619985
|