abdulmatinomotoso commited on
Commit
7dbaad9
1 Parent(s): 022f62e

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilroberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: distilroberta-topic-classification_5
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
+ # distilroberta-topic-classification_5
17
+
18
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.7686
21
+ - F1: 0.6337
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: 5e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 12345
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 16
47
+ - num_epochs: 10
48
+ - mixed_precision_training: Native AMP
49
+ - label_smoothing_factor: 0.2
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
55
+ | 2.6113 | 1.0 | 1305 | 2.6631 | 0.5832 |
56
+ | 2.4032 | 2.0 | 2610 | 2.6335 | 0.5943 |
57
+ | 2.3245 | 3.0 | 3915 | 2.6132 | 0.6196 |
58
+ | 2.2142 | 4.0 | 5220 | 2.6438 | 0.6226 |
59
+ | 2.0364 | 5.0 | 6525 | 2.6559 | 0.6323 |
60
+ | 2.03 | 6.0 | 7830 | 2.7057 | 0.6282 |
61
+ | 1.9461 | 7.0 | 9135 | 2.7222 | 0.6325 |
62
+ | 1.8751 | 8.0 | 10440 | 2.7435 | 0.6302 |
63
+ | 1.8463 | 9.0 | 11745 | 2.7668 | 0.6329 |
64
+ | 1.9001 | 10.0 | 13050 | 2.7686 | 0.6337 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.35.2
70
+ - Pytorch 2.1.0+cu121
71
+ - Datasets 2.15.0
72
+ - Tokenizers 0.15.0