Last active
September 3, 2019 00:15
-
-
Save prrao87/a623b904dfdf70e79b85dc7c0743433e to your computer and use it in GitHub Desktop.
FastText text classification training with hyperparameter autotune
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
fasttext supervised -input data/sst/sst_train.txt -output model_hyperopt \ | |
-autotune-validation data/sst/sst_dev.txt -autotune-modelsize 10M -verbose 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment