ZidanAf commited on
Commit
231308d
1 Parent(s): db633a7

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_v13
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_v13
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.8657
21
+ - Accuracy: 0.8
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: 5e-05
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 | 248 | 1.1254 | 0.6909 |
53
+ | No log | 2.0 | 496 | 1.0021 | 0.5636 |
54
+ | 0.9773 | 3.0 | 744 | 1.1986 | 0.5091 |
55
+ | 0.9773 | 4.0 | 992 | 0.9418 | 0.6364 |
56
+ | 0.8463 | 5.0 | 1240 | 0.9185 | 0.5091 |
57
+ | 0.8463 | 6.0 | 1488 | 0.8848 | 0.5273 |
58
+ | 0.7379 | 7.0 | 1736 | 0.9933 | 0.5091 |
59
+ | 0.7379 | 8.0 | 1984 | 0.9484 | 0.5273 |
60
+ | 0.6888 | 9.0 | 2232 | 0.9290 | 0.7636 |
61
+ | 0.6888 | 10.0 | 2480 | 0.9072 | 0.7636 |
62
+ | 0.5859 | 11.0 | 2728 | 0.8754 | 0.7818 |
63
+ | 0.5859 | 12.0 | 2976 | 0.8657 | 0.8 |
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