mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-23 15:54:13 +03:00
Fix format
This commit is contained in:
parent
3c4389110d
commit
9b7f198390
|
@ -30,8 +30,8 @@ bow_model_config = """
|
||||||
[model]
|
[model]
|
||||||
@architectures = "spacy.TextCatBOW.v1"
|
@architectures = "spacy.TextCatBOW.v1"
|
||||||
exclusive_classes = false
|
exclusive_classes = false
|
||||||
ngram_size: 1
|
ngram_size = 1
|
||||||
no_output_layer: false
|
no_output_layer = false
|
||||||
"""
|
"""
|
||||||
|
|
||||||
cnn_model_config = """
|
cnn_model_config = """
|
||||||
|
|
Loading…
Reference in New Issue
Block a user