Files
AMD-SHARK-Studio/tank/tf/README.md
Prashant Kumar 380b0b7c54 Add seq_classification shark module to run seq_classification
on hugging face supported models.
2022-06-14 22:36:19 +05:30

475 B

Running SharkInference on CPUs, GPUs and MAC.

Run the binary sequence_classification.

The models supported are: hugging face sequence classification

./seq_classification.py --hf_model_name="hf_model" --device="cpu" # Use gpu | vulkan

Once the model is compiled to run on the device mentioned, we can pass in text and get the logits.