naufalihsan commited on
Commit
103e78c
·
1 Parent(s): 33462e3

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: indobenchmark/indobert-base-p2
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: psychosis_multi_class
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # psychosis_multi_class
17
+
18
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p2](https://huggingface.co/indobenchmark/indobert-base-p2) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.5682
21
+ - F1: 0.6441
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 1.243 | 0.67 | 100 | 1.0676 | 0.5384 |
53
+ | 1.0062 | 1.34 | 200 | 1.0505 | 0.5805 |
54
+ | 0.8763 | 2.01 | 300 | 1.0071 | 0.6036 |
55
+ | 0.6782 | 2.68 | 400 | 1.1228 | 0.5779 |
56
+ | 0.5557 | 3.36 | 500 | 1.0853 | 0.6163 |
57
+ | 0.4344 | 4.03 | 600 | 1.1696 | 0.6108 |
58
+ | 0.2665 | 4.7 | 700 | 1.3123 | 0.6098 |
59
+ | 0.1992 | 5.37 | 800 | 1.3979 | 0.6186 |
60
+ | 0.1142 | 6.04 | 900 | 1.5341 | 0.6401 |
61
+ | 0.0643 | 6.71 | 1000 | 1.6514 | 0.6269 |
62
+ | 0.0423 | 7.38 | 1100 | 1.7897 | 0.6196 |
63
+ | 0.0231 | 8.05 | 1200 | 1.9231 | 0.6063 |
64
+ | 0.0184 | 8.72 | 1300 | 1.9370 | 0.6308 |
65
+ | 0.0102 | 9.4 | 1400 | 1.9790 | 0.6289 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.34.1
71
+ - Pytorch 1.12.1+cu116
72
+ - Datasets 2.4.0
73
+ - Tokenizers 0.14.1