Alireza1044 commited on
Commit
b03cd8d
1 Parent(s): 3108cfd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,12 +1,27 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - glue
 
 
7
  model-index:
8
  - name: rte
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # rte
16
 
17
- This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the glue dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
  - glue
9
+ metrics:
10
+ - accuracy
11
  model-index:
12
  - name: rte
13
+ results:
14
+ - task:
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.6678700361010831
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # rte
31
 
32
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE RTE dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.8396
35
+ - Accuracy: 0.6679
36
 
37
  ## Model description
38