Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model": "sentence-transformers/all-distilroberta-v1
|
| 3 |
-
"dim": 768,
|
| 4 |
-
"description": "Custom RoBERTa-based text embedding model",
|
| 5 |
-
"license": "apache-2.0",
|
| 6 |
-
"size_in_GB": 0.4,
|
| 7 |
-
"sources": {
|
| 8 |
-
"hf": "rjeeva/sentence-transformers
|
| 9 |
-
},
|
| 10 |
-
"model_file": "model.onnx"
|
| 11 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "sentence-transformers/all-distilroberta-v1",
|
| 3 |
+
"dim": 768,
|
| 4 |
+
"description": "Custom RoBERTa-based text embedding model",
|
| 5 |
+
"license": "apache-2.0",
|
| 6 |
+
"size_in_GB": 0.4,
|
| 7 |
+
"sources": {
|
| 8 |
+
"hf": "rjeeva/sentence-transformers"
|
| 9 |
+
},
|
| 10 |
+
"model_file": "model.onnx"
|
| 11 |
}
|