MarcGrumpyOlejak
commited on
Commit
•
6d4e1d2
1
Parent(s):
5474ce8
Update README.md
Browse filesAdded mlsum reference.
README.md
CHANGED
@@ -6,13 +6,17 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
|
|
|
|
10 |
---
|
11 |
# VerwaltungsAnthologie_Disco_7B
|
12 |
|
13 |
This is my first "usable" POC of a german based text summarizer after the [talky](https://huggingface.co/MarcGrumpyOlejak/VerwaltungsAnthologie_talky_7B) and the intermediate [clear](https://huggingface.co/MarcGrumpyOlejak/VerwaltungsAnthologie_clear_7B)-versions.
|
14 |
|
15 |
In a short direct comparison to [DiscoResearch/DiscoLM_German_7b_v1](https://huggingface.co/DiscoResearch/DiscoLM_German_7b_v1) using ROUGE1, 2 and L, VA_Disco in combination with [hiig-piai/simba-v01c](https://huggingface.co/hiig-piai/simba-v01c) is capable of writing 'better' (more fluently) summaries.
|
|
|
|
|
16 |
|Model|Rouge-1 F|Rouge-2 F|Rouge-L F|
|
17 |
|-|-|-|-|
|
18 |
|DiscoLM_results_#6b|18,88|5,70|17,18|
|
@@ -66,4 +70,4 @@ dtype: bfloat16
|
|
66 |
name: VerwaltungsAnthologie_Disco_7B
|
67 |
|
68 |
|
69 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
language:
|
10 |
+
- de
|
11 |
+
- en
|
12 |
---
|
13 |
# VerwaltungsAnthologie_Disco_7B
|
14 |
|
15 |
This is my first "usable" POC of a german based text summarizer after the [talky](https://huggingface.co/MarcGrumpyOlejak/VerwaltungsAnthologie_talky_7B) and the intermediate [clear](https://huggingface.co/MarcGrumpyOlejak/VerwaltungsAnthologie_clear_7B)-versions.
|
16 |
|
17 |
In a short direct comparison to [DiscoResearch/DiscoLM_German_7b_v1](https://huggingface.co/DiscoResearch/DiscoLM_German_7b_v1) using ROUGE1, 2 and L, VA_Disco in combination with [hiig-piai/simba-v01c](https://huggingface.co/hiig-piai/simba-v01c) is capable of writing 'better' (more fluently) summaries.
|
18 |
+
### mlsum-DE only for testing
|
19 |
+
Only for testing I used the [mlsum-DE](https://huggingface.co/datasets/mlsum/viewer/de/test)-test-set. As the whole [mlsum](mlsum)-set is under copyright restrictions, I do hope noone use(s/d) this for finetuning.
|
20 |
|Model|Rouge-1 F|Rouge-2 F|Rouge-L F|
|
21 |
|-|-|-|-|
|
22 |
|DiscoLM_results_#6b|18,88|5,70|17,18|
|
|
|
70 |
name: VerwaltungsAnthologie_Disco_7B
|
71 |
|
72 |
|
73 |
+
```
|