amritpuhan commited on
Commit
cccfba1
1 Parent(s): 4d79c19

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
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: MoritzLaurer/deberta-v3-large-zeroshot-v2.0
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: fine-tuned-MoritzLaurer-deberta-v3-large-zeroshot-v2.0-swag-peft
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # fine-tuned-MoritzLaurer-deberta-v3-large-zeroshot-v2.0-swag-peft
18
+
19
+ This model is a fine-tuned version of [MoritzLaurer/deberta-v3-large-zeroshot-v2.0](https://huggingface.co/MoritzLaurer/deberta-v3-large-zeroshot-v2.0) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.2169
22
+ - Accuracy: 0.9193
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1.5e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
+ | 0.5756 | 1.0 | 4597 | 0.2941 | 0.8993 |
55
+ | 0.5186 | 2.0 | 9194 | 0.2538 | 0.9115 |
56
+ | 0.5139 | 3.0 | 13791 | 0.2399 | 0.9136 |
57
+ | 0.4933 | 4.0 | 18388 | 0.2282 | 0.9158 |
58
+ | 0.4786 | 5.0 | 22985 | 0.2278 | 0.9165 |
59
+ | 0.4657 | 6.0 | 27582 | 0.2215 | 0.9182 |
60
+ | 0.4685 | 7.0 | 32179 | 0.2199 | 0.9189 |
61
+ | 0.4631 | 8.0 | 36776 | 0.2188 | 0.9188 |
62
+ | 0.4629 | 9.0 | 41373 | 0.2186 | 0.9188 |
63
+ | 0.4556 | 10.0 | 45970 | 0.2169 | 0.9193 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.11.1
69
+ - Transformers 4.41.2
70
+ - Pytorch 2.3.1+cu121
71
+ - Datasets 2.19.2
72
+ - Tokenizers 0.19.1