Skip to content

Instantly share code, notes, and snippets.

@prrao87
Last active September 3, 2019 00:15
Show Gist options
  • Save prrao87/a623b904dfdf70e79b85dc7c0743433e to your computer and use it in GitHub Desktop.
Save prrao87/a623b904dfdf70e79b85dc7c0743433e to your computer and use it in GitHub Desktop.
FastText text classification training with hyperparameter autotune
#!/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