pm
commited on
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,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: augmented-go-emotions-plus-other-datasets-fine-tuned-distilroberta-v2
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# augmented-go-emotions-plus-other-datasets-fine-tuned-distilroberta-v2
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0792
|
20 |
+
- Micro Precision: 0.6922
|
21 |
+
- Micro Recall: 0.5854
|
22 |
+
- Micro F1: 0.6343
|
23 |
+
- Macro Precision: 0.5809
|
24 |
+
- Macro Recall: 0.4729
|
25 |
+
- Macro F1: 0.5136
|
26 |
+
- Weighted Precision: 0.6764
|
27 |
+
- Weighted Recall: 0.5854
|
28 |
+
- Weighted F1: 0.6238
|
29 |
+
- Hamming Loss: 0.0287
|
30 |
+
|
31 |
+
## Model description
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Intended uses & limitations
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training and evaluation data
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training procedure
|
44 |
+
|
45 |
+
### Training hyperparameters
|
46 |
+
|
47 |
+
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 5e-05
|
49 |
+
- train_batch_size: 8
|
50 |
+
- eval_batch_size: 8
|
51 |
+
- seed: 42
|
52 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 3.0
|
55 |
+
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| 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 |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:------------------:|:---------------:|:-----------:|:------------:|
|
60 |
+
| No log | 1.0 | 18858 | 0.0745 | 0.7528 | 0.5169 | 0.6129 | 0.6155 | 0.3805 | 0.4336 | 0.7386 | 0.5169 | 0.5827 | 0.0278 |
|
61 |
+
| No log | 2.0 | 37716 | 0.0757 | 0.7102 | 0.5616 | 0.6272 | 0.5937 | 0.4658 | 0.5049 | 0.6978 | 0.5616 | 0.6105 | 0.0284 |
|
62 |
+
| No log | 3.0 | 56574 | 0.0792 | 0.6922 | 0.5854 | 0.6343 | 0.5809 | 0.4729 | 0.5136 | 0.6764 | 0.5854 | 0.6238 | 0.0287 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.47.0
|
68 |
+
- Pytorch 2.3.1+cu121
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.21.0
|