Commit
•
be85a8b
1
Parent(s):
8d936ac
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (1d044bf0bf10326af38a311aeedd21b073bd77b9)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,19 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
task_categories:
|
7 |
-
- text2text-generation
|
8 |
-
task_ids:
|
9 |
-
- text-simplification
|
10 |
-
language:
|
11 |
-
- nl
|
12 |
datasets:
|
13 |
-
|
14 |
metrics:
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
model-index:
|
18 |
- name: BramVanroy/ul2-large-dutch-simplification-mai-2023
|
19 |
results:
|
@@ -21,43 +26,39 @@ model-index:
|
|
21 |
type: text-simplification
|
22 |
name: Text Simplification
|
23 |
dataset:
|
24 |
-
type: BramVanroy/chatgpt-dutch-simplification
|
25 |
name: ChatGPT Dutch Simplification
|
|
|
26 |
metrics:
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
widget:
|
58 |
-
- example_title: "Cooking"
|
59 |
-
text: "Op bepaalde tijdstippen verlang ik naar de smaakvolle culinaire creaties welke door de ambachtelijke expertise van mijn grootmoeder zijn vervaardigd."
|
60 |
-
|
61 |
---
|
62 |
|
63 |
# ul2-large-dutch-simplification-mai-2023
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- nl
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
- simplification
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
datasets:
|
9 |
+
- BramVanroy/chatgpt-dutch-simplification
|
10 |
metrics:
|
11 |
+
- rouge
|
12 |
+
- sari
|
13 |
+
task_categories:
|
14 |
+
- text2text-generation
|
15 |
+
task_ids:
|
16 |
+
- text-simplification
|
17 |
+
widget:
|
18 |
+
- example_title: Cooking
|
19 |
+
text: Op bepaalde tijdstippen verlang ik naar de smaakvolle culinaire creaties welke
|
20 |
+
door de ambachtelijke expertise van mijn grootmoeder zijn vervaardigd.
|
21 |
+
base_model: yhavinga/ul2-large-dutch
|
22 |
model-index:
|
23 |
- name: BramVanroy/ul2-large-dutch-simplification-mai-2023
|
24 |
results:
|
|
|
26 |
type: text-simplification
|
27 |
name: Text Simplification
|
28 |
dataset:
|
|
|
29 |
name: ChatGPT Dutch Simplification
|
30 |
+
type: BramVanroy/chatgpt-dutch-simplification
|
31 |
metrics:
|
32 |
+
- type: rouge
|
33 |
+
value: 41.3871
|
34 |
+
name: Eval Rouge-1
|
35 |
+
- type: rouge
|
36 |
+
value: 19.6751
|
37 |
+
name: Eval Rouge-2
|
38 |
+
- type: rouge
|
39 |
+
value: 36.0469
|
40 |
+
name: Eval RougeL
|
41 |
+
- type: rouge
|
42 |
+
value: 36.1178
|
43 |
+
name: Eval RougeLsum
|
44 |
+
- type: sari
|
45 |
+
value: 54.3588
|
46 |
+
name: Eval SARI
|
47 |
+
- type: rouge
|
48 |
+
value: 43.8191
|
49 |
+
name: Test Rouge-1
|
50 |
+
- type: rouge
|
51 |
+
value: 21.7783
|
52 |
+
name: Test Rouge-2
|
53 |
+
- type: rouge
|
54 |
+
value: 39.3657
|
55 |
+
name: Test RougeL
|
56 |
+
- type: rouge
|
57 |
+
value: 39.3751
|
58 |
+
name: Test RougeLsum
|
59 |
+
- type: sari
|
60 |
+
value: 52.3752
|
61 |
+
name: Test SARI
|
|
|
|
|
|
|
|
|
62 |
---
|
63 |
|
64 |
# ul2-large-dutch-simplification-mai-2023
|