Upload folder using huggingface_hub
Browse files- gliner_db_config.json +6 -0
- index.usearch +0 -0
- ontology.json +22 -0
gliner_db_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"db_type": "HNSW",
|
| 3 |
+
"ndim": 384,
|
| 4 |
+
"metric": "cos",
|
| 5 |
+
"model_type": "gliner_db"
|
| 6 |
+
}
|
index.usearch
ADDED
|
Binary file (3.76 kB). View file
|
|
|
ontology.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": {
|
| 3 |
+
"id": "4539",
|
| 4 |
+
"label": "cooperative",
|
| 5 |
+
"desc": "autonomous association of persons or organizations"
|
| 6 |
+
},
|
| 7 |
+
"1": {
|
| 8 |
+
"id": "1708603",
|
| 9 |
+
"label": "stateless society",
|
| 10 |
+
"desc": "society that is not governed by a state..."
|
| 11 |
+
},
|
| 12 |
+
"2": {
|
| 13 |
+
"id": "5500187",
|
| 14 |
+
"label": "Free association",
|
| 15 |
+
"desc": "economics concept"
|
| 16 |
+
},
|
| 17 |
+
"3": {
|
| 18 |
+
"id": "3624078",
|
| 19 |
+
"label": "sovereign state",
|
| 20 |
+
"desc": "state that has the highest authority over a territory"
|
| 21 |
+
}
|
| 22 |
+
}
|