Spaces:
Runtime error
Runtime error
update
Browse files- config_dev.yaml +5 -4
config_dev.yaml
CHANGED
|
@@ -5,11 +5,12 @@ common:
|
|
| 5 |
|
| 6 |
bd:
|
| 7 |
entities:
|
| 8 |
-
|
|
|
|
| 9 |
strategy_params:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
process_tables: true
|
| 14 |
neighbors_max_distance: 1
|
| 15 |
|
|
|
|
| 5 |
|
| 6 |
bd:
|
| 7 |
entities:
|
| 8 |
+
# Варианты: fixed_size, sentence, paragraph, blm_sentence, blm_paragraph
|
| 9 |
+
strategy_name: !ENV ${ENTITIES_STRATEGY_NAME:paragraph}
|
| 10 |
strategy_params:
|
| 11 |
+
# words_per_chunk: 50
|
| 12 |
+
# overlap_words: 25
|
| 13 |
+
# respect_sentence_boundaries: true
|
| 14 |
process_tables: true
|
| 15 |
neighbors_max_distance: 1
|
| 16 |
|