Jeremiah Zhou commited on
Commit
3b2f283
1 Parent(s): d1d1516

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -1,12 +1,31 @@
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - glue
 
 
 
7
  model-index:
8
  - name: mrpc
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +33,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # mrpc
16
 
17
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
  - glue
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
21
+ args: mrpc
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.9019607843137255
26
+ - name: F1
27
+ type: f1
28
+ value: 0.9295774647887324
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # mrpc
35
 
36
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the GLUE MRPC dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.4898
39
+ - Accuracy: 0.9020
40
+ - F1: 0.9296
41
+ - Combined Score: 0.9158
42
 
43
  ## Model description
44