We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1cb56 commit 4784449Copy full SHA for 4784449
README.md
@@ -76,7 +76,7 @@ To train new models, the training data needs to be prepared. This process is aut
76
| model_type = "MLP" | (str) | MLP or SVM |
77
| lid_features = 524288 | (int) | Number of character n-gram features to allow, hashing only |
78
| 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 |
+| did_grammar = ".Grammar.p" | (str) | Name of C2xG grammar to use for annotation |
80
| c2xg_workers = 1 | (int) | For DID, number of workers for c2xg enrichments |
81
| mlp_sizes = (300, 300, 300) | (tuple of ints) | Size and number of layers; e.g., 3 layers at 300 neurons each |
82
| cross_val = False | (boolean) | Whether to use cross-validation rather than a held-out test set |
0 commit comments