Commit ·
ace36de
1
Parent(s): 98f6879
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -127,5 +127,6 @@
|
|
| 127 |
]
|
| 128 |
],
|
| 129 |
"top_n_words": 39,
|
| 130 |
-
"verbose": true
|
|
|
|
| 131 |
}
|
|
|
|
| 127 |
]
|
| 128 |
],
|
| 129 |
"top_n_words": 39,
|
| 130 |
+
"verbose": true,
|
| 131 |
+
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
| 132 |
}
|