Commit ·
57f00d2
1
Parent(s): ca334f7
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +92 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-cased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "O",
|
| 14 |
+
"1": "B-Digital_Cameras_Sensor_Type",
|
| 15 |
+
"2": "I-Digital_Cameras_Sensor_Type",
|
| 16 |
+
"3": "B-Laptops_Resolution",
|
| 17 |
+
"4": "I-Laptops_Resolution",
|
| 18 |
+
"5": "B-Laptops_Battery_Life",
|
| 19 |
+
"6": "I-Laptops_Battery_Life",
|
| 20 |
+
"7": "B-Laptops_Processor_Brand",
|
| 21 |
+
"8": "I-Laptops_Processor_Brand",
|
| 22 |
+
"9": "B-Digital_Cameras_Sensor_Size",
|
| 23 |
+
"10": "I-Digital_Cameras_Sensor_Size",
|
| 24 |
+
"11": "B-Laptops_Weight",
|
| 25 |
+
"12": "I-Laptops_Weight",
|
| 26 |
+
"13": "B-Digital_Cameras_Optical_Zoom",
|
| 27 |
+
"14": "I-Digital_Cameras_Optical_Zoom",
|
| 28 |
+
"15": "B-Laptops_Processor_Speed",
|
| 29 |
+
"16": "I-Laptops_Processor_Speed",
|
| 30 |
+
"17": "B-Digital_Cameras_Resolution",
|
| 31 |
+
"18": "I-Digital_Cameras_Resolution",
|
| 32 |
+
"19": "B-Digital_Cameras_Camera_Weight",
|
| 33 |
+
"20": "I-Digital_Cameras_Camera_Weight",
|
| 34 |
+
"21": "B-Laptops_Screen_Size",
|
| 35 |
+
"22": "I-Laptops_Screen_Size",
|
| 36 |
+
"23": "B-Laptops_Refresh_Rate",
|
| 37 |
+
"24": "I-Laptops_Refresh_Rate",
|
| 38 |
+
"25": "B-Laptops_Number_of_Cores",
|
| 39 |
+
"26": "I-Laptops_Number_of_Cores",
|
| 40 |
+
"27": "B-Flash_Memory_Cards_SD_Format",
|
| 41 |
+
"28": "I-Flash_Memory_Cards_SD_Format",
|
| 42 |
+
"29": "B-Flash_Memory_Cards_Capacity",
|
| 43 |
+
"30": "I-Flash_Memory_Cards_Capacity"
|
| 44 |
+
},
|
| 45 |
+
"initializer_range": 0.02,
|
| 46 |
+
"intermediate_size": 3072,
|
| 47 |
+
"label2id": {
|
| 48 |
+
"B-Digital_Cameras_Camera_Weight": 19,
|
| 49 |
+
"B-Digital_Cameras_Optical_Zoom": 13,
|
| 50 |
+
"B-Digital_Cameras_Resolution": 17,
|
| 51 |
+
"B-Digital_Cameras_Sensor_Size": 9,
|
| 52 |
+
"B-Digital_Cameras_Sensor_Type": 1,
|
| 53 |
+
"B-Flash_Memory_Cards_Capacity": 29,
|
| 54 |
+
"B-Flash_Memory_Cards_SD_Format": 27,
|
| 55 |
+
"B-Laptops_Battery_Life": 5,
|
| 56 |
+
"B-Laptops_Number_of_Cores": 25,
|
| 57 |
+
"B-Laptops_Processor_Brand": 7,
|
| 58 |
+
"B-Laptops_Processor_Speed": 15,
|
| 59 |
+
"B-Laptops_Refresh_Rate": 23,
|
| 60 |
+
"B-Laptops_Resolution": 3,
|
| 61 |
+
"B-Laptops_Screen_Size": 21,
|
| 62 |
+
"B-Laptops_Weight": 11,
|
| 63 |
+
"I-Digital_Cameras_Camera_Weight": 20,
|
| 64 |
+
"I-Digital_Cameras_Optical_Zoom": 14,
|
| 65 |
+
"I-Digital_Cameras_Resolution": 18,
|
| 66 |
+
"I-Digital_Cameras_Sensor_Size": 10,
|
| 67 |
+
"I-Digital_Cameras_Sensor_Type": 2,
|
| 68 |
+
"I-Flash_Memory_Cards_Capacity": 30,
|
| 69 |
+
"I-Flash_Memory_Cards_SD_Format": 28,
|
| 70 |
+
"I-Laptops_Battery_Life": 6,
|
| 71 |
+
"I-Laptops_Number_of_Cores": 26,
|
| 72 |
+
"I-Laptops_Processor_Brand": 8,
|
| 73 |
+
"I-Laptops_Processor_Speed": 16,
|
| 74 |
+
"I-Laptops_Refresh_Rate": 24,
|
| 75 |
+
"I-Laptops_Resolution": 4,
|
| 76 |
+
"I-Laptops_Screen_Size": 22,
|
| 77 |
+
"I-Laptops_Weight": 12,
|
| 78 |
+
"O": 0
|
| 79 |
+
},
|
| 80 |
+
"layer_norm_eps": 1e-12,
|
| 81 |
+
"max_position_embeddings": 512,
|
| 82 |
+
"model_type": "bert",
|
| 83 |
+
"num_attention_heads": 12,
|
| 84 |
+
"num_hidden_layers": 12,
|
| 85 |
+
"pad_token_id": 0,
|
| 86 |
+
"position_embedding_type": "absolute",
|
| 87 |
+
"torch_dtype": "float32",
|
| 88 |
+
"transformers_version": "4.30.1",
|
| 89 |
+
"type_vocab_size": 2,
|
| 90 |
+
"use_cache": true,
|
| 91 |
+
"vocab_size": 28996
|
| 92 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab8d56dbbd5e4ffd8e2d29e4296c88626aa14485c63f1b0e26deb2448cf920a1
|
| 3 |
+
size 431046253
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_lower_case": false,
|
| 5 |
+
"mask_token": "[MASK]",
|
| 6 |
+
"model_max_length": 512,
|
| 7 |
+
"pad_token": "[PAD]",
|
| 8 |
+
"sep_token": "[SEP]",
|
| 9 |
+
"strip_accents": null,
|
| 10 |
+
"tokenize_chinese_chars": true,
|
| 11 |
+
"tokenizer_class": "BertTokenizer",
|
| 12 |
+
"unk_token": "[UNK]"
|
| 13 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3aeec51974914426416ca321e3319756cdae3d137abee5428d5290ce71ac07e
|
| 3 |
+
size 3899
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|