Upload 3 files
Browse files- gliner_db_config.json +6 -0
- index.usearch +0 -0
- ontology.json +8 -0
gliner_db_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"db_type": "HNSW",
|
| 3 |
+
"ndim": 128,
|
| 4 |
+
"metric": "cos",
|
| 5 |
+
"model_type": "gliner_db"
|
| 6 |
+
}
|
index.usearch
ADDED
|
Binary file (912 Bytes). View file
|
|
|
ontology.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"1": {
|
| 3 |
+
"label": "cat"
|
| 4 |
+
},
|
| 5 |
+
"2": {
|
| 6 |
+
"label": "dog"
|
| 7 |
+
}
|
| 8 |
+
}
|