k4black commited on
Commit
412e098
1 Parent(s): bda5044

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
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.4303
20
- - F1: 0.7894
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: 64
41
- - eval_batch_size: 64
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
@@ -50,9 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 0.3979 | 2.29 | 400 | 0.3792 | 0.7761 |
54
- | 0.2479 | 4.57 | 800 | 0.3911 | 0.7777 |
55
- | 0.1793 | 6.86 | 1200 | 0.4303 | 0.7894 |
 
 
56
 
57
 
58
  ### 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.4852
20
+ - F1: 0.7874
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
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.4199 | 1.14 | 400 | 0.3911 | 0.7571 |
54
+ | 0.293 | 2.29 | 800 | 0.3778 | 0.7899 |
55
+ | 0.2348 | 3.43 | 1200 | 0.4102 | 0.7894 |
56
+ | 0.1895 | 4.57 | 1600 | 0.4417 | 0.7835 |
57
+ | 0.1392 | 5.71 | 2000 | 0.4852 | 0.7874 |
58
 
59
 
60
  ### Framework versions