BaorBaor commited on
Commit
3bf2850
·
1 Parent(s): 1ae5169

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: weight_DeBERTa_2
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # weight_DeBERTa_2
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.5318
17
+ - Map@3: 0.6808
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-06
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 16
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_ratio: 0.8
45
+ - num_epochs: 3
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Map@3 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 1.6071 | 0.4 | 25 | 1.6055 | 0.5392 |
52
+ | 1.6128 | 0.8 | 50 | 1.6035 | 0.5483 |
53
+ | 1.6097 | 1.2 | 75 | 1.6027 | 0.605 |
54
+ | 1.607 | 1.6 | 100 | 1.5955 | 0.6192 |
55
+ | 1.6015 | 2.0 | 125 | 1.5905 | 0.6075 |
56
+ | 1.5873 | 2.4 | 150 | 1.5587 | 0.6658 |
57
+ | 1.5906 | 2.8 | 175 | 1.5318 | 0.6808 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.30.2
63
+ - Pytorch 2.0.0
64
+ - Datasets 2.1.0
65
+ - Tokenizers 0.13.3