librarian-bot commited on
Commit
1d044bf
1 Parent(s): 8d936ac

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`yhavinga/ul2-large-dutch`](https://huggingface.co/yhavinga/ul2-large-dutch) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.

How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.

**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.

For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).

This PR was requested via the [Librarian Bot](https://huggingface.co/librarian-bot) [metadata request service](https://huggingface.co/spaces/librarian-bots/metadata_request_service) by request of [BramVanroy](https://huggingface.co/BramVanroy)

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-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
- - type: rouge
28
- value: 41.3871
29
- name: Eval Rouge-1
30
- - type: rouge
31
- value: 19.6751
32
- name: Eval Rouge-2
33
- - type: rouge
34
- value: 36.0469
35
- name: Eval RougeL
36
- - type: rouge
37
- value: 36.1178
38
- name: Eval RougeLsum
39
- - type: sari
40
- value: 54.3588
41
- name: Eval SARI
42
- - type: rouge
43
- value: 43.8191
44
- name: Test Rouge-1
45
- - type: rouge
46
- value: 21.7783
47
- name: Test Rouge-2
48
- - type: rouge
49
- value: 39.3657
50
- name: Test RougeL
51
- - type: rouge
52
- value: 39.3751
53
- name: Test RougeLsum
54
- - type: sari
55
- value: 52.3752
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
  # 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