Transformers
PyTorch
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use mirfan899/t5-e2e-questions-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mirfan899/t5-e2e-questions-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mirfan899/t5-e2e-questions-generation") model = AutoModelForSeq2SeqLM.from_pretrained("mirfan899/t5-e2e-questions-generation") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
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 891617855
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:401294fb6f67fee5b4b7f17a2f7eed59834861dd99a3293c02bfc053368eb4cc
|
| 3 |
size 891617855
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3311
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:933ac194d259d43664969e8cee36c12f625aaee67e736b6f95c26ea945eadbce
|
| 3 |
size 3311
|