Update README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,14 @@ datasets:
|
|
16 |
pipeline_tag: text-generation
|
17 |
---
|
18 |
|
19 |
-
##
|
20 |
Model was tested 1500 wikipedia articles, and was measured by these metrics:
|
21 |
-
Model's average Rouge-1 score: 0.438
|
22 |
-
Model's averageRouge-l score: 0.356
|
23 |
-
Model's average Bertscore: 0.668
|
|
|
|
|
|
|
24 |
|
25 |
```python
|
26 |
from unsloth import FastLanguageModel
|
|
|
16 |
pipeline_tag: text-generation
|
17 |
---
|
18 |
|
19 |
+
## Introduction
|
20 |
Model was tested 1500 wikipedia articles, and was measured by these metrics:
|
21 |
+
- Model's average Rouge-1 score: 0.438
|
22 |
+
- Model's averageRouge-l score: 0.356
|
23 |
+
- Model's average Bertscore: 0.668
|
24 |
+
- **GGUF version**: https://huggingface.co/anilguven/Qwen2.5-0.5B-TrSummarization-unsloth-GGUF
|
25 |
+
|
26 |
+
## Usage 🚀
|
27 |
|
28 |
```python
|
29 |
from unsloth import FastLanguageModel
|