Instructions to use OnePoint16/t5-end2end-questions-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OnePoint16/t5-end2end-questions-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("OnePoint16/t5-end2end-questions-generation") model = AutoModelForSeq2SeqLM.from_pretrained("OnePoint16/t5-end2end-questions-generation") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31a736f9368ff67b46ec22254fad424395fb28628258ce652c8a5463f7641e6a
|
| 3 |
+
size 891561768
|