Hosted APIs
Bias analysis models on free hosted endpoints.
Last updated
Bias analysis models on free hosted endpoints.
Last updated
These models are intended for use in frontend applications. For Python data analysis and backends, you should try our PyPI package, which runs locally.
Endpoint: https://t41xs75wejr14zht.us-east-1.aws.endpoints.huggingface.cloud
Endpoint: https://e29pozks7ptdl5gw.us-east-1.aws.endpoints.huggingface.cloud
top_k
: Can be 1
or 2
, defaults to 1
, 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), or None
for raw logits. Defaults to "softmax"
.
Endpoint: https://e29pozks7ptdl5gw.us-east-1.aws.endpoints.huggingface.cloud
*No params needed*