HideOnBush commited on
Commit
85338e3
·
1 Parent(s): 2374c7f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -14,12 +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
- - eval_loss: 6.5768
18
- - eval_runtime: 70.498
19
- - eval_samples_per_second: 25.504
20
- - eval_steps_per_second: 1.603
21
- - epoch: 0.01
22
- - step: 15
23
 
24
  ## Model description
25
 
@@ -44,7 +39,18 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 1
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  ### Framework versions
50
 
 
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: 5.7072
 
 
 
 
 
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
+ | 6.1831 | 1.0 | 1096 | 6.1345 |
49
+ | 5.7259 | 2.0 | 2192 | 5.9203 |
50
+ | 5.4691 | 3.0 | 3288 | 5.8003 |
51
+ | 5.3219 | 4.0 | 4384 | 5.7458 |
52
+ | 5.2342 | 5.0 | 5480 | 5.7072 |
53
+
54
 
55
  ### Framework versions
56