pm
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,70 +1,72 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
-
base_model: distilbert/distilroberta-base
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
-
model-index:
|
8 |
-
- name: go-emotions-plus-other-datasets-fine-tuned-distilroberta
|
9 |
-
results: []
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
-
|
20 |
-
|
21 |
-
-
|
22 |
-
- Micro
|
23 |
-
-
|
24 |
-
-
|
25 |
-
- Macro
|
26 |
-
-
|
27 |
-
-
|
28 |
-
- Weighted
|
29 |
-
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
-
|
51 |
-
-
|
52 |
-
-
|
53 |
-
-
|
54 |
-
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
61 |
-
|
62 |
-
| No log |
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
-
|
70 |
-
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: distilbert/distilroberta-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: go-emotions-plus-other-datasets-fine-tuned-distilroberta
|
9 |
+
results: []
|
10 |
+
datasets:
|
11 |
+
- google-research-datasets/go_emotions
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# go-emotions-plus-other-datasets-fine-tuned-distilroberta
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0719
|
22 |
+
- Micro Precision: 0.7358
|
23 |
+
- Micro Recall: 0.5840
|
24 |
+
- Micro F1: 0.6512
|
25 |
+
- Macro Precision: 0.5957
|
26 |
+
- Macro Recall: 0.4191
|
27 |
+
- Macro F1: 0.4670
|
28 |
+
- Weighted Precision: 0.7120
|
29 |
+
- Weighted Recall: 0.5840
|
30 |
+
- Weighted F1: 0.6286
|
31 |
+
- Hamming Loss: 0.0266
|
32 |
+
|
33 |
+
## Model description
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Intended uses & limitations
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training and evaluation data
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training procedure
|
46 |
+
|
47 |
+
### Training hyperparameters
|
48 |
+
|
49 |
+
The following hyperparameters were used during training:
|
50 |
+
- learning_rate: 5e-05
|
51 |
+
- train_batch_size: 8
|
52 |
+
- eval_batch_size: 8
|
53 |
+
- seed: 42
|
54 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
55 |
+
- lr_scheduler_type: linear
|
56 |
+
- num_epochs: 3.0
|
57 |
+
|
58 |
+
### Training results
|
59 |
+
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Micro Precision | Micro Recall | Micro F1 | Macro Precision | Macro Recall | Macro F1 | Weighted Precision | Weighted Recall | Weighted F1 | Hamming Loss |
|
61 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:------------------:|:---------------:|:-----------:|:------------:|
|
62 |
+
| No log | 1.0 | 10377 | 0.0788 | 0.7494 | 0.4946 | 0.5959 | 0.5505 | 0.3191 | 0.3567 | 0.7217 | 0.4946 | 0.5559 | 0.0285 |
|
63 |
+
| No log | 2.0 | 20754 | 0.0723 | 0.7354 | 0.5782 | 0.6474 | 0.6452 | 0.3792 | 0.4259 | 0.7312 | 0.5782 | 0.6154 | 0.0268 |
|
64 |
+
| No log | 3.0 | 31131 | 0.0719 | 0.7358 | 0.5840 | 0.6512 | 0.5957 | 0.4191 | 0.4670 | 0.7120 | 0.5840 | 0.6286 | 0.0266 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.47.0
|
70 |
+
- Pytorch 2.3.1+cu121
|
71 |
+
- Datasets 2.20.0
|
72 |
+
- Tokenizers 0.21.0
|