Librarian Bot: Add base_model information to model

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