asafaya librarian-bot commited on
Commit
968bf4f
1 Parent(s): 0d59072

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

Browse files

- Librarian Bot: Add base_model information to model (0c7057474c06c7c2cf1f2388dfc077c2c53052c1)


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

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,20 +6,21 @@ datasets:
6
  - mlsum
7
  metrics:
8
  - rouge
 
9
  model-index:
10
  - name: mt5-base-turkish-sum
11
  results:
12
  - task:
13
- name: Summarization
14
  type: summarization
 
15
  dataset:
16
  name: mlsum tu
17
  type: mlsum
18
  args: tu
19
  metrics:
20
- - name: Rouge1
21
- type: rouge
22
  value: 47.4222
 
23
  ---
24
 
25
 
6
  - mlsum
7
  metrics:
8
  - rouge
9
+ base_model: google/mt5-base
10
  model-index:
11
  - name: mt5-base-turkish-sum
12
  results:
13
  - task:
 
14
  type: summarization
15
+ name: Summarization
16
  dataset:
17
  name: mlsum tu
18
  type: mlsum
19
  args: tu
20
  metrics:
21
+ - type: rouge
 
22
  value: 47.4222
23
+ name: Rouge1
24
  ---
25
 
26