Cielciel commited on
Commit
2a3440f
1 Parent(s): c74b063

aift-model-review-multiple-label-classification-20022024

Browse files
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.1569
19
- - Accuracy Thresh: 0.8636
20
 
21
  ## Model description
22
 
@@ -39,30 +39,44 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
- - distributed_type: tpu
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 10
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
50
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|
51
- | No log | 1.0 | 70 | 2.6518 | 0.3893 |
52
- | No log | 2.0 | 140 | 1.6987 | 0.6300 |
53
- | No log | 3.0 | 210 | 1.3761 | 0.7193 |
54
- | No log | 4.0 | 280 | 1.2348 | 0.7807 |
55
- | No log | 5.0 | 350 | 1.1667 | 0.8279 |
56
- | No log | 6.0 | 420 | 1.1763 | 0.8393 |
57
- | No log | 7.0 | 490 | 1.1202 | 0.8450 |
58
- | 1.8776 | 8.0 | 560 | 1.1149 | 0.8521 |
59
- | 1.8776 | 9.0 | 630 | 1.1348 | 0.8600 |
60
- | 1.8776 | 10.0 | 700 | 1.1569 | 0.8636 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.37.1
66
- - Pytorch 2.0.0+cu118
67
- - Datasets 2.16.1
68
- - Tokenizers 0.15.0
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 3.0090
19
+ - Accuracy Thresh: 0.9179
20
 
21
  ## Model description
22
 
 
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 25
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
49
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|
50
+ | No log | 1.0 | 129 | 2.2623 | 0.3531 |
51
+ | No log | 2.0 | 258 | 1.6019 | 0.5913 |
52
+ | No log | 3.0 | 387 | 1.3774 | 0.7378 |
53
+ | 2.6175 | 4.0 | 516 | 1.3383 | 0.7875 |
54
+ | 2.6175 | 5.0 | 645 | 1.2456 | 0.8006 |
55
+ | 2.6175 | 6.0 | 774 | 1.3044 | 0.8679 |
56
+ | 2.6175 | 7.0 | 903 | 1.4123 | 0.8746 |
57
+ | 0.7127 | 8.0 | 1032 | 1.5500 | 0.8872 |
58
+ | 0.7127 | 9.0 | 1161 | 1.6639 | 0.8894 |
59
+ | 0.7127 | 10.0 | 1290 | 1.8716 | 0.9024 |
60
+ | 0.7127 | 11.0 | 1419 | 1.8131 | 0.8985 |
61
+ | 0.3804 | 12.0 | 1548 | 2.1177 | 0.9059 |
62
+ | 0.3804 | 13.0 | 1677 | 2.1873 | 0.9105 |
63
+ | 0.3804 | 14.0 | 1806 | 2.3237 | 0.9098 |
64
+ | 0.3804 | 15.0 | 1935 | 2.5947 | 0.9112 |
65
+ | 0.2297 | 16.0 | 2064 | 2.5776 | 0.9116 |
66
+ | 0.2297 | 17.0 | 2193 | 2.7601 | 0.9158 |
67
+ | 0.2297 | 18.0 | 2322 | 2.6187 | 0.9165 |
68
+ | 0.2297 | 19.0 | 2451 | 2.9175 | 0.9165 |
69
+ | 0.1588 | 20.0 | 2580 | 2.9085 | 0.9168 |
70
+ | 0.1588 | 21.0 | 2709 | 2.8516 | 0.9183 |
71
+ | 0.1588 | 22.0 | 2838 | 2.8932 | 0.9179 |
72
+ | 0.1588 | 23.0 | 2967 | 2.8514 | 0.9175 |
73
+ | 0.1154 | 24.0 | 3096 | 3.0075 | 0.9179 |
74
+ | 0.1154 | 25.0 | 3225 | 3.0090 | 0.9179 |
75
 
76
 
77
  ### Framework versions
78
 
79
+ - Transformers 4.38.0.dev0
80
+ - Pytorch 2.2.0+cu121
81
+ - Datasets 2.17.1
82
+ - Tokenizers 0.15.2
config.json CHANGED
@@ -11,26 +11,28 @@
11
  "id2label": {
12
  "0": "ads",
13
  "1": "bugs",
14
- "2": "positive",
15
- "3": "negative",
16
- "4": "graphic",
17
- "5": "gameplay",
18
  "6": "request",
19
- "7": "neutral",
20
- "8": "feedback",
21
- "9": "others"
 
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
  "ads": 0,
26
  "bugs": 1,
27
- "feedback": 8,
28
- "gameplay": 5,
29
- "graphic": 4,
30
- "negative": 3,
31
- "neutral": 7,
32
- "others": 9,
33
- "positive": 2,
 
34
  "request": 6
35
  },
36
  "max_position_embeddings": 512,
@@ -44,6 +46,6 @@
44
  "sinusoidal_pos_embds": false,
45
  "tie_weights_": true,
46
  "torch_dtype": "float32",
47
- "transformers_version": "4.37.1",
48
  "vocab_size": 30522
49
  }
 
11
  "id2label": {
12
  "0": "ads",
13
  "1": "bugs",
14
+ "2": "graphic",
15
+ "3": "gameplay",
16
+ "4": "performance",
17
+ "5": "others",
18
  "6": "request",
19
+ "7": "positive",
20
+ "8": "negative",
21
+ "9": "neutral",
22
+ "10": "feedback"
23
  },
24
  "initializer_range": 0.02,
25
  "label2id": {
26
  "ads": 0,
27
  "bugs": 1,
28
+ "feedback": 10,
29
+ "gameplay": 3,
30
+ "graphic": 2,
31
+ "negative": 8,
32
+ "neutral": 9,
33
+ "others": 5,
34
+ "performance": 4,
35
+ "positive": 7,
36
  "request": 6
37
  },
38
  "max_position_embeddings": 512,
 
46
  "sinusoidal_pos_embds": false,
47
  "tie_weights_": true,
48
  "torch_dtype": "float32",
49
+ "transformers_version": "4.38.0.dev0",
50
  "vocab_size": 30522
51
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f771c4077b70cef7134de5d0ac0d5145e07fc4ef1ea3e2f33f8a18cdcc50833
3
- size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e57c8f415f8b74110770628362eefdb694c78648711dfecac99cde2fd2cb733
3
+ size 267860252
models-new-600/config.json CHANGED
@@ -11,26 +11,28 @@
11
  "id2label": {
12
  "0": "ads",
13
  "1": "bugs",
14
- "2": "positive",
15
- "3": "negative",
16
- "4": "graphic",
17
- "5": "gameplay",
18
  "6": "request",
19
- "7": "neutral",
20
- "8": "feedback",
21
- "9": "others"
 
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
  "ads": 0,
26
  "bugs": 1,
27
- "feedback": 8,
28
- "gameplay": 5,
29
- "graphic": 4,
30
- "negative": 3,
31
- "neutral": 7,
32
- "others": 9,
33
- "positive": 2,
 
34
  "request": 6
35
  },
36
  "max_position_embeddings": 512,
@@ -44,6 +46,6 @@
44
  "sinusoidal_pos_embds": false,
45
  "tie_weights_": true,
46
  "torch_dtype": "float32",
47
- "transformers_version": "4.37.1",
48
  "vocab_size": 30522
49
  }
 
11
  "id2label": {
12
  "0": "ads",
13
  "1": "bugs",
14
+ "2": "graphic",
15
+ "3": "gameplay",
16
+ "4": "performance",
17
+ "5": "others",
18
  "6": "request",
19
+ "7": "positive",
20
+ "8": "negative",
21
+ "9": "neutral",
22
+ "10": "feedback"
23
  },
24
  "initializer_range": 0.02,
25
  "label2id": {
26
  "ads": 0,
27
  "bugs": 1,
28
+ "feedback": 10,
29
+ "gameplay": 3,
30
+ "graphic": 2,
31
+ "negative": 8,
32
+ "neutral": 9,
33
+ "others": 5,
34
+ "performance": 4,
35
+ "positive": 7,
36
  "request": 6
37
  },
38
  "max_position_embeddings": 512,
 
46
  "sinusoidal_pos_embds": false,
47
  "tie_weights_": true,
48
  "torch_dtype": "float32",
49
+ "transformers_version": "4.38.0.dev0",
50
  "vocab_size": 30522
51
  }
models-new-600/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f771c4077b70cef7134de5d0ac0d5145e07fc4ef1ea3e2f33f8a18cdcc50833
3
- size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e57c8f415f8b74110770628362eefdb694c78648711dfecac99cde2fd2cb733
3
+ size 267860252
models-new-600/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad7b03a35128b5fbd3260767565ab2172354e6653ccf2b69c10415c8dd3d3085
3
- size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a68495943e4c77d4271de4c3b83526a75f3de9e40c4d10e7104b4b3655d7a4d
3
+ size 4920
runs/Feb19_18-01-48_b730cd9cf662/events.out.tfevents.1708365709.b730cd9cf662.182.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b843afd8fe177b5f641caaecceec30edc29da2fddb7f6e5ca2fa235b135b4d6
3
+ size 14860
runs/Feb19_18-01-48_b730cd9cf662/events.out.tfevents.1708365960.b730cd9cf662.182.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1cf0a5ba8de1a44900d8dbf5831b93215258562a3095e02768bf783ad25cb9
3
+ size 418
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad7b03a35128b5fbd3260767565ab2172354e6653ccf2b69c10415c8dd3d3085
3
- size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a68495943e4c77d4271de4c3b83526a75f3de9e40c4d10e7104b4b3655d7a4d
3
+ size 4920