Summarization
Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use Hoax0930/summary_tutorial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hoax0930/summary_tutorial 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="Hoax0930/summary_tutorial")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Hoax0930/summary_tutorial") model = AutoModelForSeq2SeqLM.from_pretrained("Hoax0930/summary_tutorial") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891700799
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8088dcce112145d518f7607887e80d9bea0ded8f8482fb4e29e3eaf557fb40a2
|
| 3 |
size 891700799
|
runs/Nov25_06-38-02_9859f9a30b9b/events.out.tfevents.1669358296.9859f9a30b9b.79.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:a252172c501cc09a71000dfea0dea43f9dcde9ba17579c159162b62dc6b11c5b
|
| 3 |
+
size 10018
|
runs/Nov25_06-38-02_9859f9a30b9b/events.out.tfevents.1669360870.9859f9a30b9b.79.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f735a44eb57cb95ffc76747378278bbf96ed37001b1924ab53f899761efe5ba
|
| 3 |
+
size 514
|