Telmo commited on
Commit
95f58d6
·
verified ·
1 Parent(s): d631eac

Retrained on 06-05-2026, new labels

Browse files
config.json CHANGED
@@ -9,87 +9,57 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Pd",
13
- "1": "Ma",
14
- "2": "Cp",
15
- "3": "M^",
16
- "4": "Br",
17
- "5": "Cw",
18
- "6": "Mm",
19
- "7": "Tt",
20
- "8": "Ml",
21
- "9": "Bp",
22
- "10": "Ci",
23
- "11": "Ms",
24
  "12": "Md",
25
- "13": "P!",
26
- "14": "Cd",
27
- "15": "Mi",
28
- "16": "C",
29
- "17": "Cc",
30
- "18": "Ca",
31
- "19": "Mj",
32
- "20": "M=",
33
- "21": "X",
34
- "22": "Mp",
35
- "23": "Cm",
36
- "24": "Mt",
37
- "25": "Me",
38
- "26": "Mv",
39
- "27": "Jr",
40
- "28": "M",
41
- "29": "Tv",
42
- "30": "J",
43
- "31": "M#",
44
- "32": "B",
45
- "33": "Mc",
46
- "34": "Mn",
47
- "35": "Mw",
48
- "36": "C#",
49
- "37": "T",
50
- "38": "P"
51
  },
52
  "initializer_range": 0.02,
53
  "label2id": {
54
- "B": 32,
55
- "Bp": 9,
56
- "Br": 4,
57
- "C": 16,
58
- "C#": 36,
59
- "Ca": 18,
60
- "Cc": 17,
61
- "Cd": 14,
62
- "Ci": 10,
63
- "Cm": 23,
64
- "Cp": 2,
65
- "Cw": 5,
66
- "J": 30,
67
- "Jr": 27,
68
- "M": 28,
69
- "M#": 31,
70
- "M=": 20,
71
- "M^": 3,
72
- "Ma": 1,
73
- "Mc": 33,
74
  "Md": 12,
75
- "Me": 25,
76
- "Mi": 15,
77
- "Mj": 19,
78
- "Ml": 8,
79
- "Mm": 6,
80
- "Mn": 34,
81
- "Mp": 22,
82
- "Ms": 11,
83
- "Mt": 24,
84
- "Mv": 26,
85
- "Mw": 35,
86
- "P": 38,
87
- "P!": 13,
88
- "Pd": 0,
89
- "T": 37,
90
- "Tt": 7,
91
- "Tv": 29,
92
- "X": 21
93
  },
94
  "max_position_embeddings": 512,
95
  "model_type": "distilbert",
@@ -102,6 +72,6 @@
102
  "sinusoidal_pos_embds": false,
103
  "tie_weights_": true,
104
  "torch_dtype": "float32",
105
- "transformers_version": "4.49.0",
106
  "vocab_size": 119547
107
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "B",
13
+ "1": "Bx",
14
+ "2": "Ca",
15
+ "3": "Cc",
16
+ "4": "Cd",
17
+ "5": "Ci",
18
+ "6": "Cp",
19
+ "7": "Cq",
20
+ "8": "Cx",
21
+ "9": "J",
22
+ "10": "Jx",
23
+ "11": "Ma",
24
  "12": "Md",
25
+ "13": "Mm",
26
+ "14": "Mn",
27
+ "15": "Mp",
28
+ "16": "Mq",
29
+ "17": "Mx",
30
+ "18": "Pv",
31
+ "19": "T",
32
+ "20": "Ti",
33
+ "21": "Tt",
34
+ "22": "Tx",
35
+ "23": "X"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  },
37
  "initializer_range": 0.02,
38
  "label2id": {
39
+ "B": 0,
40
+ "Bx": 1,
41
+ "Ca": 2,
42
+ "Cc": 3,
43
+ "Cd": 4,
44
+ "Ci": 5,
45
+ "Cp": 6,
46
+ "Cq": 7,
47
+ "Cx": 8,
48
+ "J": 9,
49
+ "Jx": 10,
50
+ "Ma": 11,
 
 
 
 
 
 
 
 
51
  "Md": 12,
52
+ "Mm": 13,
53
+ "Mn": 14,
54
+ "Mp": 15,
55
+ "Mq": 16,
56
+ "Mx": 17,
57
+ "Pv": 18,
58
+ "T": 19,
59
+ "Ti": 20,
60
+ "Tt": 21,
61
+ "Tx": 22,
62
+ "X": 23
 
 
 
 
 
 
 
63
  },
64
  "max_position_embeddings": 512,
65
  "model_type": "distilbert",
 
72
  "sinusoidal_pos_embds": false,
73
  "tie_weights_": true,
74
  "torch_dtype": "float32",
75
+ "transformers_version": "4.45.0",
76
  "vocab_size": 119547
77
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2567ad7bcd298490a578acda9a82ce1e52ed074c0c89bc36f5c6d328874b045e
3
- size 539068644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e461492ea0142714ee7745aaf1a0487ba68b6fc2995a313424bf37ab289a83b2
3
+ size 539022496
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 200,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 200
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
tokenizer_config.json CHANGED
@@ -42,10 +42,9 @@
42
  "special": true
43
  }
44
  },
45
- "clean_up_tokenization_spaces": false,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": false,
48
- "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
  "model_max_length": 512,
51
  "pad_token": "[PAD]",
 
42
  "special": true
43
  }
44
  },
45
+ "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": false,
 
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8e983a187e2f77ff8ef15fb1de6aff11f9fdd325c133ae7fcc631c464bb7cbd
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332f32c145403a18d86eec3dd8808a4826ca48425efb9b63c5d303528d05c956
3
+ size 4731