Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: bert-goemotions-10epochs
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# bert-goemotions-10epochs
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1110
|
19 |
+
- Accuracy Thresh: 0.9619
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 2e-05
|
39 |
+
- train_batch_size: 32
|
40 |
+
- eval_batch_size: 32
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 15
|
45 |
+
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------------:|
|
51 |
+
| 0.126 | 1.0 | 5283 | 0.1127 | 0.9619 |
|
52 |
+
| 0.1101 | 2.0 | 10566 | 0.1110 | 0.9619 |
|
53 |
+
| 0.1051 | 3.0 | 15849 | 0.1111 | 0.9616 |
|
54 |
+
| 0.1007 | 4.0 | 21132 | 0.1126 | 0.9613 |
|
55 |
+
| 0.0968 | 5.0 | 26415 | 0.1145 | 0.9605 |
|
56 |
+
| 0.0932 | 6.0 | 31698 | 0.1160 | 0.9601 |
|
57 |
+
| 0.0902 | 7.0 | 36981 | 0.1192 | 0.9593 |
|
58 |
+
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- Transformers 4.35.1
|
63 |
+
- Pytorch 2.1.0+cu118
|
64 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267912544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d616cce844cdea2ae040f8249c48d54e7e9bbb81df57b0d1a0844813b5a42881
|
3 |
size 267912544
|
runs/Nov15_00-47-59_22416b89dadb/events.out.tfevents.1700009300.22416b89dadb.257.0
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:fa0fda778af0b647b9f2e4e53ab4a134158627b7ed19bc7e7d063f2728e24a0f
|
3 |
+
size 9446
|
runs/Nov15_00-47-59_22416b89dadb/events.out.tfevents.1700010907.22416b89dadb.257.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1b927572e780f695014f92c103f6a4cfc8d696f287721fae10159a5ed4734d0
|
3 |
+
size 424
|