josejointriple
commited on
jointriple/brand_classification_2_20240703_model_1__0_920995
Browse files- README.md +11 -14
- config.json +0 -0
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# results
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,20 +43,17 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
-
|
47 |
-
- num_epochs: 7
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
-
| 5.
|
54 |
-
| 3.
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.5705 | 6.0 | 14226 | 0.3554 | 0.9236 |
|
59 |
-
| 0.2824 | 7.0 | 16597 | 0.3028 | 0.9288 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# results
|
17 |
|
18 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8920
|
21 |
+
- Accuracy: 0.9210
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 5
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 5.8623 | 1.0 | 2371 | 5.5613 | 0.5716 |
|
53 |
+
| 3.9844 | 2.0 | 4742 | 3.8082 | 0.8562 |
|
54 |
+
| 2.7326 | 3.0 | 7113 | 2.4057 | 0.9110 |
|
55 |
+
| 1.6646 | 4.0 | 9484 | 1.4718 | 0.9200 |
|
56 |
+
| 1.0158 | 5.0 | 11855 | 0.8920 | 0.9210 |
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
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:9824a409a07d2f81035df86ce09c76a96baf03acfaf1deb39e0cba435122fc97
|
3 |
+
size 444369032
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d42a5c1e44a0eea4988ccdea35e6fd2a5385f5e22fed7ebf79b69753fac98f1
|
3 |
size 4856
|