Uploading first iteration of food and 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.0005
|
22 |
- Accuracy: 1.0
|
23 |
|
24 |
## Model description
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.5101 | 1.0 | 7 | 0.3415 | 1.0 |
|
54 |
+
| 0.2153 | 2.0 | 14 | 0.0786 | 1.0 |
|
55 |
+
| 0.0353 | 3.0 | 21 | 0.0064 | 1.0 |
|
56 |
+
| 0.004 | 4.0 | 28 | 0.0141 | 1.0 |
|
57 |
+
| 0.0168 | 5.0 | 35 | 0.0011 | 1.0 |
|
58 |
+
| 0.0011 | 6.0 | 42 | 0.0007 | 1.0 |
|
59 |
+
| 0.0008 | 7.0 | 49 | 0.0006 | 1.0 |
|
60 |
+
| 0.0008 | 8.0 | 56 | 0.0006 | 1.0 |
|
61 |
+
| 0.0007 | 9.0 | 63 | 0.0005 | 1.0 |
|
62 |
+
| 0.0007 | 10.0 | 70 | 0.0005 | 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:a50f522674f757a1b67174776cc6ca644b5363633882a6b510e75816e2c13950
|
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:a62cb315eb8e0bb0a253f16648af575826296df698fe2a7d864521e4ec7833d0
|
3 |
size 5240
|