pytorch_model.bin upload/update
Browse files- config.json +32 -12
- model.safetensors +2 -2
config.json
CHANGED
@@ -10,21 +10,41 @@
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
-
"1": "B-
|
14 |
-
"2": "I-
|
15 |
-
"3": "B-
|
16 |
-
"4": "I-
|
17 |
-
"5": "B-
|
18 |
-
"6": "I-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
-
"B-
|
23 |
-
"B-
|
24 |
-
"B-
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"O": 0
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
+
"1": "B-disease_type",
|
14 |
+
"2": "I-disease_type",
|
15 |
+
"3": "B-pest_type",
|
16 |
+
"4": "I-pest_type",
|
17 |
+
"5": "B-crop_name",
|
18 |
+
"6": "I-crop_name",
|
19 |
+
"7": "B-bird_type",
|
20 |
+
"8": "I-bird_type",
|
21 |
+
"9": "B-pest_name",
|
22 |
+
"10": "I-pest_name",
|
23 |
+
"11": "B-control_methods",
|
24 |
+
"12": "I-control_methods",
|
25 |
+
"13": "B-crop_type",
|
26 |
+
"14": "I-crop_type",
|
27 |
+
"15": "B-seed_type",
|
28 |
+
"16": "I-seed_type"
|
29 |
},
|
30 |
"initializer_range": 0.02,
|
31 |
"label2id": {
|
32 |
+
"B-bird_type": 7,
|
33 |
+
"B-control_methods": 11,
|
34 |
+
"B-crop_name": 5,
|
35 |
+
"B-crop_type": 13,
|
36 |
+
"B-disease_type": 1,
|
37 |
+
"B-pest_name": 9,
|
38 |
+
"B-pest_type": 3,
|
39 |
+
"B-seed_type": 15,
|
40 |
+
"I-bird_type": 8,
|
41 |
+
"I-control_methods": 12,
|
42 |
+
"I-crop_name": 6,
|
43 |
+
"I-crop_type": 14,
|
44 |
+
"I-disease_type": 2,
|
45 |
+
"I-pest_name": 10,
|
46 |
+
"I-pest_type": 4,
|
47 |
+
"I-seed_type": 16,
|
48 |
"O": 0
|
49 |
},
|
50 |
"max_position_embeddings": 512,
|
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:801c80440c3c3175b3895159069ee0626d7962baf05d25025beabb10a09d5696
|
3 |
+
size 265516156
|