Cielciel commited on
Commit
f5b1df1
1 Parent(s): f419b87

aift-model-review-multiple-label-classification

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: 0.9914
19
- - Accuracy Thresh: 0.9336
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 | 0.9565 | 0.8721 |
52
- | No log | 2.0 | 140 | 0.8502 | 0.8907 |
53
- | No log | 3.0 | 210 | 0.8939 | 0.9064 |
54
- | No log | 4.0 | 280 | 0.8814 | 0.9236 |
55
- | No log | 5.0 | 350 | 0.8374 | 0.9164 |
56
- | No log | 6.0 | 420 | 0.9718 | 0.9286 |
57
- | No log | 7.0 | 490 | 0.9207 | 0.9293 |
58
- | 0.5144 | 8.0 | 560 | 0.9008 | 0.9321 |
59
- | 0.5144 | 9.0 | 630 | 0.9761 | 0.9321 |
60
- | 0.5144 | 10.0 | 700 | 0.9914 | 0.9336 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.37.2
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.1789
19
+ - Accuracy Thresh: 0.9161
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.3568 | 0.3224 |
51
+ | No log | 2.0 | 258 | 1.6533 | 0.5518 |
52
+ | No log | 3.0 | 387 | 1.3939 | 0.7174 |
53
+ | 2.7357 | 4.0 | 516 | 1.3937 | 0.7875 |
54
+ | 2.7357 | 5.0 | 645 | 1.3416 | 0.8023 |
55
+ | 2.7357 | 6.0 | 774 | 1.3744 | 0.8696 |
56
+ | 2.7357 | 7.0 | 903 | 1.4840 | 0.8753 |
57
+ | 0.727 | 8.0 | 1032 | 1.6799 | 0.8858 |
58
+ | 0.727 | 9.0 | 1161 | 1.6802 | 0.8830 |
59
+ | 0.727 | 10.0 | 1290 | 1.8544 | 0.8968 |
60
+ | 0.727 | 11.0 | 1419 | 1.8931 | 0.8971 |
61
+ | 0.4047 | 12.0 | 1548 | 2.1624 | 0.8978 |
62
+ | 0.4047 | 13.0 | 1677 | 2.3448 | 0.9042 |
63
+ | 0.4047 | 14.0 | 1806 | 2.4661 | 0.9087 |
64
+ | 0.4047 | 15.0 | 1935 | 2.5098 | 0.9087 |
65
+ | 0.2396 | 16.0 | 2064 | 2.7352 | 0.9130 |
66
+ | 0.2396 | 17.0 | 2193 | 2.7756 | 0.9123 |
67
+ | 0.2396 | 18.0 | 2322 | 2.9367 | 0.9151 |
68
+ | 0.2396 | 19.0 | 2451 | 2.9757 | 0.9140 |
69
+ | 0.1658 | 20.0 | 2580 | 2.9550 | 0.9140 |
70
+ | 0.1658 | 21.0 | 2709 | 3.0914 | 0.9161 |
71
+ | 0.1658 | 22.0 | 2838 | 3.1505 | 0.9158 |
72
+ | 0.1658 | 23.0 | 2967 | 3.0856 | 0.9147 |
73
+ | 0.1233 | 24.0 | 3096 | 3.1968 | 0.9175 |
74
+ | 0.1233 | 25.0 | 3225 | 3.1789 | 0.9161 |
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
@@ -13,25 +13,27 @@
13
  "1": "bugs",
14
  "2": "graphic",
15
  "3": "gameplay",
16
- "4": "others",
17
- "5": "request",
18
- "6": "positive",
19
- "7": "negative",
20
- "8": "neutral",
21
- "9": "feedback"
 
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
  "ads": 0,
26
  "bugs": 1,
27
- "feedback": 9,
28
  "gameplay": 3,
29
  "graphic": 2,
30
- "negative": 7,
31
- "neutral": 8,
32
- "others": 4,
33
- "positive": 6,
34
- "request": 5
 
35
  },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
@@ -44,6 +46,6 @@
44
  "sinusoidal_pos_embds": false,
45
  "tie_weights_": true,
46
  "torch_dtype": "float32",
47
- "transformers_version": "4.37.2",
48
  "vocab_size": 30522
49
  }
 
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,
39
  "model_type": "distilbert",
 
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:696949c891ef92e79da7f897bdd0730fa3c090df0d5e7aed11a33cddea4a487e
3
- size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e12eceb00e0f7b833115562c19ff7e18d8575047b7427c9cc98f543561b65f
3
+ size 267860252
runs/Feb19_17-28-29_b730cd9cf662/events.out.tfevents.1708363710.b730cd9cf662.182.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:803d3bc1e00dbf60bebd7b95c56159b123b9626a7627bf2d9a34ae0a16df8085
3
+ size 9171
runs/Feb19_17-31-12_b730cd9cf662/events.out.tfevents.1708363874.b730cd9cf662.182.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7706057efab37cc23524b2d95c6ad4d96d53867888c3e04bfd93a5b716dccd61
3
+ size 14749
runs/Feb19_17-31-12_b730cd9cf662/events.out.tfevents.1708365161.b730cd9cf662.182.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6476cf190668aafeb41fcb882a79ef35ba7a6544102b5bbb1682b75293266928
3
+ size 418
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddc9291a12d9b3dea425d841be14b755f12fd8f54f8a455a2a3d33637690d3d
3
- size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59300b4b4f42c5afa721bc2da8881eb7bb087927375c8c5333633350e4a3167
3
+ size 4856