Mukalingam0813 commited on
Commit
0a2f9c1
·
verified ·
1 Parent(s): 112114e

End of training

Browse files
Files changed (2) hide show
  1. README.md +106 -0
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,3 +1,109 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert/distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: brand-safety-classifier
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
+ # brand-safety-classifier
17
+
18
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.3403
21
+ - Accuracy: 0.5726
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: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 50
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 119 | 2.9720 | 0.2989 |
53
+ | No log | 2.0 | 238 | 2.2252 | 0.5179 |
54
+ | No log | 3.0 | 357 | 1.7828 | 0.5663 |
55
+ | No log | 4.0 | 476 | 1.5521 | 0.5789 |
56
+ | 2.2394 | 5.0 | 595 | 1.4689 | 0.5832 |
57
+ | 2.2394 | 6.0 | 714 | 1.4107 | 0.5958 |
58
+ | 2.2394 | 7.0 | 833 | 1.4512 | 0.5937 |
59
+ | 2.2394 | 8.0 | 952 | 1.4819 | 0.5747 |
60
+ | 0.7869 | 9.0 | 1071 | 1.4911 | 0.5832 |
61
+ | 0.7869 | 10.0 | 1190 | 1.5625 | 0.5768 |
62
+ | 0.7869 | 11.0 | 1309 | 1.5715 | 0.5768 |
63
+ | 0.7869 | 12.0 | 1428 | 1.6383 | 0.5789 |
64
+ | 0.3286 | 13.0 | 1547 | 1.6635 | 0.5811 |
65
+ | 0.3286 | 14.0 | 1666 | 1.7684 | 0.5621 |
66
+ | 0.3286 | 15.0 | 1785 | 1.8133 | 0.5684 |
67
+ | 0.3286 | 16.0 | 1904 | 1.8770 | 0.5705 |
68
+ | 0.1571 | 17.0 | 2023 | 1.8929 | 0.5916 |
69
+ | 0.1571 | 18.0 | 2142 | 1.9210 | 0.5811 |
70
+ | 0.1571 | 19.0 | 2261 | 1.9451 | 0.5895 |
71
+ | 0.1571 | 20.0 | 2380 | 2.0018 | 0.5726 |
72
+ | 0.1571 | 21.0 | 2499 | 1.9992 | 0.5768 |
73
+ | 0.0924 | 22.0 | 2618 | 2.0863 | 0.5768 |
74
+ | 0.0924 | 23.0 | 2737 | 2.1038 | 0.5811 |
75
+ | 0.0924 | 24.0 | 2856 | 2.1313 | 0.5747 |
76
+ | 0.0924 | 25.0 | 2975 | 2.1055 | 0.5726 |
77
+ | 0.0752 | 26.0 | 3094 | 2.1162 | 0.5705 |
78
+ | 0.0752 | 27.0 | 3213 | 2.1612 | 0.5705 |
79
+ | 0.0752 | 28.0 | 3332 | 2.1885 | 0.5768 |
80
+ | 0.0752 | 29.0 | 3451 | 2.1585 | 0.5642 |
81
+ | 0.0616 | 30.0 | 3570 | 2.2013 | 0.5768 |
82
+ | 0.0616 | 31.0 | 3689 | 2.1932 | 0.5768 |
83
+ | 0.0616 | 32.0 | 3808 | 2.2058 | 0.5726 |
84
+ | 0.0616 | 33.0 | 3927 | 2.2331 | 0.5705 |
85
+ | 0.0583 | 34.0 | 4046 | 2.2470 | 0.5663 |
86
+ | 0.0583 | 35.0 | 4165 | 2.2558 | 0.5747 |
87
+ | 0.0583 | 36.0 | 4284 | 2.2560 | 0.5747 |
88
+ | 0.0583 | 37.0 | 4403 | 2.2577 | 0.5768 |
89
+ | 0.0483 | 38.0 | 4522 | 2.2817 | 0.5726 |
90
+ | 0.0483 | 39.0 | 4641 | 2.2795 | 0.5789 |
91
+ | 0.0483 | 40.0 | 4760 | 2.2845 | 0.5811 |
92
+ | 0.0483 | 41.0 | 4879 | 2.3065 | 0.5789 |
93
+ | 0.0483 | 42.0 | 4998 | 2.3018 | 0.5747 |
94
+ | 0.0474 | 43.0 | 5117 | 2.3147 | 0.5789 |
95
+ | 0.0474 | 44.0 | 5236 | 2.3279 | 0.5768 |
96
+ | 0.0474 | 45.0 | 5355 | 2.3330 | 0.5768 |
97
+ | 0.0474 | 46.0 | 5474 | 2.3449 | 0.5726 |
98
+ | 0.0422 | 47.0 | 5593 | 2.3433 | 0.5789 |
99
+ | 0.0422 | 48.0 | 5712 | 2.3418 | 0.5726 |
100
+ | 0.0422 | 49.0 | 5831 | 2.3411 | 0.5747 |
101
+ | 0.0422 | 50.0 | 5950 | 2.3403 | 0.5726 |
102
+
103
+
104
+ ### Framework versions
105
+
106
+ - Transformers 4.44.0
107
+ - Pytorch 2.4.0
108
+ - Datasets 2.20.0
109
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26ecc64c27e73265f4254f5fdf42d4cec6370440296b48f4586379a2d5015d3c
3
  size 267934084
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201c4bcf07f084eeffe7417b4274e2afcb594b66e89e8348f0f1bf616dc70126
3
  size 267934084