Alireza1044 commited on
Commit
f2ca96d
1 Parent(s): 7e10397

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -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: stsb
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,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # stsb
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
+ - spearmanr
11
  model-index:
12
  - name: stsb
13
+ results:
14
+ - task:
15
+ name: Text Classification
16
+ type: text-classification
17
+ dataset:
18
+ name: GLUE STSB
19
+ type: glue
20
+ args: stsb
21
+ metrics:
22
+ - name: Spearmanr
23
+ type: spearmanr
24
+ value: 0.8735136732190296
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # stsb
31
 
32
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE STSB dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.5348
35
+ - Pearson: 0.8773
36
+ - Spearmanr: 0.8735
37
+ - Combined Score: 0.8754
38
 
39
  ## Model description
40