End of training
Browse files
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# Taste-classifier-with-ratings
|
20 |
|
21 |
-
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step
|
57 |
-
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
# Taste-classifier-with-ratings
|
20 |
|
21 |
+
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.4503
|
24 |
+
- Accuracy: 0.4499
|
25 |
+
- Recall: 0.4499
|
26 |
+
- Precision: 0.4499
|
27 |
+
- F1: 0.4499
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision | F1 |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 1.3342 | 1.0 | 5000 | 1.3867 | 0.4103 | 0.4103 | 0.4103 | 0.4103 |
|
59 |
+
| 1.1525 | 2.0 | 10000 | 1.3346 | 0.4499 | 0.4499 | 0.4499 | 0.4499 |
|
60 |
+
| 0.8997 | 3.0 | 15000 | 1.4503 | 0.4499 | 0.4499 | 0.4499 | 0.4499 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437980180
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42b87e5f9220c6fad8b24c729967e248e915475807100ac8e34b00998102fd42
|
3 |
size 437980180
|
runs/Apr13_15-09-04_427ae9b2499d/events.out.tfevents.1713020949.427ae9b2499d.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b4ec5fc9db53bc5f8594d31200729390f2575b26b0fd02bbf2d787423ae5355
|
3 |
+
size 13145
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6c387dbb3146b62c4b23c86bd5c76907ab3e8841d288a7c9e3c6d6a327850fc
|
3 |
size 4984
|