Commit ·
c02a0f0
1
Parent(s): b0414b3
Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"intra_bottleneck_size": 128,
|
| 25 |
"key_query_shared_bottleneck": true,
|
| 26 |
"label2id": {
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
},
|
| 35 |
"layer_norm_eps": 1e-12,
|
| 36 |
"max_position_embeddings": 512,
|
|
|
|
| 24 |
"intra_bottleneck_size": 128,
|
| 25 |
"key_query_shared_bottleneck": true,
|
| 26 |
"label2id": {
|
| 27 |
+
"I-treatment": 0,
|
| 28 |
+
"O": 1,
|
| 29 |
+
"B-test": 2,
|
| 30 |
+
"I-problem": 3,
|
| 31 |
+
"B-treatment": 4,
|
| 32 |
+
"I-test": 5,
|
| 33 |
+
"B-problem": 6
|
| 34 |
},
|
| 35 |
"layer_norm_eps": 1e-12,
|
| 36 |
"max_position_embeddings": 512,
|