Training in progress, epoch 1
Browse files- config.json +74 -74
- model.safetensors +2 -2
- runs/May15_09-51-09_1eef882b8009/events.out.tfevents.1715766670.1eef882b8009.34.0 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
@@ -11,82 +11,82 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
-
"1": "B-
|
15 |
-
"2": "I-
|
16 |
-
"3": "B-
|
17 |
-
"4": "I-
|
18 |
-
"5": "B-
|
19 |
-
"6": "I-
|
20 |
-
"7": "B-
|
21 |
-
"8": "I-
|
22 |
-
"9": "B-
|
23 |
-
"10": "I-
|
24 |
-
"11": "B-
|
25 |
-
"12": "I-
|
26 |
-
"13": "B-
|
27 |
-
"14": "I-
|
28 |
-
"15": "B-
|
29 |
-
"16": "I-
|
30 |
-
"17": "B-
|
31 |
-
"18": "I-
|
32 |
-
"19": "B-
|
33 |
-
"20": "I-
|
34 |
-
"21": "B-
|
35 |
-
"22": "I-
|
36 |
-
"23": "B-
|
37 |
-
"24": "I-
|
38 |
-
"25": "B-
|
39 |
-
"26": "I-
|
40 |
-
"27": "B-
|
41 |
-
"28": "I-
|
42 |
-
"29": "B-
|
43 |
-
"30": "I-
|
44 |
-
"31": "B-
|
45 |
-
"32": "I-
|
46 |
-
"33": "B-
|
47 |
-
"34": "I-
|
48 |
-
"35": "B-
|
49 |
-
"36": "I-
|
50 |
},
|
51 |
"initializer_range": 0.02,
|
52 |
"intermediate_size": 3072,
|
53 |
"label2id": {
|
54 |
-
"B-Digital_Cameras_Camera_Weight":
|
55 |
-
"B-Digital_Cameras_Optical_Zoom":
|
56 |
-
"B-Digital_Cameras_Resolution":
|
57 |
-
"B-Digital_Cameras_Sensor_Size":
|
58 |
-
"B-Digital_Cameras_Sensor_Type":
|
59 |
-
"B-Digital_Cameras_Type":
|
60 |
-
"B-Flash_Memory_Cards_Capacity":
|
61 |
-
"B-Flash_Memory_Cards_Format":
|
62 |
-
"B-Flash_Memory_Cards_Memory_Stick_Format":
|
63 |
-
"B-Flash_Memory_Cards_SD_Format":
|
64 |
-
"B-Laptops_Battery_Life":
|
65 |
-
"B-Laptops_Number_of_Cores":
|
66 |
-
"B-Laptops_Processor_Brand":
|
67 |
-
"B-Laptops_Processor_Speed":
|
68 |
-
"B-Laptops_Refresh_Rate":
|
69 |
-
"B-Laptops_Resolution":
|
70 |
-
"B-Laptops_Screen_Size":
|
71 |
-
"B-Laptops_Weight":
|
72 |
-
"I-Digital_Cameras_Camera_Weight":
|
73 |
-
"I-Digital_Cameras_Optical_Zoom":
|
74 |
-
"I-Digital_Cameras_Resolution":
|
75 |
-
"I-Digital_Cameras_Sensor_Size":
|
76 |
-
"I-Digital_Cameras_Sensor_Type":
|
77 |
-
"I-Digital_Cameras_Type":
|
78 |
-
"I-Flash_Memory_Cards_Capacity":
|
79 |
-
"I-Flash_Memory_Cards_Format":
|
80 |
-
"I-Flash_Memory_Cards_Memory_Stick_Format":
|
81 |
-
"I-Flash_Memory_Cards_SD_Format":
|
82 |
-
"I-Laptops_Battery_Life":
|
83 |
-
"I-Laptops_Number_of_Cores":
|
84 |
-
"I-Laptops_Processor_Brand":
|
85 |
-
"I-Laptops_Processor_Speed":
|
86 |
-
"I-Laptops_Refresh_Rate":
|
87 |
-
"I-Laptops_Resolution":
|
88 |
-
"I-Laptops_Screen_Size":
|
89 |
-
"I-Laptops_Weight":
|
90 |
"O": 0
|
91 |
},
|
92 |
"layer_norm_eps": 1e-12,
|
@@ -100,5 +100,5 @@
|
|
100 |
"transformers_version": "4.38.1",
|
101 |
"type_vocab_size": 2,
|
102 |
"use_cache": true,
|
103 |
-
"vocab_size":
|
104 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
+
"1": "B-Laptops_Processor_Brand",
|
15 |
+
"2": "I-Laptops_Processor_Brand",
|
16 |
+
"3": "B-Flash_Memory_Cards_Capacity",
|
17 |
+
"4": "I-Flash_Memory_Cards_Capacity",
|
18 |
+
"5": "B-Laptops_Refresh_Rate",
|
19 |
+
"6": "I-Laptops_Refresh_Rate",
|
20 |
+
"7": "B-Digital_Cameras_Resolution",
|
21 |
+
"8": "I-Digital_Cameras_Resolution",
|
22 |
+
"9": "B-Digital_Cameras_Sensor_Size",
|
23 |
+
"10": "I-Digital_Cameras_Sensor_Size",
|
24 |
+
"11": "B-Laptops_Screen_Size",
|
25 |
+
"12": "I-Laptops_Screen_Size",
|
26 |
+
"13": "B-Laptops_Resolution",
|
27 |
+
"14": "I-Laptops_Resolution",
|
28 |
+
"15": "B-Laptops_Number_of_Cores",
|
29 |
+
"16": "I-Laptops_Number_of_Cores",
|
30 |
+
"17": "B-Digital_Cameras_Optical_Zoom",
|
31 |
+
"18": "I-Digital_Cameras_Optical_Zoom",
|
32 |
+
"19": "B-Digital_Cameras_Sensor_Type",
|
33 |
+
"20": "I-Digital_Cameras_Sensor_Type",
|
34 |
+
"21": "B-Laptops_Processor_Speed",
|
35 |
+
"22": "I-Laptops_Processor_Speed",
|
36 |
+
"23": "B-Laptops_Battery_Life",
|
37 |
+
"24": "I-Laptops_Battery_Life",
|
38 |
+
"25": "B-Flash_Memory_Cards_Format",
|
39 |
+
"26": "I-Flash_Memory_Cards_Format",
|
40 |
+
"27": "B-Laptops_Weight",
|
41 |
+
"28": "I-Laptops_Weight",
|
42 |
+
"29": "B-Digital_Cameras_Camera_Weight",
|
43 |
+
"30": "I-Digital_Cameras_Camera_Weight",
|
44 |
+
"31": "B-Flash_Memory_Cards_Memory_Stick_Format",
|
45 |
+
"32": "I-Flash_Memory_Cards_Memory_Stick_Format",
|
46 |
+
"33": "B-Digital_Cameras_Type",
|
47 |
+
"34": "I-Digital_Cameras_Type",
|
48 |
+
"35": "B-Flash_Memory_Cards_SD_Format",
|
49 |
+
"36": "I-Flash_Memory_Cards_SD_Format"
|
50 |
},
|
51 |
"initializer_range": 0.02,
|
52 |
"intermediate_size": 3072,
|
53 |
"label2id": {
|
54 |
+
"B-Digital_Cameras_Camera_Weight": 29,
|
55 |
+
"B-Digital_Cameras_Optical_Zoom": 17,
|
56 |
+
"B-Digital_Cameras_Resolution": 7,
|
57 |
+
"B-Digital_Cameras_Sensor_Size": 9,
|
58 |
+
"B-Digital_Cameras_Sensor_Type": 19,
|
59 |
+
"B-Digital_Cameras_Type": 33,
|
60 |
+
"B-Flash_Memory_Cards_Capacity": 3,
|
61 |
+
"B-Flash_Memory_Cards_Format": 25,
|
62 |
+
"B-Flash_Memory_Cards_Memory_Stick_Format": 31,
|
63 |
+
"B-Flash_Memory_Cards_SD_Format": 35,
|
64 |
+
"B-Laptops_Battery_Life": 23,
|
65 |
+
"B-Laptops_Number_of_Cores": 15,
|
66 |
+
"B-Laptops_Processor_Brand": 1,
|
67 |
+
"B-Laptops_Processor_Speed": 21,
|
68 |
+
"B-Laptops_Refresh_Rate": 5,
|
69 |
+
"B-Laptops_Resolution": 13,
|
70 |
+
"B-Laptops_Screen_Size": 11,
|
71 |
+
"B-Laptops_Weight": 27,
|
72 |
+
"I-Digital_Cameras_Camera_Weight": 30,
|
73 |
+
"I-Digital_Cameras_Optical_Zoom": 18,
|
74 |
+
"I-Digital_Cameras_Resolution": 8,
|
75 |
+
"I-Digital_Cameras_Sensor_Size": 10,
|
76 |
+
"I-Digital_Cameras_Sensor_Type": 20,
|
77 |
+
"I-Digital_Cameras_Type": 34,
|
78 |
+
"I-Flash_Memory_Cards_Capacity": 4,
|
79 |
+
"I-Flash_Memory_Cards_Format": 26,
|
80 |
+
"I-Flash_Memory_Cards_Memory_Stick_Format": 32,
|
81 |
+
"I-Flash_Memory_Cards_SD_Format": 36,
|
82 |
+
"I-Laptops_Battery_Life": 24,
|
83 |
+
"I-Laptops_Number_of_Cores": 16,
|
84 |
+
"I-Laptops_Processor_Brand": 2,
|
85 |
+
"I-Laptops_Processor_Speed": 22,
|
86 |
+
"I-Laptops_Refresh_Rate": 6,
|
87 |
+
"I-Laptops_Resolution": 14,
|
88 |
+
"I-Laptops_Screen_Size": 12,
|
89 |
+
"I-Laptops_Weight": 28,
|
90 |
"O": 0
|
91 |
},
|
92 |
"layer_norm_eps": 1e-12,
|
|
|
100 |
"transformers_version": "4.38.1",
|
101 |
"type_vocab_size": 2,
|
102 |
"use_cache": true,
|
103 |
+
"vocab_size": 28996
|
104 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283502287880c27a6bd28bf322a84b62f06cd0c91ef5c8a589202f75139e526f
|
3 |
+
size 431015868
|
runs/May15_09-51-09_1eef882b8009/events.out.tfevents.1715766670.1eef882b8009.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7713c51bee4ee6835b876c81338ef3ae07fb3439291b0082eb0366a2d8a71dec
|
3 |
+
size 8130
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
-
"do_lower_case":
|
47 |
"mask_token": "[MASK]",
|
48 |
"model_max_length": 512,
|
49 |
"pad_token": "[PAD]",
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": false,
|
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:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:035a803b75dc54a6a346f1a5dafc74b8229254c63a56d41f00505901a4fa3851
|
3 |
size 4920
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|