Sairii commited on
Commit
8c7cd44
·
verified ·
1 Parent(s): 6462626

Sbudo text classifier

Browse files
Files changed (4) hide show
  1. README.md +12 -12
  2. config.json +4 -4
  3. model.safetensors +1 -1
  4. 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.1895
22
- - Accuracy: 0.9738
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.0001 | 1.0 | 24 | 0.2991 | 0.9738 |
54
- | 0.0 | 2.0 | 48 | 0.3241 | 0.9738 |
55
- | 0.0 | 3.0 | 72 | 0.2902 | 0.9791 |
56
- | 0.1063 | 4.0 | 96 | 0.3692 | 0.9686 |
57
- | 0.0665 | 5.0 | 120 | 0.1401 | 0.9791 |
58
- | 0.0068 | 6.0 | 144 | 0.2865 | 0.9634 |
59
- | 0.0 | 7.0 | 168 | 0.1919 | 0.9791 |
60
- | 0.0 | 8.0 | 192 | 0.1899 | 0.9738 |
61
- | 0.0 | 9.0 | 216 | 0.1894 | 0.9738 |
62
- | 0.0 | 10.0 | 240 | 0.1895 | 0.9738 |
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": "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",
 
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:251e11a125270ad852902ea21807386ccb2e28104a91cda952165bf76defdc8c
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:83aa57ccac61e78fec25d5153cc6f47091a68faa865b7cb1c29e6657f1f5e3e6
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86bd435a886afb8c597df27aac2dbed54aa1dce3345b244ab31b21ec0d6cc31
3
  size 5368