itshiroto commited on
Commit
f2318f3
·
verified ·
1 Parent(s): 9343c0d

umn-cyber/indobert-hoax-detection

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: indobenchmark/indobert-base-p1
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: indobert-hoax-detection
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # indobert-hoax-detection
21
+
22
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0862
25
+ - Accuracy: 0.9854
26
+ - F1: 0.9847
27
+ - Precision: 0.9851
28
+ - Recall: 0.9844
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.0898 | 1.0 | 739 | 0.0585 | 0.9875 | 0.9869 | 0.9858 | 0.9879 |
60
+ | 0.0464 | 2.0 | 1478 | 0.0493 | 0.9861 | 0.9854 | 0.9858 | 0.9851 |
61
+ | 0.0247 | 3.0 | 2217 | 0.0629 | 0.9868 | 0.9862 | 0.9830 | 0.9893 |
62
+ | 0.0097 | 4.0 | 2956 | 0.0773 | 0.9871 | 0.9865 | 0.9858 | 0.9872 |
63
+ | 0.0031 | 5.0 | 3695 | 0.0862 | 0.9854 | 0.9847 | 0.9851 | 0.9844 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.45.2
69
+ - Pytorch 2.4.1
70
+ - Datasets 2.19.2
71
+ - Tokenizers 0.20.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f33a3a5a934bef988c8a4e130038d49f6e44cc544610e3428532dfd30cbcb4b
3
  size 497804300
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af5b9364a4fb6fbd49fef9a673cb648be94091a560dfcbad7d67d9f6f616644f
3
  size 497804300