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_02-08-39_666c332375e7/1651284779.5380983/events.out.tfevents.1651284779.666c332375e7.69.1 +3 -0
- runs/Apr30_02-08-39_666c332375e7/events.out.tfevents.1651284779.666c332375e7.69.0 +3 -0
- runs/Apr30_02-08-39_666c332375e7/events.out.tfevents.1651285091.666c332375e7.69.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:193005540045f91d91658ad1f3f5160e2eacc27d69c60f6223576af2b73afdc9
|
| 3 |
size 242070267
|
runs/Apr30_02-08-39_666c332375e7/1651284779.5380983/events.out.tfevents.1651284779.666c332375e7.69.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0a67201aadc7072a21db43799dac129fbf830c732a62ae358187f719ccee10b
|
| 3 |
+
size 5063
|
runs/Apr30_02-08-39_666c332375e7/events.out.tfevents.1651284779.666c332375e7.69.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b435f83604e50c1c13f7566ff99446af1402daad6dce05ae8e6b66f8050b8ae
|
| 3 |
+
size 9574
|
runs/Apr30_02-08-39_666c332375e7/events.out.tfevents.1651285091.666c332375e7.69.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc17292c0d01753ea4003bb3ff31ea04ccde05ac1e2a94c2c627c12747235d2d
|
| 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:f7352688506f30f70832a53c1a276708f9270fad81ebd31cf9427edb9b74baea
|
| 3 |
size 3183
|