RyyDer commited on
Commit
d4e2836
verified
1 Parent(s): 8d6feb3

End of training

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-4.0
4
+ base_model: deepset/deberta-v3-large-squad2
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: DeBERTa-V3-TweetQA
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # DeBERTa-V3-TweetQA
16
+
17
+ This model is a fine-tuned version of [deepset/deberta-v3-large-squad2](https://huggingface.co/deepset/deberta-v3-large-squad2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.8121
20
+ - Meteor: 27.2880
21
+ - Bleu1: 22.0534
22
+ - Rougel: 40.4011
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: 3e-05
42
+ - train_batch_size: 2
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 8
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: 3
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Meteor | Bleu1 | Rougel |
55
+ |:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|:-------:|
56
+ | 4.7667 | 1.0 | 1337 | 4.5319 | 26.2941 | 24.8268 | 39.2046 |
57
+ | 4.6716 | 2.0 | 2674 | 4.5990 | 24.3663 | 23.0792 | 37.8348 |
58
+ | 4.159 | 2.9981 | 4008 | 4.8121 | 27.2880 | 22.0534 | 40.4011 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.51.3
64
+ - Pytorch 2.6.0+cu124
65
+ - Datasets 3.5.0
66
+ - Tokenizers 0.21.1