Created
August 31, 2019 01:19
-
-
Save prrao87/fe97da7b18f8937f63dab94a481e832b to your computer and use it in GitHub Desktop.
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
# Quantize model to reduce space usage | |
model.quantize(input=train, qnorm=True, retrain=True, cutoff=100000) | |
model.save_model(os.path.join(model_path, "sst-5.ftz")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment