hoangthan commited on
Commit
496a896
1 Parent(s): 4eaf22d

hoangthan/test-similarity_text

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - glue
8
+ metrics:
9
+ - spearmanr
10
+ model-index:
11
+ - name: distilbert-base-uncased-finetuned-stsb
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: glue
18
+ type: glue
19
+ config: stsb
20
+ split: validation
21
+ args: stsb
22
+ metrics:
23
+ - name: Spearmanr
24
+ type: spearmanr
25
+ value: 0.8696787453090098
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # distilbert-base-uncased-finetuned-stsb
32
+
33
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.5389
36
+ - Pearson: 0.8738
37
+ - Spearmanr: 0.8697
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 5
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
68
+ | 1.1963 | 1.0 | 719 | 0.7779 | 0.8591 | 0.8582 |
69
+ | 0.5834 | 2.0 | 1438 | 0.6198 | 0.8684 | 0.8660 |
70
+ | 0.2718 | 3.0 | 2157 | 0.5497 | 0.8720 | 0.8684 |
71
+ | 0.2302 | 4.0 | 2876 | 0.5389 | 0.8738 | 0.8697 |
72
+ | 0.1505 | 5.0 | 3595 | 0.5508 | 0.8718 | 0.8679 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.33.0
78
+ - Pytorch 2.0.1+cu118
79
+ - Datasets 2.14.4
80
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abd96477981db4956ddad2ecac6a1ccbc3488e63143ab1e4b0ae82cacb34fcea
3
  size 267852461
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1e54e31dd9ccf751e4109dcb999d5da41dd7d48d9ce38b38e927b3ab37f118
3
  size 267852461