mirfan899 commited on
Commit
e1b9c1e
1 Parent(s): 1fbbeb6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: da-sentiment
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # da-sentiment
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5176
19
+ - Accuracy: 0.9254
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 46 | 0.4631 | 0.9282 |
51
+ | No log | 2.0 | 92 | 0.6217 | 0.9227 |
52
+ | No log | 3.0 | 138 | 0.5297 | 0.9309 |
53
+ | No log | 4.0 | 184 | 0.5492 | 0.9365 |
54
+ | No log | 5.0 | 230 | 0.6775 | 0.9061 |
55
+ | No log | 6.0 | 276 | 0.6767 | 0.9199 |
56
+ | No log | 7.0 | 322 | 0.5680 | 0.9309 |
57
+ | No log | 8.0 | 368 | 0.5551 | 0.9309 |
58
+ | No log | 9.0 | 414 | 0.5094 | 0.9309 |
59
+ | No log | 10.0 | 460 | 0.5176 | 0.9254 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.26.0
65
+ - Pytorch 1.13.1+cu116
66
+ - Datasets 2.9.0
67
+ - Tokenizers 0.13.2