api-inference-community
api-inference-community copied to clipboard
Hi, Following #308, this PR adds support for the speech-emotion-diarization model. This `audio_diarization` interface can benefit other diarization tasks (emotion/speaker/vad/other speech events). For more details: [speechbrain/emotion-diarization-wavlm-large](https://huggingface.co/speechbrain/emotion-diarization-wavlm-large) Thanks!
Hi @Narsil or anyone who can help me. I have got a problem with the api inference of my model called GeoBERT (https://huggingface.co/botryan96/GeoBERT). It always says "Overloaded" or sometimes "Internal...
**Is your feature request related to a problem? Please describe.** Many models are coming online from several directions which enable users to generate meshes unconditionally, from text guidance or image...
**Is your feature request related to a problem? Please describe.** There doesn't appear to be an endpoint interface for Stable Diffusion inpainting models that require two image files, the base...
Hi, I would like to choose a model and a lora and generate images with it using the hosted inference API As showed here: https://huggingface.co/pcuenq/pokemon-lora If parameters has a lora_model_id...
Currently doc string types for `text_classification` pipeline in `docker_image/commmon` have ```python A :obj:`list`:. The object returned should be a list of one list like [[{"label": 0.9939950108528137}]] containing: ``` It should...
We created a hub model here https://huggingface.co/facebook/xm_transformer_s2ut_800m-en-hk-h1_2022 to support our English to Hokkein translation model and also pushed some changes to fairseq to get the model working. Updating the HF...
Hi Team, Could anyone please enable on displaying the special tokens for seq2seq models? Currently seq2seq model from inferenceapi's are displaying without special tokens. Special tokens are being added as...