eclec commited on
Commit
eefe8f6
1 Parent(s): 6fcc74b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -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 the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.6370
20
- - Accuracy: 0.6333
21
 
22
  ## Model description
23
 
@@ -36,10 +36,10 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 2.3580136914452267e-05
40
- - train_batch_size: 8
41
  - eval_batch_size: 16
42
- - seed: 24
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - num_epochs: 2
@@ -48,8 +48,8 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 30 | 0.6794 | 0.5333 |
52
- | No log | 2.0 | 60 | 0.6370 | 0.6333 |
53
 
54
 
55
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5614
20
+ - Accuracy: 0.8
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 1.3315037111141175e-05
40
+ - train_batch_size: 4
41
  - eval_batch_size: 16
42
+ - seed: 1
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - num_epochs: 2
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 60 | 0.5990 | 0.6833 |
52
+ | No log | 2.0 | 120 | 0.5614 | 0.8 |
53
 
54
 
55
  ### Framework versions