datarpit commited on
Commit
09b1862
1 Parent(s): f554cbc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # toy
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -32,18 +34,27 @@ More information needed
32
 
33
  The following hyperparameters were used during training:
34
  - learning_rate: 2e-05
35
- - train_batch_size: 16
36
- - eval_batch_size: 16
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 1
41
 
42
  ### Training results
43
 
44
  | Training Loss | Epoch | Step | Validation Loss |
45
  |:-------------:|:-----:|:----:|:---------------:|
46
- | No log | 1.0 | 7 | 5.1190 |
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
13
  # toy
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2244
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 2
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 50 | 0.2753 |
49
+ | No log | 2.0 | 100 | 0.2382 |
50
+ | No log | 3.0 | 150 | 0.2362 |
51
+ | No log | 4.0 | 200 | 0.2340 |
52
+ | No log | 5.0 | 250 | 0.2278 |
53
+ | No log | 6.0 | 300 | 0.2225 |
54
+ | No log | 7.0 | 350 | 0.2233 |
55
+ | No log | 8.0 | 400 | 0.2250 |
56
+ | No log | 9.0 | 450 | 0.2244 |
57
+ | 0.548 | 10.0 | 500 | 0.2244 |
58
 
59
 
60
  ### Framework versions