Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use rooftopcoder/t5-small-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rooftopcoder/t5-small-coqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/t5-small-coqa") model = AutoModelForSeq2SeqLM.from_pretrained("rooftopcoder/t5-small-coqa") - Notebooks
- Google Colab
- Kaggle
Commit ·
9b49c23
1
Parent(s): a0e4948
Model save
Browse files
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.29.1"
|
| 7 |
+
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242071641
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:338fb1f8068581c3ce04899ac11e74e01c82fb8a41adf31911878217300fc9ae
|
| 3 |
size 242071641
|
runs/May12_08-16-47_2a8fe28c8a8c/events.out.tfevents.1683879579.2a8fe28c8a8c.266.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93cae7629f5cdceac274fcf50a7b5c3e0982564948ee9999b4467871456876dd
|
| 3 |
+
size 21347
|