Uploading food not food text classifier model
Browse files- README.md +11 -11
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 1.0
|
23 |
|
24 |
## Model description
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0003
|
22 |
- Accuracy: 1.0
|
23 |
|
24 |
## Model description
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.4642 | 1.0 | 10 | 0.1351 | 0.9730 |
|
54 |
+
| 0.0428 | 2.0 | 20 | 0.0040 | 1.0 |
|
55 |
+
| 0.0026 | 3.0 | 30 | 0.0413 | 0.9865 |
|
56 |
+
| 0.0134 | 4.0 | 40 | 0.0006 | 1.0 |
|
57 |
+
| 0.0006 | 5.0 | 50 | 0.0587 | 0.9865 |
|
58 |
+
| 0.0005 | 6.0 | 60 | 0.0842 | 0.9865 |
|
59 |
+
| 0.0029 | 7.0 | 70 | 0.0003 | 1.0 |
|
60 |
+
| 0.0004 | 8.0 | 80 | 0.0003 | 1.0 |
|
61 |
+
| 0.0004 | 9.0 | 90 | 0.0003 | 1.0 |
|
62 |
+
| 0.0004 | 10.0 | 100 | 0.0003 | 1.0 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17b7bff1e82e563691e105e222b70d3ab33e387a02ac39ed779e10edd2b9ca35
|
3 |
size 267832560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3801abe61893803cf2d24c26d3fa9c3f1243ac7525100964b5dbb78963eac5b7
|
3 |
size 5240
|