mohammedbriman librarian-bot commited on
Commit
4cb95f1
1 Parent(s): ffdf4b5

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (2747de26d46822f48a19907ee2d2686b74a5c984)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

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