Training in progress, epoch 1
Browse files- config.json +104 -0
- model.safetensors +3 -0
- runs/May15_04-07-39_05982e7fc228/events.out.tfevents.1715746069.05982e7fc228.34.0 +3 -0
- runs/May15_04-19-26_05982e7fc228/events.out.tfevents.1715746767.05982e7fc228.34.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
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-Flash_Memory_Cards_Capacity",
|
15 |
+
"2": "I-Flash_Memory_Cards_Capacity",
|
16 |
+
"3": "B-Digital_Cameras_Resolution",
|
17 |
+
"4": "I-Digital_Cameras_Resolution",
|
18 |
+
"5": "B-Digital_Cameras_Sensor_Type",
|
19 |
+
"6": "I-Digital_Cameras_Sensor_Type",
|
20 |
+
"7": "B-Flash_Memory_Cards_Format",
|
21 |
+
"8": "I-Flash_Memory_Cards_Format",
|
22 |
+
"9": "B-Flash_Memory_Cards_SD_Format",
|
23 |
+
"10": "I-Flash_Memory_Cards_SD_Format",
|
24 |
+
"11": "B-Digital_Cameras_Camera_Weight",
|
25 |
+
"12": "I-Digital_Cameras_Camera_Weight",
|
26 |
+
"13": "B-Laptops_Screen_Size",
|
27 |
+
"14": "I-Laptops_Screen_Size",
|
28 |
+
"15": "B-Laptops_Processor_Speed",
|
29 |
+
"16": "I-Laptops_Processor_Speed",
|
30 |
+
"17": "B-Laptops_Battery_Life",
|
31 |
+
"18": "I-Laptops_Battery_Life",
|
32 |
+
"19": "B-Laptops_Weight",
|
33 |
+
"20": "I-Laptops_Weight",
|
34 |
+
"21": "B-Digital_Cameras_Type",
|
35 |
+
"22": "I-Digital_Cameras_Type",
|
36 |
+
"23": "B-Laptops_Resolution",
|
37 |
+
"24": "I-Laptops_Resolution",
|
38 |
+
"25": "B-Laptops_Processor_Brand",
|
39 |
+
"26": "I-Laptops_Processor_Brand",
|
40 |
+
"27": "B-Laptops_Number_of_Cores",
|
41 |
+
"28": "I-Laptops_Number_of_Cores",
|
42 |
+
"29": "B-Digital_Cameras_Optical_Zoom",
|
43 |
+
"30": "I-Digital_Cameras_Optical_Zoom",
|
44 |
+
"31": "B-Laptops_Refresh_Rate",
|
45 |
+
"32": "I-Laptops_Refresh_Rate",
|
46 |
+
"33": "B-Digital_Cameras_Sensor_Size",
|
47 |
+
"34": "I-Digital_Cameras_Sensor_Size",
|
48 |
+
"35": "B-Flash_Memory_Cards_Memory_Stick_Format",
|
49 |
+
"36": "I-Flash_Memory_Cards_Memory_Stick_Format"
|
50 |
+
},
|
51 |
+
"initializer_range": 0.02,
|
52 |
+
"intermediate_size": 3072,
|
53 |
+
"label2id": {
|
54 |
+
"B-Digital_Cameras_Camera_Weight": 11,
|
55 |
+
"B-Digital_Cameras_Optical_Zoom": 29,
|
56 |
+
"B-Digital_Cameras_Resolution": 3,
|
57 |
+
"B-Digital_Cameras_Sensor_Size": 33,
|
58 |
+
"B-Digital_Cameras_Sensor_Type": 5,
|
59 |
+
"B-Digital_Cameras_Type": 21,
|
60 |
+
"B-Flash_Memory_Cards_Capacity": 1,
|
61 |
+
"B-Flash_Memory_Cards_Format": 7,
|
62 |
+
"B-Flash_Memory_Cards_Memory_Stick_Format": 35,
|
63 |
+
"B-Flash_Memory_Cards_SD_Format": 9,
|
64 |
+
"B-Laptops_Battery_Life": 17,
|
65 |
+
"B-Laptops_Number_of_Cores": 27,
|
66 |
+
"B-Laptops_Processor_Brand": 25,
|
67 |
+
"B-Laptops_Processor_Speed": 15,
|
68 |
+
"B-Laptops_Refresh_Rate": 31,
|
69 |
+
"B-Laptops_Resolution": 23,
|
70 |
+
"B-Laptops_Screen_Size": 13,
|
71 |
+
"B-Laptops_Weight": 19,
|
72 |
+
"I-Digital_Cameras_Camera_Weight": 12,
|
73 |
+
"I-Digital_Cameras_Optical_Zoom": 30,
|
74 |
+
"I-Digital_Cameras_Resolution": 4,
|
75 |
+
"I-Digital_Cameras_Sensor_Size": 34,
|
76 |
+
"I-Digital_Cameras_Sensor_Type": 6,
|
77 |
+
"I-Digital_Cameras_Type": 22,
|
78 |
+
"I-Flash_Memory_Cards_Capacity": 2,
|
79 |
+
"I-Flash_Memory_Cards_Format": 8,
|
80 |
+
"I-Flash_Memory_Cards_Memory_Stick_Format": 36,
|
81 |
+
"I-Flash_Memory_Cards_SD_Format": 10,
|
82 |
+
"I-Laptops_Battery_Life": 18,
|
83 |
+
"I-Laptops_Number_of_Cores": 28,
|
84 |
+
"I-Laptops_Processor_Brand": 26,
|
85 |
+
"I-Laptops_Processor_Speed": 16,
|
86 |
+
"I-Laptops_Refresh_Rate": 32,
|
87 |
+
"I-Laptops_Resolution": 24,
|
88 |
+
"I-Laptops_Screen_Size": 14,
|
89 |
+
"I-Laptops_Weight": 20,
|
90 |
+
"O": 0
|
91 |
+
},
|
92 |
+
"layer_norm_eps": 1e-12,
|
93 |
+
"max_position_embeddings": 512,
|
94 |
+
"model_type": "bert",
|
95 |
+
"num_attention_heads": 12,
|
96 |
+
"num_hidden_layers": 12,
|
97 |
+
"pad_token_id": 0,
|
98 |
+
"position_embedding_type": "absolute",
|
99 |
+
"torch_dtype": "float32",
|
100 |
+
"transformers_version": "4.38.1",
|
101 |
+
"type_vocab_size": 2,
|
102 |
+
"use_cache": true,
|
103 |
+
"vocab_size": 30522
|
104 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a73fd2ef8f652fd03e62d1e9b671f3e48c14f07fcf39c72d4bc7607abbaf185
|
3 |
+
size 435703748
|
runs/May15_04-07-39_05982e7fc228/events.out.tfevents.1715746069.05982e7fc228.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41e8c0a2707d0c48c8a5a9859ae184837e166170eb4be201c53731821ec545f6
|
3 |
+
size 7651
|
runs/May15_04-19-26_05982e7fc228/events.out.tfevents.1715746767.05982e7fc228.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b76f4e1ec8760b319cdbcc13a574626ed4435cc4ffca7c3e1201dc824e99e74e
|
3 |
+
size 8133
|
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,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
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]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:430108220fd69476822eff98dcc0e5a42fc6cdc338a7acb8476b79d1e18c3d5c
|
3 |
+
size 4920
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|