asafaya librarian-bot commited on
Commit
11b7328
1 Parent(s): 2734774

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

Browse files

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


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
@@ -5,20 +5,21 @@ datasets:
5
  - mlsum
6
  metrics:
7
  - rouge
 
8
  model-index:
9
  - name: mbart-large-turkish-sum
10
  results:
11
  - task:
12
- name: Summarization
13
  type: summarization
 
14
  dataset:
15
  name: mlsum tu
16
  type: mlsum
17
  args: tu
18
  metrics:
19
- - name: Rouge1
20
- type: rouge
21
  value: 46.7011
 
22
  ---
23
 
24
  # [Mukayese: Turkish NLP Strikes Back](https://arxiv.org/abs/2203.01215)
 
5
  - mlsum
6
  metrics:
7
  - rouge
8
+ base_model: facebook/mbart-large-50
9
  model-index:
10
  - name: mbart-large-turkish-sum
11
  results:
12
  - task:
 
13
  type: summarization
14
+ name: Summarization
15
  dataset:
16
  name: mlsum tu
17
  type: mlsum
18
  args: tu
19
  metrics:
20
+ - type: rouge
 
21
  value: 46.7011
22
+ name: Rouge1
23
  ---
24
 
25
  # [Mukayese: Turkish NLP Strikes Back](https://arxiv.org/abs/2203.01215)