Cielciel commited on
Commit
f8ea990
1 Parent(s): 01d38aa

Cielciel/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.1798
19
- - Accuracy Thresh: 0.9327
20
 
21
  ## Model description
22
 
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
50
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|
51
- | No log | 1.0 | 70 | 0.4152 | 0.8000 |
52
- | No log | 2.0 | 140 | 0.3026 | 0.8929 |
53
- | No log | 3.0 | 210 | 0.2406 | 0.9204 |
54
- | No log | 4.0 | 280 | 0.2176 | 0.9214 |
55
- | No log | 5.0 | 350 | 0.2038 | 0.9224 |
56
- | No log | 6.0 | 420 | 0.1924 | 0.9337 |
57
- | No log | 7.0 | 490 | 0.1900 | 0.9378 |
58
- | 0.2652 | 8.0 | 560 | 0.1868 | 0.9306 |
59
- | 0.2652 | 9.0 | 630 | 0.1804 | 0.9337 |
60
- | 0.2652 | 10.0 | 700 | 0.1798 | 0.9327 |
61
 
62
 
63
  ### Framework versions
 
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.1719
19
+ - Accuracy Thresh: 0.9378
20
 
21
  ## Model description
22
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
50
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|
51
+ | No log | 1.0 | 70 | 0.4035 | 0.7847 |
52
+ | No log | 2.0 | 140 | 0.2987 | 0.8867 |
53
+ | No log | 3.0 | 210 | 0.2408 | 0.9194 |
54
+ | No log | 4.0 | 280 | 0.2094 | 0.9327 |
55
+ | No log | 5.0 | 350 | 0.1901 | 0.9306 |
56
+ | No log | 6.0 | 420 | 0.1834 | 0.9327 |
57
+ | No log | 7.0 | 490 | 0.1806 | 0.9316 |
58
+ | 0.2595 | 8.0 | 560 | 0.1740 | 0.9408 |
59
+ | 0.2595 | 9.0 | 630 | 0.1723 | 0.9367 |
60
+ | 0.2595 | 10.0 | 700 | 0.1719 | 0.9378 |
61
 
62
 
63
  ### Framework versions
config.json CHANGED
@@ -9,23 +9,23 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2,
25
- "LABEL_3": 3,
26
- "LABEL_4": 4,
27
- "LABEL_5": 5,
28
- "LABEL_6": 6
29
  },
30
  "max_position_embeddings": 512,
31
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "ads",
13
+ "1": "bugs",
14
+ "2": "positive",
15
+ "3": "negative",
16
+ "4": "graphic",
17
+ "5": "gameplay",
18
+ "6": "request"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
+ "ads": 0,
23
+ "bugs": 1,
24
+ "gameplay": 5,
25
+ "graphic": 4,
26
+ "negative": 3,
27
+ "positive": 2,
28
+ "request": 6
29
  },
30
  "max_position_embeddings": 512,
31
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e0601c465c2b89e2c72137736ee8a82835a3651c432dbf1e6017523f91d3b7f
3
  size 267847948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6999acda63073df3ac561ea7e06ada93479b355ea9217598e4bb418f117b2b
3
  size 267847948
runs/Jan08_17-34-27_aift-review-classification-multiple-label/events.out.tfevents.1704735277.aift-review-classification-multiple-label ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2661944976832222baac3b62756bed17b0a839cb8d0b64ff0c777b595496a70a
3
+ size 8727
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:c71d1b327e193b1ecfe34e0325e77aa329a377febe37e9ac69f02984a5ef6cd6
3
  size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e82e1e1c3d86863c7509b7945908053db1823c15f7f3e71c5e539202ca4ccce
3
  size 4347