Skip to content

run_classifier.py invalid arguments #72

@crazylazylife

Description

@crazylazylife

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions