dafqi commited on
Commit
4d83eba
1 Parent(s): 00d94de

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: DistilBERT-Hoax-Detection
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # DistilBERT-Hoax-Detection
16
+
17
+ This model is a fine-tuned version of [cahya/distilbert-base-indonesian](https://huggingface.co/cahya/distilbert-base-indonesian) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5261
20
+ - Accuracy: 0.8441
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-06
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_ratio: 0.15
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.6644 | 1.0 | 93 | 0.6368 | 0.6237 |
53
+ | 0.4151 | 2.0 | 186 | 0.5300 | 0.7258 |
54
+ | 0.3645 | 3.0 | 279 | 0.5003 | 0.7688 |
55
+ | 0.3283 | 4.0 | 372 | 0.4585 | 0.7957 |
56
+ | 0.2557 | 5.0 | 465 | 0.4599 | 0.8065 |
57
+ | 0.3993 | 6.0 | 558 | 0.5004 | 0.8065 |
58
+ | 0.0536 | 7.0 | 651 | 0.4658 | 0.8387 |
59
+ | 0.1944 | 8.0 | 744 | 0.5264 | 0.8280 |
60
+ | 0.0612 | 9.0 | 837 | 0.5195 | 0.8387 |
61
+ | 0.0602 | 10.0 | 930 | 0.5261 | 0.8441 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.30.2
67
+ - Pytorch 2.0.0
68
+ - Datasets 2.1.0
69
+ - Tokenizers 0.13.3