Librarian Bot: Add base_model information to model

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