Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,6 @@ pipeline_tag: text-classification
|
|
13 |
---
|
14 |
---
|
15 |
|
16 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
-
should probably proofread and complete it, then remove this comment. -->
|
18 |
-
|
19 |
# tmp_trainer
|
20 |
|
21 |
This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment) on the None dataset.
|
@@ -23,13 +20,6 @@ It achieves the following results on the evaluation set:
|
|
23 |
- Loss: 0.502831
|
24 |
- Accuracy: 0.798512
|
25 |
|
26 |
-
## Model description
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
## Intended uses & limitations
|
31 |
-
|
32 |
-
More information needed
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
@@ -53,12 +43,11 @@ More information needed
|
|
53 |
|
54 |
### Training hyperparameters
|
55 |
|
56 |
-
The following hyperparameters were used during training:
|
57 |
-
learning_rate=2e-5
|
58 |
-
num_train_epochs=20
|
59 |
-
weight_decay=0.01
|
60 |
-
|
61 |
-
per_device_eval_batch_size=16, # batch size for evaluation
|
62 |
### Framework versions
|
63 |
- Transformers 4.35.0
|
64 |
- Pytorch 2.0.0
|
|
|
13 |
---
|
14 |
---
|
15 |
|
|
|
|
|
|
|
16 |
# tmp_trainer
|
17 |
|
18 |
This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment) on the None dataset.
|
|
|
20 |
- Loss: 0.502831
|
21 |
- Accuracy: 0.798512
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Training and evaluation data
|
25 |
|
|
|
43 |
|
44 |
### Training hyperparameters
|
45 |
|
46 |
+
- The following hyperparameters were used during training:
|
47 |
+
- learning_rate=2e-5
|
48 |
+
- num_train_epochs=20
|
49 |
+
- weight_decay=0.01
|
50 |
+
- batch_size=16,
|
|
|
51 |
### Framework versions
|
52 |
- Transformers 4.35.0
|
53 |
- Pytorch 2.0.0
|