Sbudo text classifier
Browse files- README.md +12 -12
- config.json +4 -4
- model.safetensors +1 -1
- training_args.bin +2 -2
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.0003 | 9.0 |
|
| 62 |
-
| 0.0003 | 10.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.0823
|
| 22 |
+
- Accuracy: 0.9903
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 0.5879 | 1.0 | 26 | 0.1729 | 0.9420 |
|
| 54 |
+
| 0.1047 | 2.0 | 52 | 0.1249 | 0.9758 |
|
| 55 |
+
| 0.042 | 3.0 | 78 | 0.0938 | 0.9807 |
|
| 56 |
+
| 0.0022 | 4.0 | 104 | 0.0756 | 0.9903 |
|
| 57 |
+
| 0.0086 | 5.0 | 130 | 0.0767 | 0.9903 |
|
| 58 |
+
| 0.0005 | 6.0 | 156 | 0.0789 | 0.9903 |
|
| 59 |
+
| 0.0004 | 7.0 | 182 | 0.0804 | 0.9903 |
|
| 60 |
+
| 0.0003 | 8.0 | 208 | 0.0815 | 0.9903 |
|
| 61 |
+
| 0.0003 | 9.0 | 234 | 0.0821 | 0.9903 |
|
| 62 |
+
| 0.0003 | 10.0 | 260 | 0.0823 | 0.9903 |
|
| 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": "no_comida",
|
| 13 |
+
"1": "comida"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
+
"comida": 1,
|
| 18 |
+
"no_comida": 0
|
| 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:016181d624a2b8e82795372f6081ee6f8def13cc6e66fc849c39c75eb802475e
|
| 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60582601f476aff6eb4fc3a1532fae6474f034e3c645d1ba7329eed947564fdd
|
| 3 |
+
size 5304
|