bwang0911 commited on
Commit
2d6a2ce
1 Parent(s): e6c8ce3

Create modules.json

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