intanm commited on
Commit
39b1ae7
1 Parent(s): 4c8472b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - id_clickbait
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: clickbait-classifier-20230408-001
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: id_clickbait
17
+ type: id_clickbait
18
+ config: annotated
19
+ split: train
20
+ args: annotated
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.7991666666666667
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # clickbait-classifier-20230408-001
31
+
32
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the id_clickbait dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.7645
35
+ - Accuracy: 0.7992
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 2e-05
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 16
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 10
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.4419 | 1.0 | 675 | 0.3934 | 0.8275 |
67
+ | 0.3611 | 2.0 | 1350 | 0.4369 | 0.8367 |
68
+ | 0.2017 | 3.0 | 2025 | 0.5936 | 0.8258 |
69
+ | 0.1369 | 4.0 | 2700 | 0.9894 | 0.8058 |
70
+ | 0.0941 | 5.0 | 3375 | 1.1425 | 0.82 |
71
+ | 0.0428 | 6.0 | 4050 | 1.3502 | 0.7958 |
72
+ | 0.0236 | 7.0 | 4725 | 1.4706 | 0.8058 |
73
+ | 0.0197 | 8.0 | 5400 | 1.6508 | 0.7975 |
74
+ | 0.0041 | 9.0 | 6075 | 1.7922 | 0.7967 |
75
+ | 0.0037 | 10.0 | 6750 | 1.7645 | 0.7992 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.27.4
81
+ - Pytorch 2.0.0+cu118
82
+ - Datasets 2.11.0
83
+ - Tokenizers 0.13.3