Librarian Bot: Add base_model information to model

#3
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,12 +7,13 @@ datasets:
7
  - cnn_dailymail
8
  metrics:
9
  - rouge
 
10
  model-index:
11
  - name: bart-base-finetuned-cnn_dailymail
12
  results:
13
  - task:
14
- name: Sequence-to-sequence Language Modeling
15
  type: text2text-generation
 
16
  dataset:
17
  name: cnn_dailymail
18
  type: cnn_dailymail
@@ -20,9 +21,9 @@ model-index:
20
  split: train
21
  args: 3.0.0
22
  metrics:
23
- - name: Rouge1
24
- type: rouge
25
  value: 0.35105989316705805
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
7
  - cnn_dailymail
8
  metrics:
9
  - rouge
10
+ base_model: facebook/bart-base
11
  model-index:
12
  - name: bart-base-finetuned-cnn_dailymail
13
  results:
14
  - task:
 
15
  type: text2text-generation
16
+ name: Sequence-to-sequence Language Modeling
17
  dataset:
18
  name: cnn_dailymail
19
  type: cnn_dailymail
 
21
  split: train
22
  args: 3.0.0
23
  metrics:
24
+ - type: rouge
 
25
  value: 0.35105989316705805
26
+ name: Rouge1
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You