End of training
Browse files
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: finetuned_bert_sentiment_classification
|
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 |
+
# finetuned_bert_sentiment_classification
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.9785
|
21 |
+
- Accuracy: 0.78
|
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: 30
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 68 | 0.6297 | 0.73 |
|
53 |
+
| No log | 2.0 | 136 | 0.9044 | 0.73 |
|
54 |
+
| No log | 3.0 | 204 | 1.2008 | 0.78 |
|
55 |
+
| No log | 4.0 | 272 | 1.4143 | 0.75 |
|
56 |
+
| No log | 5.0 | 340 | 1.4934 | 0.76 |
|
57 |
+
| No log | 6.0 | 408 | 1.5581 | 0.765 |
|
58 |
+
| No log | 7.0 | 476 | 1.6158 | 0.78 |
|
59 |
+
| 0.1371 | 8.0 | 544 | 1.6786 | 0.785 |
|
60 |
+
| 0.1371 | 9.0 | 612 | 1.7112 | 0.78 |
|
61 |
+
| 0.1371 | 10.0 | 680 | 1.7416 | 0.78 |
|
62 |
+
| 0.1371 | 11.0 | 748 | 1.7667 | 0.78 |
|
63 |
+
| 0.1371 | 12.0 | 816 | 1.7937 | 0.78 |
|
64 |
+
| 0.1371 | 13.0 | 884 | 1.8139 | 0.78 |
|
65 |
+
| 0.1371 | 14.0 | 952 | 1.8347 | 0.78 |
|
66 |
+
| 0.0002 | 15.0 | 1020 | 1.8531 | 0.785 |
|
67 |
+
| 0.0002 | 16.0 | 1088 | 1.8645 | 0.78 |
|
68 |
+
| 0.0002 | 17.0 | 1156 | 1.8798 | 0.78 |
|
69 |
+
| 0.0002 | 18.0 | 1224 | 1.8964 | 0.78 |
|
70 |
+
| 0.0002 | 19.0 | 1292 | 1.9097 | 0.78 |
|
71 |
+
| 0.0002 | 20.0 | 1360 | 1.9206 | 0.78 |
|
72 |
+
| 0.0002 | 21.0 | 1428 | 1.9310 | 0.78 |
|
73 |
+
| 0.0002 | 22.0 | 1496 | 1.9410 | 0.78 |
|
74 |
+
| 0.0001 | 23.0 | 1564 | 1.9494 | 0.78 |
|
75 |
+
| 0.0001 | 24.0 | 1632 | 1.9566 | 0.78 |
|
76 |
+
| 0.0001 | 25.0 | 1700 | 1.9628 | 0.78 |
|
77 |
+
| 0.0001 | 26.0 | 1768 | 1.9681 | 0.78 |
|
78 |
+
| 0.0001 | 27.0 | 1836 | 1.9730 | 0.78 |
|
79 |
+
| 0.0001 | 28.0 | 1904 | 1.9761 | 0.78 |
|
80 |
+
| 0.0001 | 29.0 | 1972 | 1.9779 | 0.78 |
|
81 |
+
| 0.0 | 30.0 | 2040 | 1.9785 | 0.78 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.35.2
|
87 |
+
- Pytorch 2.1.0+cu118
|
88 |
+
- Datasets 2.15.0
|
89 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f41755af8d149373a9a2ceadb9823cc00cec523f24c65cae3edb6630ee853ec4
|
3 |
size 267835644
|
runs/Dec05_04-37-24_4b143aad8e2f/events.out.tfevents.1701751045.4b143aad8e2f.256.4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b643acc268de014fbdca35fb686e20a42930e7595f6130bbd3056e6eacf2352b
|
3 |
+
size 15076
|