JinbiaoZhu commited on
Commit
98fd141
1 Parent(s): 991c96e

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: mit
3
  base_model: microsoft/deberta-v3-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: finetuned-DebertaV3-eli5-askscience-TextGeneration
8
  results: []
@@ -13,7 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # finetuned-DebertaV3-eli5-askscience-TextGeneration
15
 
16
- This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -40,6 +44,17 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: linear
41
  - num_epochs: 5
42
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.38.2
 
3
  base_model: microsoft/deberta-v3-base
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - eli5_category
8
  model-index:
9
  - name: finetuned-DebertaV3-eli5-askscience-TextGeneration
10
  results: []
 
15
 
16
  # finetuned-DebertaV3-eli5-askscience-TextGeneration
17
 
18
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the eli5_category dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.7192
21
 
22
  ## Model description
23
 
 
44
  - lr_scheduler_type: linear
45
  - num_epochs: 5
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 3.9211 | 1.0 | 1049 | 3.5396 |
52
+ | 2.8329 | 2.0 | 2098 | 3.0325 |
53
+ | 3.3087 | 3.0 | 3147 | 2.8686 |
54
+ | 3.1624 | 4.0 | 4196 | 2.7708 |
55
+ | 2.4202 | 5.0 | 5245 | 2.7318 |
56
+
57
+
58
  ### Framework versions
59
 
60
  - Transformers 4.38.2