kpeyton commited on
Commit
3b2737a
1 Parent(s): 9a32c91

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.9932
18
 
19
  ## Model description
20
 
@@ -39,20 +39,22 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 65 | 2.4939 |
49
- | No log | 2.0 | 130 | 1.2174 |
50
- | No log | 3.0 | 195 | 0.9932 |
 
 
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.19.4
56
  - Pytorch 1.11.0+cu113
57
- - Datasets 2.2.2
58
  - Tokenizers 0.12.1
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.4888
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 5
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 65 | 2.3960 |
49
+ | No log | 2.0 | 130 | 1.0320 |
50
+ | No log | 3.0 | 195 | 0.7380 |
51
+ | No log | 4.0 | 260 | 0.5046 |
52
+ | No log | 5.0 | 325 | 0.4888 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.20.0
58
  - Pytorch 1.11.0+cu113
59
+ - Datasets 2.3.2
60
  - Tokenizers 0.12.1