Commit ·
e05bb69
1
Parent(s): 876cfbc
fix label in v0.3
Browse files- config.json +4 -4
- label_map.json +5 -5
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -11,16 +11,16 @@
|
|
| 11 |
"hidden_dropout_prob": 0.0,
|
| 12 |
"hidden_size": 512,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 512,
|
| 19 |
"intra_bottleneck_size": 128,
|
| 20 |
"key_query_shared_bottleneck": true,
|
| 21 |
"label2id": {
|
| 22 |
-
"Chat":
|
| 23 |
-
"Search":
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"max_position_embeddings": 512,
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.0,
|
| 12 |
"hidden_size": 512,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "Chat",
|
| 15 |
+
"1": "Search"
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 512,
|
| 19 |
"intra_bottleneck_size": 128,
|
| 20 |
"key_query_shared_bottleneck": true,
|
| 21 |
"label2id": {
|
| 22 |
+
"Chat": 0,
|
| 23 |
+
"Search": 1
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"max_position_embeddings": 512,
|
label_map.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"label2id": {
|
| 3 |
-
"Chat":
|
| 4 |
-
"Search":
|
| 5 |
},
|
| 6 |
"id2label": {
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
}
|
| 10 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"label2id": {
|
| 3 |
+
"Chat": 0,
|
| 4 |
+
"Search": 1
|
| 5 |
},
|
| 6 |
"id2label": {
|
| 7 |
+
"0": "Chat",
|
| 8 |
+
"1": "Search"
|
| 9 |
}
|
| 10 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 98470112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30bf2e54c3de163c41210e4c5b534b28d4774f8c13a93e8cb8f5dce2c1f91cdd
|
| 3 |
size 98470112
|