Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -9,12 +9,13 @@ datasets:
9
  metrics:
10
  - accuracy
11
  - f1
 
12
  model-index:
13
  - name: mrpc
14
  results:
15
  - task:
16
- name: Text Classification
17
  type: text-classification
 
18
  dataset:
19
  name: GLUE MRPC
20
  type: glue
@@ -22,12 +23,12 @@ model-index:
22
  split: validation
23
  args: mrpc
24
  metrics:
25
- - name: Accuracy
26
- type: accuracy
27
  value: 0.6911764705882353
28
- - name: F1
29
- type: f1
30
  value: 0.8157894736842105
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
9
  metrics:
10
  - accuracy
11
  - f1
12
+ base_model: bert-base-cased
13
  model-index:
14
  - name: mrpc
15
  results:
16
  - task:
 
17
  type: text-classification
18
+ name: Text Classification
19
  dataset:
20
  name: GLUE MRPC
21
  type: glue
 
23
  split: validation
24
  args: mrpc
25
  metrics:
26
+ - type: accuracy
 
27
  value: 0.6911764705882353
28
+ name: Accuracy
29
+ - type: f1
30
  value: 0.8157894736842105
31
+ name: F1
32
  ---
33
 
34
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You