I downloaded the sst_clf_16.pt file to perform classification from a csv file. Thw code I wrote:
python run_classifier.py --load_model sst_clf_16.pt --fp16 --data upload_processed_tweet.csv --text-key text --write-results output.csv
The error I got was that the --load_model is an "unrecognized argument":
run_classifier.py: error: unrecognized arguments: --load_model sst_clf_16.pt