githubEdit

network-wiredHosted APIs

Bias analysis models on free hosted endpoints.

circle-info

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.cloudarrow-up-right

All parameters are optional

  • top_k: Number of classes and scores to return. Defaults to return all 11 classes and their scores.

  • 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.cloudarrow-up-right

Similar architecture to Dbiasarrow-up-right.

All parameters are optional

  • 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".


Token Classification (of generalizations, unfairness, and stereotypes)

Endpoint: https://e29pozks7ptdl5gw.us-east-1.aws.endpoints.huggingface.cloudarrow-up-right

GUS-Netarrow-up-right Model

*No params needed*

Example Response:

Last updated