End of training
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: distilbert/distilbert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: finetuning-sentiment-model-distil-finalVersion
|
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 |
+
# finetuning-sentiment-model-distil-finalVersion
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6034
|
22 |
+
- Precision Negative: 0.8333
|
23 |
+
- Recall Negative: 0.5556
|
24 |
+
- F1 Negative: 0.6667
|
25 |
+
- Precision Neutral: 0.75
|
26 |
+
- Recall Neutral: 0.9
|
27 |
+
- F1 Neutral: 0.8182
|
28 |
+
- Precision Positive: 0.8462
|
29 |
+
- Recall Positive: 0.7857
|
30 |
+
- F1 Positive: 0.8148
|
31 |
+
- Accuracy: 0.7907
|
32 |
+
- Confusion Matrix: [[20, 14, 2], [2, 72, 6], [2, 10, 44]]
|
33 |
+
|
34 |
+
## Model description
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Intended uses & limitations
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training and evaluation data
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training procedure
|
47 |
+
|
48 |
+
### Training hyperparameters
|
49 |
+
|
50 |
+
The following hyperparameters were used during training:
|
51 |
+
- learning_rate: 5e-05
|
52 |
+
- train_batch_size: 32
|
53 |
+
- eval_batch_size: 16
|
54 |
+
- seed: 42
|
55 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
56 |
+
- lr_scheduler_type: linear
|
57 |
+
- lr_scheduler_warmup_ratio: 0.1
|
58 |
+
- num_epochs: 6
|
59 |
+
|
60 |
+
### Training results
|
61 |
+
|
62 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision Negative | Recall Negative | F1 Negative | Precision Neutral | Recall Neutral | F1 Neutral | Precision Positive | Recall Positive | F1 Positive | Accuracy | Confusion Matrix |
|
63 |
+
|:-------------:|:-----:|:----:|:---------------:|:------------------:|:---------------:|:-----------:|:-----------------:|:--------------:|:----------:|:------------------:|:---------------:|:-----------:|:--------:|:--------------------------------------:|
|
64 |
+
| 0.9478 | 1.0 | 22 | 0.9752 | 0.0 | 0.0 | 0.0 | 0.5064 | 0.9875 | 0.6695 | 0.875 | 0.25 | 0.3889 | 0.5407 | [[0, 35, 1], [0, 79, 1], [0, 42, 14]] |
|
65 |
+
| 0.7207 | 2.0 | 44 | 0.6483 | 0.8667 | 0.3611 | 0.5098 | 0.6847 | 0.95 | 0.7958 | 0.8913 | 0.7321 | 0.8039 | 0.7558 | [[13, 21, 2], [1, 76, 3], [1, 14, 41]] |
|
66 |
+
| 0.4066 | 3.0 | 66 | 0.6153 | 0.7586 | 0.6111 | 0.6769 | 0.7308 | 0.95 | 0.8261 | 1.0 | 0.6964 | 0.8211 | 0.7965 | [[22, 14, 0], [4, 76, 0], [3, 14, 39]] |
|
67 |
+
| 0.2355 | 4.0 | 88 | 0.6367 | 0.8 | 0.5556 | 0.6557 | 0.7170 | 0.95 | 0.8172 | 0.9756 | 0.7143 | 0.8247 | 0.7907 | [[20, 16, 0], [3, 76, 1], [2, 14, 40]] |
|
68 |
+
| 0.1048 | 5.0 | 110 | 0.5976 | 0.8333 | 0.5556 | 0.6667 | 0.75 | 0.9 | 0.8182 | 0.8462 | 0.7857 | 0.8148 | 0.7907 | [[20, 14, 2], [2, 72, 6], [2, 10, 44]] |
|
69 |
+
| 0.0745 | 6.0 | 132 | 0.6034 | 0.8333 | 0.5556 | 0.6667 | 0.75 | 0.9 | 0.8182 | 0.8462 | 0.7857 | 0.8148 | 0.7907 | [[20, 14, 2], [2, 72, 6], [2, 10, 44]] |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.46.3
|
75 |
+
- Pytorch 2.5.1+cu121
|
76 |
+
- Datasets 3.1.0
|
77 |
+
- Tokenizers 0.20.3
|
runs/Dec07_08-06-04_386f23c91b0c/events.out.tfevents.1733559815.386f23c91b0c.1103.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2170e978f953bc1dbde7379da0d78ea111dac72ddb739c5edb2c8480fa1b07c0
|
3 |
+
size 936
|