tliumozilla commited on
Commit
8d435ca
·
1 Parent(s): 0fbcc5b

upload v3.2

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. label_map.json +10 -0
  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 ADDED
@@ -0,0 +1,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:576c48487aa4382dd7ba85b51363b5c16783db47d7ec210632b97f8cc1446683
3
  size 98470112