tliumozilla commited on
Commit
e05bb69
·
1 Parent(s): 876cfbc

fix label in v0.3

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. label_map.json +5 -5
  3. 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": "Search",
15
- "1": "Chat"
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": 1,
23
- "Search": 0
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": 1,
4
- "Search": 0
5
  },
6
  "id2label": {
7
- "1": "Chat",
8
- "0": "Search"
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:2263233a5e855b80c2ab98b0669e2a84494c18d1d362e081fbba424edd7df5f5
3
  size 98470112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30bf2e54c3de163c41210e4c5b534b28d4774f8c13a93e8cb8f5dce2c1f91cdd
3
  size 98470112