Jeremiah Zhou commited on
Commit
9a2ec0a
1 Parent(s): 4625b60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
@@ -13,13 +15,13 @@ model-index:
13
  name: Text Classification
14
  type: text-classification
15
  dataset:
16
- name: glue
17
  type: glue
18
  args: rte
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.7725631768953068
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  # roberta-base-rte
29
 
30
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 1.3534
33
- - Accuracy: 0.7726
34
 
35
  ## Model description
36
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
 
15
  name: Text Classification
16
  type: text-classification
17
  dataset:
18
+ name: GLUE RTE
19
  type: glue
20
  args: rte
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.7978339350180506
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # roberta-base-rte
31
 
32
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the GLUE RTE dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.5446
35
+ - Accuracy: 0.7978
36
 
37
  ## Model description
38