bdotloh commited on
Commit
b7c82c3
1 Parent(s): d690695

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -13,12 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base](https://huggingface.co/cardiffnlp/twitter-roberta-base) on a dataset of twitter user descriptions.
15
  It achieves the following results on the evaluation set:
16
- - eval_loss: 3.2575
17
- - eval_runtime: 50.3796
18
- - eval_samples_per_second: 158.933
19
- - eval_steps_per_second: 2.501
20
- - epoch: 5.36
21
- - step: 3798
22
 
23
  ## Model description
24
 
@@ -43,7 +40,7 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 10
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base](https://huggingface.co/cardiffnlp/twitter-roberta-base) on a dataset of twitter user descriptions.
15
  It achieves the following results on the evaluation set:
16
+ - eval_perplexity: 2.33
17
+ - epoch: 15
18
+ - step: 10635
 
 
 
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 15
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Framework versions