Sbudo text classifier
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/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: 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 |
-
| 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.0758
|
| 22 |
+
- Accuracy: 0.9799
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 0.5363 | 1.0 | 25 | 0.3316 | 0.8643 |
|
| 54 |
+
| 0.1659 | 2.0 | 50 | 0.1660 | 0.9497 |
|
| 55 |
+
| 0.0676 | 3.0 | 75 | 0.0218 | 0.9899 |
|
| 56 |
+
| 0.0248 | 4.0 | 100 | 0.0794 | 0.9749 |
|
| 57 |
+
| 0.0104 | 5.0 | 125 | 0.0263 | 0.9849 |
|
| 58 |
+
| 0.0021 | 6.0 | 150 | 0.0461 | 0.9749 |
|
| 59 |
+
| 0.0102 | 7.0 | 175 | 0.0494 | 0.9849 |
|
| 60 |
+
| 0.0006 | 8.0 | 200 | 0.0719 | 0.9799 |
|
| 61 |
+
| 0.0005 | 9.0 | 225 | 0.0755 | 0.9799 |
|
| 62 |
+
| 0.0005 | 10.0 | 250 | 0.0758 | 0.9799 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
config.json
CHANGED
|
@@ -9,13 +9,13 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"comida":
|
| 18 |
-
"no_comida":
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "comida",
|
| 13 |
+
"1": "no_comida"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
+
"comida": 0,
|
| 18 |
+
"no_comida": 1
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
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:b89f40e88a51c5d46f41a84f1ad6d89651a89a35b169aeda69100b21c28b8edc
|
| 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 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d86bd435a886afb8c597df27aac2dbed54aa1dce3345b244ab31b21ec0d6cc31
|
| 3 |
size 5368
|