MatthiasGTZ commited on
Commit
ee0ce40
1 Parent(s): 484752f

End of training

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: LiYuan/amazon-review-sentiment-analysis
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: FineTuned_NewAmazonReview
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
+ # FineTuned_NewAmazonReview
15
+
16
+ This model is a fine-tuned version of [LiYuan/amazon-review-sentiment-analysis](https://huggingface.co/LiYuan/amazon-review-sentiment-analysis) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.9763
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 2
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 1.5281 | 0.1 | 500 | 1.4426 |
50
+ | 1.3849 | 0.2 | 1000 | 1.3289 |
51
+ | 1.2785 | 0.3 | 1500 | 1.2364 |
52
+ | 1.2415 | 0.4 | 2000 | 1.2403 |
53
+ | 1.2113 | 0.5 | 2500 | 1.1924 |
54
+ | 1.1661 | 0.6 | 3000 | 1.2096 |
55
+ | 1.1283 | 0.7 | 3500 | 1.1103 |
56
+ | 1.1176 | 0.8 | 4000 | 1.0909 |
57
+ | 1.1048 | 0.9 | 4500 | 1.0933 |
58
+ | 1.0746 | 1.0 | 5000 | 1.0432 |
59
+ | 0.9869 | 1.1 | 5500 | 1.1254 |
60
+ | 0.9895 | 1.2 | 6000 | 1.0309 |
61
+ | 0.987 | 1.3 | 6500 | 1.0326 |
62
+ | 0.9618 | 1.4 | 7000 | 1.0184 |
63
+ | 0.9626 | 1.5 | 7500 | 1.0095 |
64
+ | 0.964 | 1.6 | 8000 | 1.0016 |
65
+ | 0.9484 | 1.7 | 8500 | 0.9964 |
66
+ | 0.9395 | 1.8 | 9000 | 0.9933 |
67
+ | 0.9247 | 1.9 | 9500 | 0.9849 |
68
+ | 0.9402 | 2.0 | 10000 | 0.9763 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.36.2
74
+ - Pytorch 2.1.0+cu121
75
+ - Datasets 2.16.1
76
+ - Tokenizers 0.15.0