Skip to content

Commit 4784449

Browse files
authored
Update README.md
1 parent ee1cb56 commit 4784449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To train new models, the training data needs to be prepared. This process is aut
7676
| model_type = "MLP" | (str) | MLP or SVM |
7777
| lid_features = 524288 | (int) | Number of character n-gram features to allow, hashing only |
7878
| lid_ngrams = (1,3) | (tuple of ints) | Range of n-grams to hash |
79-
| did_grammar = ".Grammar.p" | (str) | Name of C2xG grammar to use for annotation; allows comparison of different grammars |
79+
| did_grammar = ".Grammar.p" | (str) | Name of C2xG grammar to use for annotation |
8080
| c2xg_workers = 1 | (int) | For DID, number of workers for c2xg enrichments |
8181
| mlp_sizes = (300, 300, 300) | (tuple of ints) | Size and number of layers; e.g., 3 layers at 300 neurons each |
8282
| cross_val = False | (boolean) | Whether to use cross-validation rather than a held-out test set |

0 commit comments

Comments
 (0)