Hosted APIs
Bias analysis models on free hosted endpoints.
Last updated
Bias analysis models on free hosted endpoints.
Last updated
Endpoint:
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"
.
*No params needed*
Endpoint:
Endpoint: