learn3r commited on
Commit
7720a43
1 Parent(s): b3d6547

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -28
README.md CHANGED
@@ -2,26 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - feverous
7
  metrics:
8
  - accuracy
9
  model-index:
10
  - name: deberta-v3-base-finetuned-fever
11
- results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- dataset:
16
- name: feverous
17
- type: feverous
18
- config: default
19
- split: validation
20
- args: default
21
- metrics:
22
- - name: Accuracy
23
- type: accuracy
24
- value: 0.6153358681875792
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # deberta-v3-base-finetuned-fever
31
 
32
- This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the feverous dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.8830
35
- - Accuracy: 0.6153
36
 
37
  ## Model description
38
 
@@ -52,8 +37,8 @@ More information needed
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 2e-05
55
- - train_batch_size: 16
56
- - eval_batch_size: 16
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
@@ -61,13 +46,13 @@ The following hyperparameters were used during training:
61
 
62
  ### Training results
63
 
64
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
66
- | 0.7054 | 1.0 | 4456 | 0.8351 | 0.6027 |
67
- | 0.6389 | 2.0 | 8912 | 0.8830 | 0.6153 |
68
- | 0.5562 | 3.0 | 13368 | 0.9398 | 0.6134 |
69
- | 0.4614 | 4.0 | 17824 | 1.0787 | 0.6115 |
70
- | 0.3867 | 5.0 | 22280 | 1.1430 | 0.6091 |
71
 
72
 
73
  ### Framework versions
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  model-index:
8
  - name: deberta-v3-base-finetuned-fever
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  # deberta-v3-base-finetuned-fever
16
 
17
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0792
20
+ - Accuracy: 0.4965
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 2
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
51
+ | 0.8873 | 1.0 | 20000 | 1.0792 | 0.4965 |
52
+ | 0.8178 | 2.0 | 40000 | 1.4091 | 0.4965 |
53
+ | 0.7809 | 3.0 | 60000 | 1.4333 | 0.4965 |
54
+ | 0.7748 | 4.0 | 80000 | 1.3670 | 0.4965 |
55
+ | 0.825 | 5.0 | 100000 | 1.3884 | 0.4965 |
56
 
57
 
58
  ### Framework versions