Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ Performs classification on Binary SST by default.
Output classification probabilities are saved to a `.npy` file

```
python3 run_classifier.py --load_model ama_sst.pt # classify Binary SST
python3 run_classifier.py --load_model ama_sst_16.pt --fp16 # run classification in fp16
python3 run_classifier.py --load_model ama_sst.pt --text-key <text-column> --data <path.csv> # classify your own dataset
python3 run_classifier.py --load ama_sst.pt # classify Binary SST
python3 run_classifier.py --load ama_sst_16.pt --fp16 # run classification in fp16
python3 run_classifier.py --load ama_sst.pt --text-key <text-column> --data <path.csv> # classify your own dataset
```

See [here](./script_docs/arguments.md#running-a-classifier-arguments) for more documentation.
Expand Down