ZidanAf commited on
Commit
3c5b76b
1 Parent(s): b4e141b

End of training

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: indolem/indobert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: Zidan_model_output_v1
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
+ # Zidan_model_output_v1
17
+
18
+ This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5962
21
+ - Accuracy: 0.7636
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: 1e-06
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 15
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 248 | 1.0058 | 0.5818 |
53
+ | No log | 2.0 | 496 | 0.9174 | 0.6182 |
54
+ | 0.9971 | 3.0 | 744 | 0.8306 | 0.6182 |
55
+ | 0.9971 | 4.0 | 992 | 0.7732 | 0.6727 |
56
+ | 0.8391 | 5.0 | 1240 | 0.7360 | 0.6545 |
57
+ | 0.8391 | 6.0 | 1488 | 0.7084 | 0.6909 |
58
+ | 0.7312 | 7.0 | 1736 | 0.6780 | 0.6909 |
59
+ | 0.7312 | 8.0 | 1984 | 0.6657 | 0.7455 |
60
+ | 0.6526 | 9.0 | 2232 | 0.6486 | 0.7455 |
61
+ | 0.6526 | 10.0 | 2480 | 0.6153 | 0.7818 |
62
+ | 0.5949 | 11.0 | 2728 | 0.6290 | 0.7818 |
63
+ | 0.5949 | 12.0 | 2976 | 0.6071 | 0.7455 |
64
+ | 0.5579 | 13.0 | 3224 | 0.6088 | 0.7818 |
65
+ | 0.5579 | 14.0 | 3472 | 0.5985 | 0.7636 |
66
+ | 0.5308 | 15.0 | 3720 | 0.5962 | 0.7636 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.41.2
72
+ - Pytorch 2.3.0+cu121
73
+ - Datasets 2.20.0
74
+ - Tokenizers 0.19.1