intanm commited on
Commit
d3eac83
1 Parent(s): 27077f0

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: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - id_clickbait
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: clickbait-classifier-20230408-002
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.8025
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-002
31
+
32
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the id_clickbait dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.2628
35
+ - Accuracy: 0.8025
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.51 | 1.0 | 675 | 0.4566 | 0.7792 |
67
+ | 0.419 | 2.0 | 1350 | 0.4388 | 0.7908 |
68
+ | 0.2972 | 3.0 | 2025 | 0.5607 | 0.8017 |
69
+ | 0.2428 | 4.0 | 2700 | 0.5913 | 0.7983 |
70
+ | 0.2086 | 5.0 | 3375 | 0.8132 | 0.7883 |
71
+ | 0.1564 | 6.0 | 4050 | 0.9334 | 0.7917 |
72
+ | 0.1114 | 7.0 | 4725 | 1.0183 | 0.7975 |
73
+ | 0.1023 | 8.0 | 5400 | 1.1756 | 0.8008 |
74
+ | 0.0649 | 9.0 | 6075 | 1.2468 | 0.7975 |
75
+ | 0.0465 | 10.0 | 6750 | 1.2628 | 0.8025 |
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