bwang0911 commited on
Commit
e8bb88b
1 Parent(s): f5234b6

Update modules.json

Browse files
Files changed (1) hide show
  1. modules.json +18 -18
modules.json CHANGED
@@ -1,20 +1,20 @@
1
  [
2
- {
3
- "idx": 0,
4
- "name": "0",
5
- "path": "",
6
- "type": "custom_st.Transformer",
7
- },
8
- {
9
- "idx": 1,
10
- "name": "1",
11
- "path": "1_Pooling",
12
- "type": "sentence_transformers.models.Pooling"
13
- },
14
- {
15
- "idx": 2,
16
- "name": "2",
17
- "path": "2_Normalize",
18
- "type": "sentence_transformers.models.Normalize"
19
- }
20
  ]
 
1
  [
2
+ {
3
+ "idx":0,
4
+ "name":"0",
5
+ "path":"",
6
+ "type":"custom_st.Transformer"
7
+ },
8
+ {
9
+ "idx":1,
10
+ "name":"1",
11
+ "path":"1_Pooling",
12
+ "type":"sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx":2,
16
+ "name":"2",
17
+ "path":"2_Normalize",
18
+ "type":"sentence_transformers.models.Normalize"
19
+ }
20
  ]