Ludo33 commited on
Commit
d81ca8e
·
verified ·
1 Parent(s): 75a34bc

End of training

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/deberta-v3-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: deberta_rse
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # deberta_rse
19
+
20
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.0717
23
+ - Accuracy: 0.1538
24
+ - F1: 0.0638
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 15
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 2.0865 | 1.0 | 276 | 2.0754 | 0.1306 | 0.0302 |
57
+ | 2.0816 | 2.0 | 552 | 2.0784 | 0.1306 | 0.0302 |
58
+ | 2.0793 | 3.0 | 828 | 2.0774 | 0.1251 | 0.0283 |
59
+ | 2.0803 | 4.0 | 1104 | 2.0717 | 0.1538 | 0.0638 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.48.3
65
+ - Pytorch 2.5.1+cu124
66
+ - Datasets 3.3.1
67
+ - Tokenizers 0.21.0