Fix format

This commit is contained in:
Ines Montani 2020-08-06 19:30:53 +02:00
parent 3c4389110d
commit 9b7f198390
1 changed files with 2 additions and 2 deletions

View File

@ -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 = """