Ahmed235 commited on
Commit
f16e9c5
1 Parent(s): 8865235

End of training

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: roberta-base-topic_classification_simple
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # roberta-base-topic_classification_simple
18
+
19
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.3253
22
+ - Accuracy: {'accuracy': 0.8445839874411303}
23
+ - F1: {'f1': 0.8435559601445874}
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 20
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:--------------------------:|
54
+ | No log | 1.0 | 353 | 0.6772 | {'accuracy': 0.7905359946176272} | {'f1': 0.7881026657042776} |
55
+ | 0.8304 | 2.0 | 706 | 0.6028 | {'accuracy': 0.8187934514465127} | {'f1': 0.8207294945978928} |
56
+ | 0.3839 | 3.0 | 1059 | 0.5942 | {'accuracy': 0.8344920385736713} | {'f1': 0.8333019225828988} |
57
+ | 0.3839 | 4.0 | 1412 | 0.6904 | {'accuracy': 0.8340435075128952} | {'f1': 0.8330992428789376} |
58
+ | 0.2015 | 5.0 | 1765 | 0.8314 | {'accuracy': 0.8264184794797039} | {'f1': 0.82429813311833} |
59
+ | 0.118 | 6.0 | 2118 | 0.8572 | {'accuracy': 0.8356133662256111} | {'f1': 0.8349736274018552} |
60
+ | 0.118 | 7.0 | 2471 | 0.9742 | {'accuracy': 0.8383045525902669} | {'f1': 0.8376600364979794} |
61
+ | 0.0804 | 8.0 | 2824 | 1.0628 | {'accuracy': 0.8333707109217313} | {'f1': 0.8313400577604307} |
62
+ | 0.0508 | 9.0 | 3177 | 1.0866 | {'accuracy': 0.8333707109217313} | {'f1': 0.832415418717587} |
63
+ | 0.0406 | 10.0 | 3530 | 1.1633 | {'accuracy': 0.8432383942588024} | {'f1': 0.8425868379595812} |
64
+ | 0.0406 | 11.0 | 3883 | 1.2132 | {'accuracy': 0.8400986768333707} | {'f1': 0.8388873470699977} |
65
+ | 0.0245 | 12.0 | 4236 | 1.2799 | {'accuracy': 0.836958959407939} | {'f1': 0.8378019487138132} |
66
+ | 0.0139 | 13.0 | 4589 | 1.2379 | {'accuracy': 0.8434626597891904} | {'f1': 0.8429633731503271} |
67
+ | 0.0139 | 14.0 | 4942 | 1.2578 | {'accuracy': 0.8445839874411303} | {'f1': 0.8439974594663667} |
68
+ | 0.014 | 15.0 | 5295 | 1.3392 | {'accuracy': 0.8407714734245346} | {'f1': 0.8405188286141088} |
69
+ | 0.0111 | 16.0 | 5648 | 1.2977 | {'accuracy': 0.8443597219107423} | {'f1': 0.8438293082262649} |
70
+ | 0.0099 | 17.0 | 6001 | 1.3405 | {'accuracy': 0.8412200044853106} | {'f1': 0.8400992068548403} |
71
+ | 0.0099 | 18.0 | 6354 | 1.3433 | {'accuracy': 0.8405472078941467} | {'f1': 0.839917724407298} |
72
+ | 0.0041 | 19.0 | 6707 | 1.3269 | {'accuracy': 0.8445839874411303} | {'f1': 0.8434224071770644} |
73
+ | 0.0041 | 20.0 | 7060 | 1.3253 | {'accuracy': 0.8445839874411303} | {'f1': 0.8435559601445874} |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.35.2
79
+ - Pytorch 2.1.0+cu121
80
+ - Datasets 2.16.1
81
+ - Tokenizers 0.15.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddcdaf99a3daa4a0c343d38beb4a76bd58d0bee6bd49ac93ed11983ddfcb264d
3
  size 725461836
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfff8148a90d70379ea1ce1453cb51ab52a5668f1f18dff33d00822faf8ae8a0
3
  size 725461836
runs/Jan24_18-35-37_a9ca2c845136/events.out.tfevents.1706121338.a9ca2c845136.1124.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44902f78ce37046785c8d595bb1c393e2dd6aade0d62e06323020b0c69b346b0
3
- size 12401
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6201484dd05d8f5e6fbe9c6c5937b8f2513d838af2cdafdd2dc4d7e559e8e4
3
+ size 12755