End of training
Browse files
README.md
CHANGED
@@ -4,9 +4,7 @@ base_model: google-bert/bert-base-uncased
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
-
-
|
8 |
-
- recall
|
9 |
-
- f1
|
10 |
model-index:
|
11 |
- name: Taste-classifier
|
12 |
results: []
|
@@ -19,10 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
-
|
24 |
-
- Recall: 0.8149
|
25 |
-
- F1: 0.8407
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,11 +47,11 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
+
- accuracy
|
|
|
|
|
8 |
model-index:
|
9 |
- name: Taste-classifier
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5014
|
21 |
+
- Accuracy: 0.896
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.3257 | 1.0 | 2500 | 0.3579 | 0.8688 |
|
53 |
+
| 0.2355 | 2.0 | 5000 | 0.3739 | 0.894 |
|
54 |
+
| 0.11 | 3.0 | 7500 | 0.5014 | 0.896 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47aa7e976310f315caf256f775e0f89a447a569c6c74a7ca23d18211a43219e3
|
3 |
size 437958648
|
runs/Apr23_13-13-33_ad9f05158312/events.out.tfevents.1713878024.ad9f05158312.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:196bf68473b6f7dd80e279e07289ba6d1df62ecb6e54476765a5bcc43603e433
|
3 |
+
size 9064
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:251cc5abdc1e6fcf9a5356d52deacd5fbc0f9e89302acaa75bd8b58c095783e6
|
3 |
size 4920
|