Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,12 +7,13 @@ datasets:
7
  - glue
8
  metrics:
9
  - accuracy
 
10
  model-index:
11
  - name: sentence-acceptability
12
  results:
13
  - task:
14
- name: Text Classification
15
  type: text-classification
 
16
  dataset:
17
  name: glue
18
  type: glue
@@ -20,9 +21,9 @@ model-index:
20
  split: validation
21
  args: cola
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.8216682646212847
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
7
  - glue
8
  metrics:
9
  - accuracy
10
+ base_model: bert-base-uncased
11
  model-index:
12
  - name: sentence-acceptability
13
  results:
14
  - task:
 
15
  type: text-classification
16
+ name: Text Classification
17
  dataset:
18
  name: glue
19
  type: glue
 
21
  split: validation
22
  args: cola
23
  metrics:
24
+ - type: accuracy
 
25
  value: 0.8216682646212847
26
+ name: Accuracy
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You