Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use ethansimrm/test_t5_small_example_kaggle2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ethansimrm/test_t5_small_example_kaggle2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("ethansimrm/test_t5_small_example_kaggle2") model = AutoModelForMultimodalLM.from_pretrained("ethansimrm/test_t5_small_example_kaggle2") - Notebooks
- Google Colab
- Kaggle
Commit ·
ee5856c
1
Parent(s): 7fdee2a
End of training
Browse files
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder_start_token_id": 0,
|
| 3 |
+
"eos_token_id": 1,
|
| 4 |
+
"pad_token_id": 0,
|
| 5 |
+
"transformers_version": "4.28.0"
|
| 6 |
+
}
|
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:9697018df4502bf2cf67f7e839adf3f914fbaca3104d7a96d83e4c1cc449769f
|
| 3 |
size 242071641
|
runs/May25_20-52-34_c04adb0c796c/events.out.tfevents.1685047961.c04adb0c796c.28.4
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:a8c606d2aa2009e68d10cbce7ef6fd83d28b02c9bd0381f7d27565958ce989b2
|
| 3 |
+
size 10046
|