agi-css commited on
Commit
9db6449
1 Parent(s): 5b5c013

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # distilroberta-base-etc
17
 
18
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5308
21
- - Accuracy: 0.7764
22
- - F1: 0.7744
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 1.786634543080922e-05
42
  - train_batch_size: 400
43
  - eval_batch_size: 400
44
  - seed: 42
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | No log | 1.0 | 46 | 0.6594 | 0.6699 | 0.6581 |
54
- | No log | 2.0 | 92 | 0.5253 | 0.7575 | 0.7574 |
55
- | No log | 3.0 | 138 | 0.5651 | 0.7394 | 0.7338 |
56
- | No log | 4.0 | 184 | 0.4815 | 0.7862 | 0.7860 |
57
- | No log | 5.0 | 230 | 0.5280 | 0.7734 | 0.7721 |
58
- | No log | 6.0 | 276 | 0.5066 | 0.7786 | 0.7776 |
59
- | No log | 7.0 | 322 | 0.5308 | 0.7764 | 0.7744 |
60
 
61
 
62
  ### Framework versions
 
15
 
16
  # distilroberta-base-etc
17
 
18
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3382
21
+ - Accuracy: 0.919
22
+ - F1: 0.9190
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 4.969790133269121e-05
42
  - train_batch_size: 400
43
  - eval_batch_size: 400
44
  - seed: 42
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | No log | 1.0 | 84 | 0.2372 | 0.907 | 0.9070 |
54
+ | No log | 2.0 | 168 | 0.2358 | 0.9083 | 0.9083 |
55
+ | No log | 3.0 | 252 | 0.2430 | 0.9137 | 0.9137 |
56
+ | No log | 4.0 | 336 | 0.2449 | 0.919 | 0.9190 |
57
+ | No log | 5.0 | 420 | 0.2884 | 0.9193 | 0.9193 |
58
+ | No log | 6.0 | 504 | 0.3179 | 0.9167 | 0.9167 |
59
+ | No log | 7.0 | 588 | 0.3382 | 0.919 | 0.9190 |
60
 
61
 
62
  ### Framework versions