Theivaprakasham
commited on
Commit
•
7d54e3a
1
Parent(s):
69841b8
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: sentence-transformers-msmarco-distilbert-base-tas-b-twitter_sentiment
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# sentence-transformers-msmarco-distilbert-base-tas-b-twitter_sentiment
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [sentence-transformers/msmarco-distilbert-base-tas-b](https://huggingface.co/sentence-transformers/msmarco-distilbert-base-tas-b) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6954
|
20 |
+
- Accuracy: 0.7146
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 1e-06
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 20
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 0.8892 | 1.0 | 1387 | 0.8472 | 0.6180 |
|
52 |
+
| 0.7965 | 2.0 | 2774 | 0.7797 | 0.6609 |
|
53 |
+
| 0.7459 | 3.0 | 4161 | 0.7326 | 0.6872 |
|
54 |
+
| 0.7096 | 4.0 | 5548 | 0.7133 | 0.6995 |
|
55 |
+
| 0.6853 | 5.0 | 6935 | 0.6998 | 0.7002 |
|
56 |
+
| 0.6561 | 6.0 | 8322 | 0.6949 | 0.7059 |
|
57 |
+
| 0.663 | 7.0 | 9709 | 0.6956 | 0.7077 |
|
58 |
+
| 0.6352 | 8.0 | 11096 | 0.6890 | 0.7164 |
|
59 |
+
| 0.6205 | 9.0 | 12483 | 0.6888 | 0.7117 |
|
60 |
+
| 0.6203 | 10.0 | 13870 | 0.6871 | 0.7121 |
|
61 |
+
| 0.6005 | 11.0 | 15257 | 0.6879 | 0.7171 |
|
62 |
+
| 0.5985 | 12.0 | 16644 | 0.6870 | 0.7139 |
|
63 |
+
| 0.5839 | 13.0 | 18031 | 0.6882 | 0.7164 |
|
64 |
+
| 0.5861 | 14.0 | 19418 | 0.6910 | 0.7124 |
|
65 |
+
| 0.5732 | 15.0 | 20805 | 0.6916 | 0.7153 |
|
66 |
+
| 0.5797 | 16.0 | 22192 | 0.6947 | 0.7110 |
|
67 |
+
| 0.5565 | 17.0 | 23579 | 0.6930 | 0.7175 |
|
68 |
+
| 0.5636 | 18.0 | 24966 | 0.6959 | 0.7106 |
|
69 |
+
| 0.5642 | 19.0 | 26353 | 0.6952 | 0.7132 |
|
70 |
+
| 0.5717 | 20.0 | 27740 | 0.6954 | 0.7146 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.13.0.dev0
|
76 |
+
- Pytorch 1.10.0+cu111
|
77 |
+
- Datasets 1.16.1
|
78 |
+
- Tokenizers 0.10.3
|