Files
Ean Garvey a3654f33da Fix sourcing for canonical MiniLM shark_tank model artifacts. (#278)
* Fix generation of MiniLM artifacts.

* Fix miniLM output for validation. Xfail numerics failure on mpnet.

* Update distilbert-base-uncased_tf_test.py

* try-except for transition of minilm model
2022-08-17 23:03:47 -05:00
..

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.