Tensorride commited on
Commit
a4cec3f
1 Parent(s): 77680be

End of training

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: Classifier_with_external_sets_03
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
+ # Classifier_with_external_sets_03
17
+
18
+ This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6931
21
+ - Accuracy: 0.5034
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: 0.0002
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | No log | 0.9983 | 289 | 0.6943 | 0.5034 |
56
+ | 0.7019 | 2.0 | 579 | 0.6932 | 0.4966 |
57
+ | 0.7019 | 2.9983 | 868 | 0.7004 | 0.5034 |
58
+ | 0.6978 | 4.0 | 1158 | 0.6968 | 0.4966 |
59
+ | 0.6978 | 4.9983 | 1447 | 0.6953 | 0.4966 |
60
+ | 0.6961 | 6.0 | 1737 | 0.6932 | 0.5034 |
61
+ | 0.6958 | 6.9983 | 2026 | 0.6932 | 0.5034 |
62
+ | 0.6958 | 8.0 | 2316 | 0.6934 | 0.4966 |
63
+ | 0.6942 | 8.9983 | 2605 | 0.6940 | 0.5034 |
64
+ | 0.6942 | 9.9827 | 2890 | 0.6931 | 0.5034 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.40.0
70
+ - Pytorch 2.2.2+cu121
71
+ - Datasets 2.19.0
72
+ - Tokenizers 0.19.1