End of training
Browse files- README.md +79 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: Sentiment-Analysis-Model
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# Sentiment-Analysis-Model
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6064
|
21 |
+
- Accuracy: 0.7515
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 0.75 | 0.5 | 500 | 0.7256 | 0.7015 |
|
53 |
+
| 0.7029 | 1.0 | 1000 | 0.6558 | 0.7375 |
|
54 |
+
| 0.603 | 1.5 | 1500 | 0.6782 | 0.7435 |
|
55 |
+
| 0.5837 | 2.0 | 2000 | 0.6064 | 0.7515 |
|
56 |
+
| 0.4341 | 2.5 | 2500 | 0.7703 | 0.756 |
|
57 |
+
| 0.4229 | 3.0 | 3000 | 0.6850 | 0.7525 |
|
58 |
+
| 0.2562 | 3.5 | 3500 | 1.0519 | 0.7465 |
|
59 |
+
| 0.2975 | 4.0 | 4000 | 1.1673 | 0.729 |
|
60 |
+
| 0.174 | 4.5 | 4500 | 1.3483 | 0.7235 |
|
61 |
+
| 0.1931 | 5.0 | 5000 | 1.4196 | 0.7405 |
|
62 |
+
| 0.1005 | 5.5 | 5500 | 1.6459 | 0.7415 |
|
63 |
+
| 0.1145 | 6.0 | 6000 | 1.4333 | 0.746 |
|
64 |
+
| 0.0764 | 6.5 | 6500 | 1.5973 | 0.741 |
|
65 |
+
| 0.0741 | 7.0 | 7000 | 1.8235 | 0.7295 |
|
66 |
+
| 0.0349 | 7.5 | 7500 | 2.0046 | 0.7415 |
|
67 |
+
| 0.0509 | 8.0 | 8000 | 1.8520 | 0.74 |
|
68 |
+
| 0.0273 | 8.5 | 8500 | 1.9855 | 0.7465 |
|
69 |
+
| 0.0295 | 9.0 | 9000 | 2.0323 | 0.733 |
|
70 |
+
| 0.0221 | 9.5 | 9500 | 2.0907 | 0.7415 |
|
71 |
+
| 0.0192 | 10.0 | 10000 | 2.0653 | 0.7455 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.33.1
|
77 |
+
- Pytorch 2.0.1+cu118
|
78 |
+
- Datasets 2.14.5
|
79 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263170733
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e06fbbb4fc589f8bc2fce4528ee0fdb6b207c3435167af1ddfd294a026fbf39
|
3 |
size 263170733
|