rawsun00001 commited on
Commit
f936a4d
·
verified ·
1 Parent(s): 0a305ca

End of training

Browse files
Files changed (1) hide show
  1. README.md +82 -3
README.md CHANGED
@@ -1,3 +1,82 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: roberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: cricket-project-01
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # cricket-project-01
21
+
22
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.2588
25
+ - Accuracy: 0.9361
26
+ - Precision: 0.4680
27
+ - Recall: 0.5
28
+ - F1: 0.4835
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 3e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 7
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | 0.3406 | 0.4318 | 500 | 0.2407 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
61
+ | 0.3133 | 0.8636 | 1000 | 0.2432 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
62
+ | 0.3181 | 1.2953 | 1500 | 0.2443 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
63
+ | 0.3135 | 1.7271 | 2000 | 0.2726 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
64
+ | 0.3228 | 2.1589 | 2500 | 0.2730 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
65
+ | 0.3226 | 2.5907 | 3000 | 0.2750 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
66
+ | 0.3171 | 3.0225 | 3500 | 0.2741 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
67
+ | 0.3171 | 3.4542 | 4000 | 0.2625 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
68
+ | 0.3056 | 3.8860 | 4500 | 0.2791 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
69
+ | 0.3468 | 4.3178 | 5000 | 0.2645 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
70
+ | 0.3099 | 4.7496 | 5500 | 0.2540 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
71
+ | 0.2992 | 5.1813 | 6000 | 0.2543 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
72
+ | 0.3321 | 5.6131 | 6500 | 0.2719 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
73
+ | 0.32 | 6.0449 | 7000 | 0.2699 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
74
+ | 0.3153 | 6.4767 | 7500 | 0.2643 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
75
+ | 0.3278 | 6.9085 | 8000 | 0.2588 | 0.9361 | 0.4680 | 0.5 | 0.4835 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.50.3
81
+ - Pytorch 2.6.0+cu124
82
+ - Tokenizers 0.21.1