BramVanroy librarian-bot commited on
Commit
0135308
1 Parent(s): ab2568c

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (df96c7ef10c5cc177e2a2a1937b5e1dc178ef1f9)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +47 -46
README.md CHANGED
@@ -1,19 +1,24 @@
1
  ---
 
 
2
  license: cc-by-nc-sa-4.0
3
  tags:
4
- - generated_from_trainer
5
- - simplification
6
- task_categories:
7
- - text2text-generation
8
- task_ids:
9
- - text-simplification
10
- language:
11
- - nl
12
  datasets:
13
- - BramVanroy/chatgpt-dutch-simplification
14
  metrics:
15
- - rouge
16
- - sari
 
 
 
 
 
 
 
 
 
17
  model-index:
18
  - name: BramVanroy/ul2-base-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
- - type: rouge
28
- value: 41.5749
29
- name: Eval Rouge-1
30
- - type: rouge
31
- value: 19.9
32
- name: Eval Rouge-2
33
- - type: rouge
34
- value: 36.3204
35
- name: Eval RougeL
36
- - type: rouge
37
- value: 36.2596
38
- name: Eval RougeLsum
39
- - type: sari
40
- value: 53.0091
41
- name: Eval SARI
42
- - type: rouge
43
- value: 44.2877
44
- name: Test Rouge-1
45
- - type: rouge
46
- value: 20.8132
47
- name: Test Rouge-2
48
- - type: rouge
49
- value: 39.0951
50
- name: Test RougeL
51
- - type: rouge
52
- value: 39.2709
53
- name: Test RougeLsum
54
- - type: sari
55
- value: 52.9621
56
- name: Test SARI
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
 
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-base-dutch
22
  model-index:
23
  - name: BramVanroy/ul2-base-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.5749
34
+ name: Eval Rouge-1
35
+ - type: rouge
36
+ value: 19.9
37
+ name: Eval Rouge-2
38
+ - type: rouge
39
+ value: 36.3204
40
+ name: Eval RougeL
41
+ - type: rouge
42
+ value: 36.2596
43
+ name: Eval RougeLsum
44
+ - type: sari
45
+ value: 53.0091
46
+ name: Eval SARI
47
+ - type: rouge
48
+ value: 44.2877
49
+ name: Test Rouge-1
50
+ - type: rouge
51
+ value: 20.8132
52
+ name: Test Rouge-2
53
+ - type: rouge
54
+ value: 39.0951
55
+ name: Test RougeL
56
+ - type: rouge
57
+ value: 39.2709
58
+ name: Test RougeLsum
59
+ - type: sari
60
+ value: 52.9621
61
+ name: Test SARI
 
 
 
 
62
  ---
63
 
64