Summarization
Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Miranda/t5-small-train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Miranda/t5-small-train with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="Miranda/t5-small-train")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Miranda/t5-small-train") model = AutoModelForSeq2SeqLM.from_pretrained("Miranda/t5-small-train") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files- pytorch_model.bin +1 -1
- runs/Apr30_04-01-31_2fad5579266f/1651291444.575079/events.out.tfevents.1651291444.2fad5579266f.71.1 +3 -0
- runs/Apr30_04-01-31_2fad5579266f/events.out.tfevents.1651291444.2fad5579266f.71.0 +3 -0
- runs/Apr30_04-01-31_2fad5579266f/events.out.tfevents.1651291758.2fad5579266f.71.2 +3 -0
- 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 242070267
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90c81144698b4239fbd887ad67b59904be907adbebc79ccc787173164054cd56
|
| 3 |
size 242070267
|
runs/Apr30_04-01-31_2fad5579266f/1651291444.575079/events.out.tfevents.1651291444.2fad5579266f.71.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9c8fdd386fd7965ae3274a59dee1cb71888193ae1ca57bc0842049fb34caa9b
|
| 3 |
+
size 5063
|
runs/Apr30_04-01-31_2fad5579266f/events.out.tfevents.1651291444.2fad5579266f.71.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0df45e004a9b8dd643d98e1e708a7eb7db19153c3a6a3882275ae792df13d097
|
| 3 |
+
size 9562
|
runs/Apr30_04-01-31_2fad5579266f/events.out.tfevents.1651291758.2fad5579266f.71.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16b4baa8c08b468ce05d24956ce47248900c93ac70aaffb6c1ada35ab2764f8a
|
| 3 |
+
size 514
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3183
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7159c0f8ce4646eb9b517338203094ec53506129173f55f377ca5a39b4572cfc
|
| 3 |
size 3183
|