Spaces:
Sleeping
Sleeping
Create models_config.json
Browse files- models_config.json +5 -0
models_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"summarizer_model": "sshleifer/distilbart-cnn-12-6",
|
| 3 |
+
"embed_model": "sentence-transformers/all-MiniLM-L6-v2",
|
| 4 |
+
"nli_model": "facebook/bart-large-mnli"
|
| 5 |
+
}
|