Spaces:
Sleeping
Sleeping
Upload config.ini
Browse files- config.ini +10 -0
config.ini
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[DEFAULT]
|
2 |
+
# segmentation
|
3 |
+
thresh = 0.18367346938775508
|
4 |
+
segmentation_model = xlreator/snomed-canine-s
|
5 |
+
segmentation_tokenizer = google/canine-s
|
6 |
+
|
7 |
+
# linking
|
8 |
+
embedding_model = xlreator/snomed-biobert
|
9 |
+
context_window_width = 18
|
10 |
+
keyed_vectors_file = vectors.kv
|