Commit
·
89a8023
1
Parent(s):
92cefb2
adding embeddings
Browse files- config.json +2 -1
config.json
CHANGED
@@ -107,5 +107,6 @@
|
|
107 |
]
|
108 |
],
|
109 |
"top_n_words": 10,
|
110 |
-
"verbose": false
|
|
|
111 |
}
|
|
|
107 |
]
|
108 |
],
|
109 |
"top_n_words": 10,
|
110 |
+
"verbose": false,
|
111 |
+
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
112 |
}
|