Automatic Speech Recognition
The below input parameters are for different attack types. To start working with the APIs, see Audio Speech Recognition.
Audio Speech Recognition is an early access feature with limited functionality. It is not available as part of AIShield pypi package. For early access, kindly contact [email protected]
-
ASR Models Support:
- OpenAI-Whisper: All variants in PyTorch and Hugging Face formats are supported. Refer to the OpenAI-Whisper model card for the complete list of available variants. [Ref: OpenAI-Whisper-ModelCard]
The below table parameters are common for Evasion Attack type.
Parameter | Data type | Description | Remark |
---|---|---|---|
model_Id | String | Model_id received during model registration. We need to provide this model ID in query parameter in URL. | You have to do model registration only once for a model to perform model analysis. This will help you track the no of api call made, and it's success metric. |
Request Body (Json format) | | | |
model_framework | String | Framework on which model is trained on. | curretly supported framework are: onnx for Evasion and pytorch for data-poisoning . |
To access all sample artifacts, please visit Artifacts.
- For specific artifact details, refer