Update README.md
Browse files
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 |
-
-
|
17 |
-
-
|
18 |
-
-
|
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:
|
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
|