Alireza1044 commited on
Commit
29fd236
1 Parent(s): 12eda73

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: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - glue
 
 
 
7
  model-index:
8
  - name: qqp
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
  # qqp
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
+ - f1
12
  model-index:
13
  - name: qqp
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: GLUE QQP
20
+ type: glue
21
+ args: qqp
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8988869651249073
26
+ - name: F1
27
+ type: f1
28
+ value: 0.8670050100852366
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # qqp
35
 
36
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE QQP dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.2458
39
+ - Accuracy: 0.8989
40
+ - F1: 0.8670
41
+ - Combined Score: 0.8829
42
 
43
  ## Model description
44