cgallegoan commited on
Commit
d3c7007
1 Parent(s): 51e924f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.4247
20
  - Accuracy: 0.8227
21
 
22
  ## Model description
@@ -42,14 +42,17 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 2
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 86 | 0.4311 | 0.8110 |
52
- | No log | 2.0 | 172 | 0.4247 | 0.8227 |
 
 
 
53
 
54
 
55
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5227
20
  - Accuracy: 0.8227
21
 
22
  ## Model description
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 86 | 0.4364 | 0.8205 |
52
+ | No log | 2.0 | 172 | 0.4329 | 0.8263 |
53
+ | No log | 3.0 | 258 | 0.4684 | 0.8379 |
54
+ | No log | 4.0 | 344 | 0.5138 | 0.8205 |
55
+ | No log | 5.0 | 430 | 0.5227 | 0.8227 |
56
 
57
 
58
  ### Framework versions