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