ABrinkmann
commited on
Commit
•
04b53a1
1
Parent(s):
3659134
Training in progress, epoch 1
Browse files- config.json +61 -61
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -9,70 +9,70 @@
|
|
9 |
"hidden_size": 1024,
|
10 |
"id2label": {
|
11 |
"0": "O",
|
12 |
-
"1": "B-
|
13 |
-
"2": "I-
|
14 |
-
"3": "B-
|
15 |
-
"4": "I-
|
16 |
-
"5": "B-
|
17 |
-
"6": "I-
|
18 |
-
"7": "B-
|
19 |
-
"8": "I-
|
20 |
-
"9": "B-
|
21 |
-
"10": "I-
|
22 |
-
"11": "B-
|
23 |
-
"12": "I-
|
24 |
-
"13": "B-
|
25 |
-
"14": "I-
|
26 |
-
"15": "B-
|
27 |
-
"16": "I-
|
28 |
-
"17": "B-
|
29 |
-
"18": "I-
|
30 |
-
"19": "B-
|
31 |
-
"20": "I-
|
32 |
-
"21": "B-
|
33 |
-
"22": "I-
|
34 |
-
"23": "B-
|
35 |
-
"24": "I-
|
36 |
-
"25": "B-
|
37 |
-
"26": "I-
|
38 |
-
"27": "B-
|
39 |
-
"28": "I-
|
40 |
-
"29": "B-
|
41 |
-
"30": "I-
|
42 |
},
|
43 |
"initializer_range": 0.02,
|
44 |
"intermediate_size": 4096,
|
45 |
"label2id": {
|
46 |
-
"B-Digital_Cameras_Camera_Weight":
|
47 |
-
"B-Digital_Cameras_Optical_Zoom":
|
48 |
-
"B-Digital_Cameras_Resolution":
|
49 |
-
"B-Digital_Cameras_Sensor_Size":
|
50 |
-
"B-Digital_Cameras_Sensor_Type":
|
51 |
-
"B-Flash_Memory_Cards_Capacity":
|
52 |
-
"B-Flash_Memory_Cards_SD_Format":
|
53 |
-
"B-Laptops_Battery_Life":
|
54 |
-
"B-Laptops_Number_of_Cores":
|
55 |
-
"B-Laptops_Processor_Brand":
|
56 |
-
"B-Laptops_Processor_Speed":
|
57 |
-
"B-Laptops_Refresh_Rate":
|
58 |
-
"B-Laptops_Resolution":
|
59 |
-
"B-Laptops_Screen_Size":
|
60 |
-
"B-Laptops_Weight":
|
61 |
-
"I-Digital_Cameras_Camera_Weight":
|
62 |
-
"I-Digital_Cameras_Optical_Zoom":
|
63 |
-
"I-Digital_Cameras_Resolution":
|
64 |
-
"I-Digital_Cameras_Sensor_Size":
|
65 |
-
"I-Digital_Cameras_Sensor_Type":
|
66 |
-
"I-Flash_Memory_Cards_Capacity":
|
67 |
-
"I-Flash_Memory_Cards_SD_Format":
|
68 |
-
"I-Laptops_Battery_Life":
|
69 |
-
"I-Laptops_Number_of_Cores":
|
70 |
-
"I-Laptops_Processor_Brand":
|
71 |
-
"I-Laptops_Processor_Speed":
|
72 |
-
"I-Laptops_Refresh_Rate":
|
73 |
-
"I-Laptops_Resolution":
|
74 |
-
"I-Laptops_Screen_Size":
|
75 |
-
"I-Laptops_Weight":
|
76 |
"O": 0
|
77 |
},
|
78 |
"layer_norm_eps": 1e-07,
|
@@ -95,7 +95,7 @@
|
|
95 |
"relative_attention": true,
|
96 |
"share_att_key": true,
|
97 |
"torch_dtype": "float32",
|
98 |
-
"transformers_version": "4.30.
|
99 |
"type_vocab_size": 0,
|
100 |
"vocab_size": 128100
|
101 |
}
|
|
|
9 |
"hidden_size": 1024,
|
10 |
"id2label": {
|
11 |
"0": "O",
|
12 |
+
"1": "B-Laptops_Processor_Speed",
|
13 |
+
"2": "I-Laptops_Processor_Speed",
|
14 |
+
"3": "B-Laptops_Resolution",
|
15 |
+
"4": "I-Laptops_Resolution",
|
16 |
+
"5": "B-Digital_Cameras_Resolution",
|
17 |
+
"6": "I-Digital_Cameras_Resolution",
|
18 |
+
"7": "B-Digital_Cameras_Optical_Zoom",
|
19 |
+
"8": "I-Digital_Cameras_Optical_Zoom",
|
20 |
+
"9": "B-Laptops_Processor_Brand",
|
21 |
+
"10": "I-Laptops_Processor_Brand",
|
22 |
+
"11": "B-Digital_Cameras_Sensor_Size",
|
23 |
+
"12": "I-Digital_Cameras_Sensor_Size",
|
24 |
+
"13": "B-Digital_Cameras_Sensor_Type",
|
25 |
+
"14": "I-Digital_Cameras_Sensor_Type",
|
26 |
+
"15": "B-Laptops_Battery_Life",
|
27 |
+
"16": "I-Laptops_Battery_Life",
|
28 |
+
"17": "B-Laptops_Weight",
|
29 |
+
"18": "I-Laptops_Weight",
|
30 |
+
"19": "B-Flash_Memory_Cards_SD_Format",
|
31 |
+
"20": "I-Flash_Memory_Cards_SD_Format",
|
32 |
+
"21": "B-Laptops_Refresh_Rate",
|
33 |
+
"22": "I-Laptops_Refresh_Rate",
|
34 |
+
"23": "B-Digital_Cameras_Camera_Weight",
|
35 |
+
"24": "I-Digital_Cameras_Camera_Weight",
|
36 |
+
"25": "B-Flash_Memory_Cards_Capacity",
|
37 |
+
"26": "I-Flash_Memory_Cards_Capacity",
|
38 |
+
"27": "B-Laptops_Screen_Size",
|
39 |
+
"28": "I-Laptops_Screen_Size",
|
40 |
+
"29": "B-Laptops_Number_of_Cores",
|
41 |
+
"30": "I-Laptops_Number_of_Cores"
|
42 |
},
|
43 |
"initializer_range": 0.02,
|
44 |
"intermediate_size": 4096,
|
45 |
"label2id": {
|
46 |
+
"B-Digital_Cameras_Camera_Weight": 23,
|
47 |
+
"B-Digital_Cameras_Optical_Zoom": 7,
|
48 |
+
"B-Digital_Cameras_Resolution": 5,
|
49 |
+
"B-Digital_Cameras_Sensor_Size": 11,
|
50 |
+
"B-Digital_Cameras_Sensor_Type": 13,
|
51 |
+
"B-Flash_Memory_Cards_Capacity": 25,
|
52 |
+
"B-Flash_Memory_Cards_SD_Format": 19,
|
53 |
+
"B-Laptops_Battery_Life": 15,
|
54 |
+
"B-Laptops_Number_of_Cores": 29,
|
55 |
+
"B-Laptops_Processor_Brand": 9,
|
56 |
+
"B-Laptops_Processor_Speed": 1,
|
57 |
+
"B-Laptops_Refresh_Rate": 21,
|
58 |
+
"B-Laptops_Resolution": 3,
|
59 |
+
"B-Laptops_Screen_Size": 27,
|
60 |
+
"B-Laptops_Weight": 17,
|
61 |
+
"I-Digital_Cameras_Camera_Weight": 24,
|
62 |
+
"I-Digital_Cameras_Optical_Zoom": 8,
|
63 |
+
"I-Digital_Cameras_Resolution": 6,
|
64 |
+
"I-Digital_Cameras_Sensor_Size": 12,
|
65 |
+
"I-Digital_Cameras_Sensor_Type": 14,
|
66 |
+
"I-Flash_Memory_Cards_Capacity": 26,
|
67 |
+
"I-Flash_Memory_Cards_SD_Format": 20,
|
68 |
+
"I-Laptops_Battery_Life": 16,
|
69 |
+
"I-Laptops_Number_of_Cores": 30,
|
70 |
+
"I-Laptops_Processor_Brand": 10,
|
71 |
+
"I-Laptops_Processor_Speed": 2,
|
72 |
+
"I-Laptops_Refresh_Rate": 22,
|
73 |
+
"I-Laptops_Resolution": 4,
|
74 |
+
"I-Laptops_Screen_Size": 28,
|
75 |
+
"I-Laptops_Weight": 18,
|
76 |
"O": 0
|
77 |
},
|
78 |
"layer_norm_eps": 1e-07,
|
|
|
95 |
"relative_attention": true,
|
96 |
"share_att_key": true,
|
97 |
"torch_dtype": "float32",
|
98 |
+
"transformers_version": "4.30.2",
|
99 |
"type_vocab_size": 0,
|
100 |
"vocab_size": 128100
|
101 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1736316145
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:853dc8ea311f180794c4823b612070b2bf1adb54a186d0dac93cd889e977abb2
|
3 |
size 1736316145
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7144e39eba6bbd65166f03b6688796e979dd38835f8821341075b2790a5b422e
|
3 |
size 4091
|