-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoodon-demo.json
37 lines (36 loc) · 1.21 KB
/
foodon-demo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"encodeur" : "sentence-transformers/all-MiniLM-L6-v2",
"threshold_similarity_tag_chunk" : 0.65,
"threshold_similarity_tag" : 0.80,
"batch_size" : 32,
"populate_owl_tag_embeddings" : {
"prefix" : {
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"obo" : "http://purl.obolibrary.org/obo/",
"owl" : "http://www.w3.org/2002/07/owl#"
},
"ontologies": {
"foodon_link" : {
"foodon": {
"url": "https://github.com/FoodOntology/foodon/raw/refs/tags/v2024-07-12/foodon.owl",
"prefix": "http://purl.obolibrary.org/obo/FOODON_",
"format": "xml",
"label" : "rdfs:label",
"properties": ["obo:IAO_0000115","rdfs:comment","owl:annotatedTarget"]
}
}
},
"debug_nb_terms_by_ontology" : -1
},
"populate_abstract_embeddings" : {
"abstracts_per_file" : 50,
"from_ncbi_api" : {
"ncbi_api_chunk_size" : 200,
"debug_nb_ncbi_request" : -1,
"retmax" : 2000,
"selected_term" : [
"food"
]
}
}
}