ychang12 commited on
Commit
712b479
·
verified ·
1 Parent(s): 9fcb3ae

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -181,7 +181,8 @@
181
  "169": "Win Back Failed",
182
  "170": "Win Back Successful",
183
  "171": "Workshop visit",
184
- "172": "Wrong information"
 
185
  },
186
  "initializer_range": 0.02,
187
  "label2id": {
@@ -240,6 +241,7 @@
240
  "Fuels": 52,
241
  "GDPR": 53,
242
  "General": 54,
 
243
  "Home Charging": 55,
244
  "Home Charging - In App": 56,
245
  "Home Charging - in EX30 App": 57,
@@ -370,6 +372,6 @@
370
  "sinusoidal_pos_embds": false,
371
  "tie_weights_": true,
372
  "torch_dtype": "float32",
373
- "transformers_version": "4.47.1",
374
  "vocab_size": 30522
375
  }
 
181
  "169": "Win Back Failed",
182
  "170": "Win Back Successful",
183
  "171": "Workshop visit",
184
+ "172": "Wrong information",
185
+ "173": "Hardware Issues"
186
  },
187
  "initializer_range": 0.02,
188
  "label2id": {
 
241
  "Fuels": 52,
242
  "GDPR": 53,
243
  "General": 54,
244
+ "Hardware Issues": 173,
245
  "Home Charging": 55,
246
  "Home Charging - In App": 56,
247
  "Home Charging - in EX30 App": 57,
 
372
  "sinusoidal_pos_embds": false,
373
  "tie_weights_": true,
374
  "torch_dtype": "float32",
375
+ "transformers_version": "4.36.2",
376
  "vocab_size": 30522
377
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1e10aa30f40aa59059935039c5ddd011d49abfd1d71a50d42834c8e1a1fe1cd
3
- size 268358572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:237b198f9699ffc37ec341cad91d1fd9d7d5395ffe41915bf43f247c3b196a66
3
+ size 268361648
tokenizer_config.json CHANGED
@@ -41,10 +41,9 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
- "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:829074f690a471c175ddabc3c23029aad59fc488613d7a67e42222032b1ed813
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b8e4215e5a1649060e680abc186835b6477a79e80d514d6428ba755686b201
3
+ size 4664