kimsiun commited on
Commit
ab9b88a
·
1 Parent(s): 256dfd1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.7927
20
- - F1: 0.7727
21
 
22
  ## Model description
23
 
@@ -37,8 +37,8 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
- - train_batch_size: 16
41
- - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | No log | 1.0 | 61 | 0.6210 | 0.4068 |
52
- | No log | 2.0 | 122 | 0.4597 | 0.8261 |
53
- | No log | 3.0 | 183 | 0.4635 | 0.7917 |
54
- | No log | 4.0 | 244 | 0.5446 | 0.7342 |
55
- | No log | 5.0 | 305 | 0.5366 | 0.8000 |
56
- | No log | 6.0 | 366 | 0.6233 | 0.7789 |
57
- | No log | 7.0 | 427 | 0.6171 | 0.7955 |
58
- | No log | 8.0 | 488 | 0.6582 | 0.7955 |
59
- | 0.2985 | 9.0 | 549 | 0.7222 | 0.7816 |
60
- | 0.2985 | 10.0 | 610 | 0.7377 | 0.7865 |
61
- | 0.2985 | 11.0 | 671 | 0.7467 | 0.7727 |
62
- | 0.2985 | 12.0 | 732 | 0.7914 | 0.7826 |
63
- | 0.2985 | 13.0 | 793 | 0.7886 | 0.7727 |
64
- | 0.2985 | 14.0 | 854 | 0.7914 | 0.7727 |
65
- | 0.2985 | 15.0 | 915 | 0.7927 | 0.7727 |
66
 
67
 
68
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.6543
20
+ - F1: 0.7609
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 32
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 31 | 0.6418 | 0.4262 |
52
+ | No log | 2.0 | 62 | 0.4992 | 0.7342 |
53
+ | No log | 3.0 | 93 | 0.4732 | 0.7879 |
54
+ | No log | 4.0 | 124 | 0.4817 | 0.7089 |
55
+ | No log | 5.0 | 155 | 0.4872 | 0.7742 |
56
+ | No log | 6.0 | 186 | 0.5026 | 0.7872 |
57
+ | No log | 7.0 | 217 | 0.5202 | 0.7778 |
58
+ | No log | 8.0 | 248 | 0.5280 | 0.7711 |
59
+ | No log | 9.0 | 279 | 0.5629 | 0.75 |
60
+ | No log | 10.0 | 310 | 0.6319 | 0.7872 |
61
+ | No log | 11.0 | 341 | 0.6363 | 0.7872 |
62
+ | No log | 12.0 | 372 | 0.6850 | 0.7708 |
63
+ | No log | 13.0 | 403 | 0.6702 | 0.7872 |
64
+ | No log | 14.0 | 434 | 0.6495 | 0.7692 |
65
+ | No log | 15.0 | 465 | 0.6543 | 0.7609 |
66
 
67
 
68
  ### Framework versions