Hosted APIs
Bias analysis models on free hosted endpoints.
These models are intended for use in frontend applications. For Python data analysis and backends, you should try our PyPI package, which runs locally.
fairlyAspects (types-of bias)
Endpoint: https://t41xs75wejr14zht.us-east-1.aws.endpoints.huggingface.cloud
Endpoint: https://e29pozks7ptdl5gw.us-east-1.aws.endpoints.huggingface.cloud
All parameters are optional
top_k
: Can be1
or2
, defaults to1
, meaning it just returns the highest probable class (Biased or Neutral).function_to_apply
: Activation function to use on the model outputs. Can be"sigmoid"
(multi-label),"softmax"
(mult-class), orNone
for raw logits. Defaults to"softmax"
.
Token Classification (of generalizations, unfairness, and stereotypes)
Endpoint: https://e29pozks7ptdl5gw.us-east-1.aws.endpoints.huggingface.cloud
*No params needed*
Example Response:
Last updated