ZidanAf commited on
Commit
bfab649
1 Parent(s): 8059360

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v7
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_v7
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.8382
21
+ - Accuracy: 0.6455
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: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 12
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 220 | 1.0708 | 0.4727 |
53
+ | No log | 2.0 | 440 | 0.9895 | 0.5727 |
54
+ | 1.0281 | 3.0 | 660 | 0.9433 | 0.6182 |
55
+ | 1.0281 | 4.0 | 880 | 0.9145 | 0.6091 |
56
+ | 0.8506 | 5.0 | 1100 | 0.8845 | 0.6182 |
57
+ | 0.8506 | 6.0 | 1320 | 0.8595 | 0.6455 |
58
+ | 0.735 | 7.0 | 1540 | 0.8566 | 0.6455 |
59
+ | 0.735 | 8.0 | 1760 | 0.8421 | 0.6455 |
60
+ | 0.735 | 9.0 | 1980 | 0.8385 | 0.6545 |
61
+ | 0.6855 | 10.0 | 2200 | 0.8430 | 0.6636 |
62
+ | 0.6855 | 11.0 | 2420 | 0.8426 | 0.6455 |
63
+ | 0.6521 | 12.0 | 2640 | 0.8382 | 0.6455 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.41.2
69
+ - Pytorch 2.3.0+cu121
70
+ - Datasets 2.20.0
71
+ - Tokenizers 0.19.1