Transformers
PyTorch
TensorFlow
ONNX
Safetensors
English
t5
text2text-generation
summary
summarizer
Eval Results (legacy)
text-generation-inference
Instructions to use shorecode/t5-efficient-tiny-summarizer-general-purpose-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shorecode/t5-efficient-tiny-summarizer-general-purpose-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("shorecode/t5-efficient-tiny-summarizer-general-purpose-v2") model = AutoModelForSeq2SeqLM.from_pretrained("shorecode/t5-efficient-tiny-summarizer-general-purpose-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,60 @@ model-index:
|
|
| 29 |
- name: f1 Score
|
| 30 |
type: f1 Score
|
| 31 |
value: 0.295
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
- name: f1 Score
|
| 30 |
type: f1 Score
|
| 31 |
value: 0.295
|
| 32 |
+
- task:
|
| 33 |
+
type: Summarization
|
| 34 |
+
dataset:
|
| 35 |
+
name: shorecode/summary-collection-60k-rows
|
| 36 |
+
type: shorecode/summary-collection-60k-rows
|
| 37 |
+
metrics:
|
| 38 |
+
- name: Faithfullness
|
| 39 |
+
type: Faithfullness
|
| 40 |
+
value: 2.12
|
| 41 |
+
- task:
|
| 42 |
+
type: Summarization
|
| 43 |
+
dataset:
|
| 44 |
+
name: shorecode/summary-collection-60k-rows
|
| 45 |
+
type: shorecode/summary-collection-60k-rows
|
| 46 |
+
metrics:
|
| 47 |
+
- name: Summarization Coverage
|
| 48 |
+
type: Summarization Coverage
|
| 49 |
+
value: 0.90
|
| 50 |
+
- task:
|
| 51 |
+
type: Summarization
|
| 52 |
+
dataset:
|
| 53 |
+
name: shorecode/summary-collection-60k-rows
|
| 54 |
+
type: shorecode/summary-collection-60k-rows
|
| 55 |
+
metrics:
|
| 56 |
+
- name: Summarization Density
|
| 57 |
+
type: Summarization Density
|
| 58 |
+
value: 5.78
|
| 59 |
+
- task:
|
| 60 |
+
type: Summarization
|
| 61 |
+
dataset:
|
| 62 |
+
name: shorecode/summary-collection-60k-rows
|
| 63 |
+
type: shorecode/summary-collection-60k-rows
|
| 64 |
+
metrics:
|
| 65 |
+
- name: rougeL precision
|
| 66 |
+
type: rougeL precision
|
| 67 |
+
value: 0.67
|
| 68 |
+
- task:
|
| 69 |
+
type: Summarization
|
| 70 |
+
dataset:
|
| 71 |
+
name: shorecode/summary-collection-60k-rows
|
| 72 |
+
type: shorecode/summary-collection-60k-rows
|
| 73 |
+
metrics:
|
| 74 |
+
- name: rougeL recall
|
| 75 |
+
type: rougeL recall
|
| 76 |
+
value: 0.15
|
| 77 |
+
- task:
|
| 78 |
+
type: Summarization
|
| 79 |
+
dataset:
|
| 80 |
+
name: shorecode/summary-collection-60k-rows
|
| 81 |
+
type: shorecode/summary-collection-60k-rows
|
| 82 |
+
metrics:
|
| 83 |
+
- name: rougeL fmeasure
|
| 84 |
+
type: rougeL fmeasure
|
| 85 |
+
value: 0.25
|
| 86 |
---
|
| 87 |
|
| 88 |
|