Update README.md
Browse files
README.md
CHANGED
@@ -73,6 +73,16 @@ summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
|
73 |
print(summary)
|
74 |
```
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
## 📌 Citation
|
77 |
If you use this model in your work, consider citing:
|
78 |
```
|
|
|
73 |
print(summary)
|
74 |
```
|
75 |
|
76 |
+
## 📊 Evaluation
|
77 |
+
|
78 |
+
| Metric | Value |
|
79 |
+
| ------- | ------------ |
|
80 |
+
| ROUGE-1 | \~0.60 |
|
81 |
+
| ROUGE-2 | \~0.25 |
|
82 |
+
| ROUGE-L | \~0.47 |
|
83 |
+
| Gen Len | \~187 tokens |
|
84 |
+
|
85 |
+
|
86 |
## 📌 Citation
|
87 |
If you use this model in your work, consider citing:
|
88 |
```
|