update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
- f1
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
model-index:
|
10 |
+
- name: distilrubert-tiny-cased-conversational-v1_best_finetuned_emotion_experiment_augmented_anger_fear
|
11 |
+
results: []
|
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 |
+
# distilrubert-tiny-cased-conversational-v1_best_finetuned_emotion_experiment_augmented_anger_fear
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [DeepPavlov/distilrubert-tiny-cased-conversational-v1](https://huggingface.co/DeepPavlov/distilrubert-tiny-cased-conversational-v1) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5751
|
22 |
+
- Accuracy: 0.8716
|
23 |
+
- F1: 0.8713
|
24 |
+
- Precision: 0.8721
|
25 |
+
- Recall: 0.8716
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 0.0001
|
45 |
+
- train_batch_size: 64
|
46 |
+
- eval_batch_size: 64
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 20
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
56 |
+
| 0.8851 | 1.0 | 69 | 0.4740 | 0.8361 | 0.8346 | 0.8364 | 0.8361 |
|
57 |
+
| 0.4404 | 2.0 | 138 | 0.4018 | 0.8643 | 0.8625 | 0.8672 | 0.8643 |
|
58 |
+
| 0.305 | 3.0 | 207 | 0.3754 | 0.8800 | 0.8795 | 0.8794 | 0.8800 |
|
59 |
+
| 0.2441 | 4.0 | 276 | 0.3942 | 0.8758 | 0.8748 | 0.8752 | 0.8758 |
|
60 |
+
| 0.1837 | 5.0 | 345 | 0.4005 | 0.8873 | 0.8870 | 0.8877 | 0.8873 |
|
61 |
+
| 0.1573 | 6.0 | 414 | 0.4468 | 0.8716 | 0.8718 | 0.8730 | 0.8716 |
|
62 |
+
| 0.1292 | 7.0 | 483 | 0.4582 | 0.8747 | 0.8750 | 0.8758 | 0.8747 |
|
63 |
+
| 0.0949 | 8.0 | 552 | 0.5110 | 0.8601 | 0.8601 | 0.8628 | 0.8601 |
|
64 |
+
| 0.0729 | 9.0 | 621 | 0.5415 | 0.8674 | 0.8674 | 0.8681 | 0.8674 |
|
65 |
+
| 0.058 | 10.0 | 690 | 0.5751 | 0.8716 | 0.8713 | 0.8721 | 0.8716 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.19.2
|
71 |
+
- Pytorch 1.11.0+cu113
|
72 |
+
- Datasets 2.2.2
|
73 |
+
- Tokenizers 0.12.1
|