BioMike commited on
Commit
43419e5
·
verified ·
1 Parent(s): 0a1a56a

Upload 3 files

Browse files
Files changed (3) hide show
  1. gliner_db_config.json +6 -0
  2. index.usearch +0 -0
  3. 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
+ }