Adammz commited on
Commit
2da9b37
·
1 Parent(s): 9528862

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allenai/cs_roberta_base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: cs_roberta_base-1
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # cs_roberta_base-1
16
+
17
+ This model is a fine-tuned version of [allenai/cs_roberta_base](https://huggingface.co/allenai/cs_roberta_base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3743
20
+ - Accuracy: 0.8905
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 46
41
+ - eval_batch_size: 46
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 1.3782 | 1.0 | 1044 | 0.9372 | 0.79 |
53
+ | 0.7908 | 2.0 | 2088 | 0.6508 | 0.8418 |
54
+ | 0.5942 | 3.0 | 3132 | 0.5638 | 0.8604 |
55
+ | 0.4986 | 4.0 | 4176 | 0.4780 | 0.8707 |
56
+ | 0.4301 | 5.0 | 5220 | 0.4408 | 0.8794 |
57
+ | 0.3798 | 6.0 | 6264 | 0.4103 | 0.8821 |
58
+ | 0.3388 | 7.0 | 7308 | 0.3938 | 0.8842 |
59
+ | 0.3082 | 8.0 | 8352 | 0.3821 | 0.8909 |
60
+ | 0.2842 | 9.0 | 9396 | 0.3852 | 0.887 |
61
+ | 0.2674 | 10.0 | 10440 | 0.3743 | 0.8905 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.35.2
67
+ - Pytorch 2.1.0+cu121
68
+ - Datasets 2.16.0
69
+ - Tokenizers 0.15.0