Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use rooftopcoder/distilt5-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rooftopcoder/distilt5-coqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/distilt5-coqa") model = AutoModelForSeq2SeqLM.from_pretrained("rooftopcoder/distilt5-coqa") - Notebooks
- Google Colab
- Kaggle
Commit ·
83e9f36
1
Parent(s): 97afb56
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 208442673
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2806c7e3c3641e303390d8f6dd2e53ccfdbfa60cdc467bca3857b7b37504926
|
| 3 |
size 208442673
|
runs/May16_08-01-01_17a942d449c2/events.out.tfevents.1684224202.17a942d449c2.673.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:ea68e06054e34db9557b999dd6e141620725ed693fae7cb77f4687c517dafe28
|
| 3 |
+
size 20408
|