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- runs/Apr30_20-45-12_3b551f2db66b/1651351522.1921334/events.out.tfevents.1651351522.3b551f2db66b.72.4 +3 -0
- runs/Apr30_20-45-12_3b551f2db66b/events.out.tfevents.1651351522.3b551f2db66b.72.3 +3 -0
- runs/Apr30_20-45-12_3b551f2db66b/events.out.tfevents.1651351827.3b551f2db66b.72.5 +3 -0
- training_args.bin +1 -1
runs/Apr30_20-45-12_3b551f2db66b/1651351522.1921334/events.out.tfevents.1651351522.3b551f2db66b.72.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1813baf1685ca29908c88416ea1551883bfe5045d88c90edf6b730065bca3e01
|
| 3 |
+
size 5063
|
runs/Apr30_20-45-12_3b551f2db66b/events.out.tfevents.1651351522.3b551f2db66b.72.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:996aea594e1aefaaba7bb87c467bb9d60cc3d27d2bf2ec151f601968ec5534b3
|
| 3 |
+
size 9562
|
runs/Apr30_20-45-12_3b551f2db66b/events.out.tfevents.1651351827.3b551f2db66b.72.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3767d55bd109fb77099d774635cda288afb96a5d423188b46fd22dc3eb8858e4
|
| 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:99dbce2dca471c617adfee7b12e79f0a38d7085732ea1ca4e4eba43ad16e4ea9
|
| 3 |
size 3183
|