Demetris commited on
Commit
4211876
1 Parent(s): cee518d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # finetune-clm-employment
14
 
15
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.4194
18
 
19
  ## Model description
20
 
@@ -45,9 +45,9 @@ The following hyperparameters were used during training:
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:-----:|:---------------:|
48
- | 3.8779 | 1.0 | 3975 | 3.5300 |
49
- | 3.5709 | 2.0 | 7950 | 3.4435 |
50
- | 3.4793 | 3.0 | 11925 | 3.4194 |
51
 
52
 
53
  ### Framework versions
 
12
 
13
  # finetune-clm-employment
14
 
15
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.8445
18
 
19
  ## Model description
20
 
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.3283 | 1.0 | 3989 | 1.9578 |
49
+ | 2.0824 | 2.0 | 7978 | 1.9013 |
50
+ | 1.9936 | 3.0 | 11967 | 1.8625 |
51
 
52
 
53
  ### Framework versions