eng_cate
Browse files- README.md +70 -0
- added_tokens.json +3 -0
- config.json +192 -0
- model.safetensors +3 -0
- runs/Jul30_05-52-12_c03b3356afb4/events.out.tfevents.1722318740.c03b3356afb4.2693.2 +3 -0
- runs/Jul30_05-52-12_c03b3356afb4/events.out.tfevents.1722319076.c03b3356afb4.2693.3 +3 -0
- special_tokens_map.json +51 -0
- spm.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +65 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: tangminhanh/eng_cate
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: eng_subcate
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# eng_subcate
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [tangminhanh/eng_cate](https://huggingface.co/tangminhanh/eng_cate) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0618
|
24 |
+
- Accuracy: 0.0
|
25 |
+
- F1: 0.0
|
26 |
+
- Precision: 0.0
|
27 |
+
- Recall: 0.0
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|:---------:|:------:|
|
58 |
+
| No log | 1.0 | 106 | 0.1322 | 0.0 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| No log | 2.0 | 212 | 0.0709 | 0.0 | 0.0 | 0.0 | 0.0 |
|
60 |
+
| No log | 3.0 | 318 | 0.0638 | 0.0 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| No log | 4.0 | 424 | 0.0622 | 0.0 | 0.0 | 0.0 | 0.0 |
|
62 |
+
| 0.1331 | 5.0 | 530 | 0.0618 | 0.0 | 0.0 | 0.0 | 0.0 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.42.4
|
68 |
+
- Pytorch 2.3.1+cu121
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.19.1
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[MASK]": 128000
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "tangminhanh/eng_cate",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "Bio Repair",
|
12 |
+
"1": "CCTV Installation/Uninstallation",
|
13 |
+
"2": "General Cabling Works",
|
14 |
+
"3": "Port Additional",
|
15 |
+
"4": "Port Relocation",
|
16 |
+
"5": "Port Repair",
|
17 |
+
"6": "Switch Backup Power Supply",
|
18 |
+
"7": "UPS Preventive Maintenance",
|
19 |
+
"8": "UPS/PDU Failure",
|
20 |
+
"9": "Incident Report",
|
21 |
+
"10": "Emergency Repair",
|
22 |
+
"11": "Power Outage",
|
23 |
+
"12": "Resetting of Circuit Breaker",
|
24 |
+
"13": "Electrical Troubleshooting",
|
25 |
+
"14": "Aircon Error",
|
26 |
+
"15": "Wall Crack Rectification",
|
27 |
+
"16": "Troubleshooting of FDAS Panel",
|
28 |
+
"17": "Bidet/Faucet Repair/Replacement",
|
29 |
+
"18": "Faucet/Cubicle Leak",
|
30 |
+
"19": "Continous Flushing",
|
31 |
+
"20": "Busted Light Replacement",
|
32 |
+
"21": "TV Installation",
|
33 |
+
"22": "Replacement/Repair of Emergency Lights/Exit Signages",
|
34 |
+
"23": "Aircon System - General Cleaning",
|
35 |
+
"24": "Wall Repainting (Less than 20sqm)",
|
36 |
+
"25": "Base Board Repair/Repainting",
|
37 |
+
"26": "Fire Extinguisher Checking",
|
38 |
+
"27": "Cleaning/Unclogging of Sanitary Line",
|
39 |
+
"28": "Assist Vendor/Clients & Others",
|
40 |
+
"29": "Request for Measurements / Count / Inspection / Inventory",
|
41 |
+
"30": "Outlet Installation",
|
42 |
+
"31": "Electricity Consumption Computation",
|
43 |
+
"32": "Wall Repainting (Above 20sqm)",
|
44 |
+
"33": "Cabinet/Joineries Repair",
|
45 |
+
"34": "Door Laminate Repair",
|
46 |
+
"35": "Door Jamb Repair/Repainting",
|
47 |
+
"36": "Escutheon Plate Installation",
|
48 |
+
"37": "Workstation Installation",
|
49 |
+
"38": "Workstation Dismantling",
|
50 |
+
"39": "Furniture Set-up",
|
51 |
+
"40": "Workstation Partition Installation",
|
52 |
+
"41": "Workstation Partition Dismantling",
|
53 |
+
"42": "Request for Hauling/Delivery of Assets",
|
54 |
+
"43": "Request for Join Inspection/Punchlist/Turn-Over",
|
55 |
+
"44": "Lighting Upgrade",
|
56 |
+
"45": "Floor Crack Rectification",
|
57 |
+
"46": "Request to Update Plans/Layout",
|
58 |
+
"47": "Aircon Water Leak",
|
59 |
+
"48": "Temperature adjustment/reading",
|
60 |
+
"49": "Acoustic Board Replacement/Realignment",
|
61 |
+
"50": "Loose outlet/wiring",
|
62 |
+
"51": "Exhaust system checking",
|
63 |
+
"52": "Instalaltion of FE signage",
|
64 |
+
"53": "Lux reading verifcation",
|
65 |
+
"54": "Installation of transfer fan/duct",
|
66 |
+
"55": "Mechanical: Others",
|
67 |
+
"56": "Acoustic Panel installation/replacement",
|
68 |
+
"57": "Installation of frosted stickers",
|
69 |
+
"58": "Door knob repair/replacement",
|
70 |
+
"59": "Ceiling/window leak rectification",
|
71 |
+
"60": "Carpet installation/realignment",
|
72 |
+
"61": "Civil: Others",
|
73 |
+
"62": "Checking of panic door lock",
|
74 |
+
"63": "Plumbing: Others",
|
75 |
+
"64": "Hauling of debris and disposal",
|
76 |
+
"65": "Glass/wooden panel/door dismantling",
|
77 |
+
"66": "Door installation",
|
78 |
+
"67": "Costing Request",
|
79 |
+
"68": "Payment/reimbursement processing",
|
80 |
+
"69": "Support: Others",
|
81 |
+
"70": "Aircon Sytem - Repair/Parts replacement/System reprocess",
|
82 |
+
"71": "Installation/additional evacuation plan",
|
83 |
+
"72": "Fire Protection: Others",
|
84 |
+
"73": "Electrical system reconfiguration",
|
85 |
+
"74": "Upgrade/replacement of lights for WEM standards",
|
86 |
+
"75": "Office Modification (MEPF)"
|
87 |
+
},
|
88 |
+
"initializer_range": 0.02,
|
89 |
+
"intermediate_size": 3072,
|
90 |
+
"label2id": {
|
91 |
+
"Acoustic Board Replacement/Realignment": 49,
|
92 |
+
"Acoustic Panel installation/replacement": 56,
|
93 |
+
"Aircon Error": 14,
|
94 |
+
"Aircon System - General Cleaning": 23,
|
95 |
+
"Aircon Sytem - Repair/Parts replacement/System reprocess": 70,
|
96 |
+
"Aircon Water Leak": 47,
|
97 |
+
"Assist Vendor/Clients & Others": 28,
|
98 |
+
"Base Board Repair/Repainting": 25,
|
99 |
+
"Bidet/Faucet Repair/Replacement": 17,
|
100 |
+
"Bio Repair": 0,
|
101 |
+
"Busted Light Replacement": 20,
|
102 |
+
"CCTV Installation/Uninstallation": 1,
|
103 |
+
"Cabinet/Joineries Repair": 33,
|
104 |
+
"Carpet installation/realignment": 60,
|
105 |
+
"Ceiling/window leak rectification": 59,
|
106 |
+
"Checking of panic door lock": 62,
|
107 |
+
"Civil: Others": 61,
|
108 |
+
"Cleaning/Unclogging of Sanitary Line": 27,
|
109 |
+
"Continous Flushing": 19,
|
110 |
+
"Costing Request": 67,
|
111 |
+
"Door Jamb Repair/Repainting": 35,
|
112 |
+
"Door Laminate Repair": 34,
|
113 |
+
"Door installation": 66,
|
114 |
+
"Door knob repair/replacement": 58,
|
115 |
+
"Electrical Troubleshooting": 13,
|
116 |
+
"Electrical system reconfiguration": 73,
|
117 |
+
"Electricity Consumption Computation": 31,
|
118 |
+
"Emergency Repair": 10,
|
119 |
+
"Escutheon Plate Installation": 36,
|
120 |
+
"Exhaust system checking": 51,
|
121 |
+
"Faucet/Cubicle Leak": 18,
|
122 |
+
"Fire Extinguisher Checking": 26,
|
123 |
+
"Fire Protection: Others": 72,
|
124 |
+
"Floor Crack Rectification": 45,
|
125 |
+
"Furniture Set-up": 39,
|
126 |
+
"General Cabling Works": 2,
|
127 |
+
"Glass/wooden panel/door dismantling": 65,
|
128 |
+
"Hauling of debris and disposal": 64,
|
129 |
+
"Incident Report": 9,
|
130 |
+
"Instalaltion of FE signage": 52,
|
131 |
+
"Installation of frosted stickers": 57,
|
132 |
+
"Installation of transfer fan/duct": 54,
|
133 |
+
"Installation/additional evacuation plan": 71,
|
134 |
+
"Lighting Upgrade": 44,
|
135 |
+
"Loose outlet/wiring": 50,
|
136 |
+
"Lux reading verifcation": 53,
|
137 |
+
"Mechanical: Others": 55,
|
138 |
+
"Office Modification (MEPF)": 75,
|
139 |
+
"Outlet Installation": 30,
|
140 |
+
"Payment/reimbursement processing": 68,
|
141 |
+
"Plumbing: Others": 63,
|
142 |
+
"Port Additional": 3,
|
143 |
+
"Port Relocation": 4,
|
144 |
+
"Port Repair": 5,
|
145 |
+
"Power Outage": 11,
|
146 |
+
"Replacement/Repair of Emergency Lights/Exit Signages": 22,
|
147 |
+
"Request for Hauling/Delivery of Assets": 42,
|
148 |
+
"Request for Join Inspection/Punchlist/Turn-Over": 43,
|
149 |
+
"Request for Measurements / Count / Inspection / Inventory": 29,
|
150 |
+
"Request to Update Plans/Layout": 46,
|
151 |
+
"Resetting of Circuit Breaker": 12,
|
152 |
+
"Support: Others": 69,
|
153 |
+
"Switch Backup Power Supply": 6,
|
154 |
+
"TV Installation": 21,
|
155 |
+
"Temperature adjustment/reading": 48,
|
156 |
+
"Troubleshooting of FDAS Panel": 16,
|
157 |
+
"UPS Preventive Maintenance": 7,
|
158 |
+
"UPS/PDU Failure": 8,
|
159 |
+
"Upgrade/replacement of lights for WEM standards": 74,
|
160 |
+
"Wall Crack Rectification": 15,
|
161 |
+
"Wall Repainting (Above 20sqm)": 32,
|
162 |
+
"Wall Repainting (Less than 20sqm)": 24,
|
163 |
+
"Workstation Dismantling": 38,
|
164 |
+
"Workstation Installation": 37,
|
165 |
+
"Workstation Partition Dismantling": 41,
|
166 |
+
"Workstation Partition Installation": 40
|
167 |
+
},
|
168 |
+
"layer_norm_eps": 1e-07,
|
169 |
+
"max_position_embeddings": 512,
|
170 |
+
"max_relative_positions": -1,
|
171 |
+
"model_type": "deberta-v2",
|
172 |
+
"norm_rel_ebd": "layer_norm",
|
173 |
+
"num_attention_heads": 12,
|
174 |
+
"num_hidden_layers": 6,
|
175 |
+
"pad_token_id": 0,
|
176 |
+
"pooler_dropout": 0,
|
177 |
+
"pooler_hidden_act": "gelu",
|
178 |
+
"pooler_hidden_size": 768,
|
179 |
+
"pos_att_type": [
|
180 |
+
"p2c",
|
181 |
+
"c2p"
|
182 |
+
],
|
183 |
+
"position_biased_input": false,
|
184 |
+
"position_buckets": 256,
|
185 |
+
"problem_type": "multi_label_classification",
|
186 |
+
"relative_attention": true,
|
187 |
+
"share_att_key": true,
|
188 |
+
"torch_dtype": "float32",
|
189 |
+
"transformers_version": "4.42.4",
|
190 |
+
"type_vocab_size": 0,
|
191 |
+
"vocab_size": 128100
|
192 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e4dd4d00e77e0866d2e670ccb91ed6284ceecfeb166446dc265fbf6ddd2f1b8
|
3 |
+
size 567826192
|
runs/Jul30_05-52-12_c03b3356afb4/events.out.tfevents.1722318740.c03b3356afb4.2693.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d42cc3b1db2f09a7762ef2126550b07f9525f47c152c2f1308ecd5276573a127
|
3 |
+
size 14046
|
runs/Jul30_05-52-12_c03b3356afb4/events.out.tfevents.1722319076.c03b3356afb4.2693.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:062c4d9856d979824b3cb78aa064534be39247699456cf97d6caa7343742e140
|
3 |
+
size 560
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
spm.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
|
3 |
+
size 2464616
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "[CLS]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[SEP]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "[UNK]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128000": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "[CLS]",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
+
"eos_token": "[SEP]",
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"max_length": 512,
|
51 |
+
"model_max_length": 1000000000000000019884624838656,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "[PAD]",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "[SEP]",
|
57 |
+
"sp_model_kwargs": {},
|
58 |
+
"split_by_punct": false,
|
59 |
+
"stride": 0,
|
60 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "[UNK]",
|
64 |
+
"vocab_type": "spm"
|
65 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b94e93ff9656c6eb8ddd2a1601739adff98b6a7977b11a0de7ccd45cd5c0e17e
|
3 |
+
size 5112
|