Commandante commited on
Commit
9005048
1 Parent(s): b9776ed

End of training

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: oliverguhr/german-sentiment-bert
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: german-sentiment-bert-retrained-20240110
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
+ # german-sentiment-bert-retrained-20240110
15
+
16
+ This model is a fine-tuned version of [oliverguhr/german-sentiment-bert](https://huggingface.co/oliverguhr/german-sentiment-bert) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.6099
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: 8e-06
38
+ - train_batch_size: 20
39
+ - eval_batch_size: 32
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 120
44
+ - num_epochs: 7
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.5995 | 1.0 | 3 | 1.8235 |
51
+ | 2.5995 | 2.0 | 6 | 1.8114 |
52
+ | 2.5995 | 3.0 | 9 | 1.7902 |
53
+ | 2.5995 | 4.0 | 12 | 1.7628 |
54
+ | 2.5995 | 5.0 | 15 | 1.7234 |
55
+ | 2.5995 | 6.0 | 18 | 1.6716 |
56
+ | 2.5995 | 7.0 | 21 | 1.6099 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.35.2
62
+ - Pytorch 2.1.0+cu121
63
+ - Tokenizers 0.15.0