Summarization
Transformers
PyTorch
TensorBoard
English
bart
text2text-generation
Generated from Trainer
Instructions to use Quake24/easyTermsSummerizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Quake24/easyTermsSummerizer 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="Quake24/easyTermsSummerizer")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Quake24/easyTermsSummerizer") model = AutoModelForSeq2SeqLM.from_pretrained("Quake24/easyTermsSummerizer") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- summarization
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- rouge
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: easyTermsSummerizer
|
| 10 |
results: []
|
| 11 |
-
datasets:
|
| 12 |
-
- Quake24/paraphrasedPayPal
|
| 13 |
-
- Quake24/paraphrasedTwitter
|
| 14 |
-
language:
|
| 15 |
-
- en
|
| 16 |
-
library_name: transformers
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
tags:
|
| 7 |
- summarization
|
| 8 |
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- Quake24/paraphrasedPayPal
|
| 11 |
+
- Quake24/paraphrasedTwitter
|
| 12 |
metrics:
|
| 13 |
- rouge
|
| 14 |
+
base_model: sshleifer/distilbart-cnn-12-6
|
| 15 |
model-index:
|
| 16 |
- name: easyTermsSummerizer
|
| 17 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|