irfanamal commited on
Commit
c512cfd
1 Parent(s): 3190a32

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -40
README.md CHANGED
@@ -3,8 +3,6 @@ license: mit
3
  base_model: roberta-base
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: roberta_multiple_choice
10
  results: []
@@ -16,9 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # roberta_multiple_choice
17
 
18
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.1836
21
- - Accuracy: 0.955
22
 
23
  ## Model description
24
 
@@ -43,44 +38,10 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 100
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
- | 1.4783 | 1.0 | 1725 | 1.3350 | 0.405 |
53
- | 1.3252 | 2.0 | 3450 | 1.1893 | 0.565 |
54
- | 1.2436 | 3.0 | 5175 | 1.0734 | 0.57 |
55
- | 1.1636 | 4.0 | 6900 | 0.9469 | 0.61 |
56
- | 1.0818 | 5.0 | 8625 | 0.8554 | 0.675 |
57
- | 0.9999 | 6.0 | 10350 | 0.7437 | 0.715 |
58
- | 0.9227 | 7.0 | 12075 | 0.6424 | 0.76 |
59
- | 0.8361 | 8.0 | 13800 | 0.5657 | 0.8 |
60
- | 0.7636 | 9.0 | 15525 | 0.5241 | 0.815 |
61
- | 0.696 | 10.0 | 17250 | 0.4742 | 0.83 |
62
- | 0.6343 | 11.0 | 18975 | 0.4325 | 0.855 |
63
- | 0.5758 | 12.0 | 20700 | 0.4263 | 0.86 |
64
- | 0.5377 | 13.0 | 22425 | 0.3876 | 0.835 |
65
- | 0.4889 | 14.0 | 24150 | 0.3675 | 0.87 |
66
- | 0.4467 | 15.0 | 25875 | 0.3221 | 0.885 |
67
- | 0.4172 | 16.0 | 27600 | 0.3175 | 0.89 |
68
- | 0.3899 | 17.0 | 29325 | 0.3048 | 0.9 |
69
- | 0.3649 | 18.0 | 31050 | 0.2795 | 0.91 |
70
- | 0.3413 | 19.0 | 32775 | 0.2669 | 0.905 |
71
- | 0.3219 | 20.0 | 34500 | 0.2764 | 0.92 |
72
- | 0.3055 | 21.0 | 36225 | 0.2478 | 0.93 |
73
- | 0.2826 | 22.0 | 37950 | 0.2069 | 0.94 |
74
- | 0.2733 | 23.0 | 39675 | 0.2230 | 0.945 |
75
- | 0.2537 | 24.0 | 41400 | 0.2138 | 0.945 |
76
- | 0.2412 | 25.0 | 43125 | 0.1887 | 0.95 |
77
- | 0.2281 | 26.0 | 44850 | 0.1923 | 0.955 |
78
- | 0.2188 | 27.0 | 46575 | 0.1663 | 0.96 |
79
- | 0.2031 | 28.0 | 48300 | 0.2389 | 0.945 |
80
- | 0.2008 | 29.0 | 50025 | 0.1823 | 0.955 |
81
- | 0.1858 | 30.0 | 51750 | 0.1994 | 0.95 |
82
- | 0.1854 | 31.0 | 53475 | 0.2013 | 0.96 |
83
- | 0.1721 | 32.0 | 55200 | 0.1836 | 0.955 |
84
 
85
 
86
  ### Framework versions
 
3
  base_model: roberta-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: roberta_multiple_choice
8
  results: []
 
14
  # roberta_multiple_choice
15
 
16
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 3
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions