Training in progress, epoch 1
Browse files- config.json +44 -44
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -11,58 +11,58 @@
|
|
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-Digital_Cameras_Optical_Zoom",
|
25 |
"12": "I-Digital_Cameras_Optical_Zoom",
|
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 |
},
|
39 |
"initializer_range": 0.02,
|
40 |
"intermediate_size": 3072,
|
41 |
"label2id": {
|
42 |
"B-Digital_Cameras_Optical_Zoom": 11,
|
43 |
-
"B-Digital_Cameras_Resolution":
|
44 |
-
"B-Digital_Cameras_Sensor_Size":
|
45 |
-
"B-Digital_Cameras_Sensor_Type":
|
46 |
-
"B-Flash_Memory_Cards_Capacity":
|
47 |
-
"B-Flash_Memory_Cards_SD_Format":
|
48 |
-
"B-Laptops_Battery_Life":
|
49 |
-
"B-Laptops_Number_of_Cores":
|
50 |
-
"B-Laptops_Processor_Brand":
|
51 |
-
"B-Laptops_Processor_Speed":
|
52 |
-
"B-Laptops_Resolution":
|
53 |
-
"B-Laptops_Screen_Size":
|
54 |
"I-Digital_Cameras_Optical_Zoom": 12,
|
55 |
-
"I-Digital_Cameras_Resolution":
|
56 |
-
"I-Digital_Cameras_Sensor_Size":
|
57 |
-
"I-Digital_Cameras_Sensor_Type":
|
58 |
-
"I-Flash_Memory_Cards_Capacity":
|
59 |
-
"I-Flash_Memory_Cards_SD_Format":
|
60 |
-
"I-Laptops_Battery_Life":
|
61 |
-
"I-Laptops_Number_of_Cores":
|
62 |
-
"I-Laptops_Processor_Brand":
|
63 |
-
"I-Laptops_Processor_Speed":
|
64 |
-
"I-Laptops_Resolution":
|
65 |
-
"I-Laptops_Screen_Size":
|
66 |
"O": 0
|
67 |
},
|
68 |
"layer_norm_eps": 1e-12,
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
+
"1": "B-Laptops_Processor_Speed",
|
15 |
+
"2": "I-Laptops_Processor_Speed",
|
16 |
+
"3": "B-Flash_Memory_Cards_Capacity",
|
17 |
+
"4": "I-Flash_Memory_Cards_Capacity",
|
18 |
+
"5": "B-Laptops_Number_of_Cores",
|
19 |
+
"6": "I-Laptops_Number_of_Cores",
|
20 |
+
"7": "B-Laptops_Resolution",
|
21 |
+
"8": "I-Laptops_Resolution",
|
22 |
+
"9": "B-Laptops_Screen_Size",
|
23 |
+
"10": "I-Laptops_Screen_Size",
|
24 |
"11": "B-Digital_Cameras_Optical_Zoom",
|
25 |
"12": "I-Digital_Cameras_Optical_Zoom",
|
26 |
+
"13": "B-Digital_Cameras_Resolution",
|
27 |
+
"14": "I-Digital_Cameras_Resolution",
|
28 |
+
"15": "B-Flash_Memory_Cards_SD_Format",
|
29 |
+
"16": "I-Flash_Memory_Cards_SD_Format",
|
30 |
+
"17": "B-Digital_Cameras_Sensor_Type",
|
31 |
+
"18": "I-Digital_Cameras_Sensor_Type",
|
32 |
+
"19": "B-Laptops_Battery_Life",
|
33 |
+
"20": "I-Laptops_Battery_Life",
|
34 |
+
"21": "B-Laptops_Processor_Brand",
|
35 |
+
"22": "I-Laptops_Processor_Brand",
|
36 |
+
"23": "B-Digital_Cameras_Sensor_Size",
|
37 |
+
"24": "I-Digital_Cameras_Sensor_Size"
|
38 |
},
|
39 |
"initializer_range": 0.02,
|
40 |
"intermediate_size": 3072,
|
41 |
"label2id": {
|
42 |
"B-Digital_Cameras_Optical_Zoom": 11,
|
43 |
+
"B-Digital_Cameras_Resolution": 13,
|
44 |
+
"B-Digital_Cameras_Sensor_Size": 23,
|
45 |
+
"B-Digital_Cameras_Sensor_Type": 17,
|
46 |
+
"B-Flash_Memory_Cards_Capacity": 3,
|
47 |
+
"B-Flash_Memory_Cards_SD_Format": 15,
|
48 |
+
"B-Laptops_Battery_Life": 19,
|
49 |
+
"B-Laptops_Number_of_Cores": 5,
|
50 |
+
"B-Laptops_Processor_Brand": 21,
|
51 |
+
"B-Laptops_Processor_Speed": 1,
|
52 |
+
"B-Laptops_Resolution": 7,
|
53 |
+
"B-Laptops_Screen_Size": 9,
|
54 |
"I-Digital_Cameras_Optical_Zoom": 12,
|
55 |
+
"I-Digital_Cameras_Resolution": 14,
|
56 |
+
"I-Digital_Cameras_Sensor_Size": 24,
|
57 |
+
"I-Digital_Cameras_Sensor_Type": 18,
|
58 |
+
"I-Flash_Memory_Cards_Capacity": 4,
|
59 |
+
"I-Flash_Memory_Cards_SD_Format": 16,
|
60 |
+
"I-Laptops_Battery_Life": 20,
|
61 |
+
"I-Laptops_Number_of_Cores": 6,
|
62 |
+
"I-Laptops_Processor_Brand": 22,
|
63 |
+
"I-Laptops_Processor_Speed": 2,
|
64 |
+
"I-Laptops_Resolution": 8,
|
65 |
+
"I-Laptops_Screen_Size": 10,
|
66 |
"O": 0
|
67 |
},
|
68 |
"layer_norm_eps": 1e-12,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430978956
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14f21175bf0db77b14c750f6217d718fce20c7a9471e959f450d24d0cc08824d
|
3 |
size 430978956
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63426422ee5a54e54dbd022057e5c1d14b280e4a66e73ae5b802ab89ffc6047f
|
3 |
size 4856
|