Uploading food not food text classifier model
Browse files- README.md +12 -12
- config.json +4 -4
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| 1.
|
| 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-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.3765
|
| 22 |
+
- Accuracy: 0.895
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 1.2846 | 1.0 | 32 | 1.1305 | 0.745 |
|
| 54 |
+
| 0.9125 | 2.0 | 64 | 0.7700 | 0.845 |
|
| 55 |
+
| 0.5789 | 3.0 | 96 | 0.5487 | 0.86 |
|
| 56 |
+
| 0.4028 | 4.0 | 128 | 0.4588 | 0.87 |
|
| 57 |
+
| 0.3067 | 5.0 | 160 | 0.4303 | 0.87 |
|
| 58 |
+
| 0.2694 | 6.0 | 192 | 0.4051 | 0.87 |
|
| 59 |
+
| 0.2243 | 7.0 | 224 | 0.3891 | 0.89 |
|
| 60 |
+
| 0.2052 | 8.0 | 256 | 0.3834 | 0.89 |
|
| 61 |
+
| 0.1907 | 9.0 | 288 | 0.3778 | 0.89 |
|
| 62 |
+
| 0.1891 | 10.0 | 320 | 0.3765 | 0.895 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
config.json
CHANGED
|
@@ -9,10 +9,10 @@
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"label2id": {
|
|
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "World",
|
| 13 |
+
"1": "Sports",
|
| 14 |
+
"2": "Business",
|
| 15 |
+
"3": "Sci/Tech"
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"label2id": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9af7d522470682b4a2af1cf8d9bbd3968b9556ce1d19f0d3a6dc7509c1751f56
|
| 3 |
size 267838720
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c45d98f390fdeb4547512dfb5e3ae3a55f69a546fdbaf172bb36cd5633ed8784
|
| 3 |
size 5841
|