I’m trying to use the model HuggingFaceH4/zephyr-7b-beta for text generation.
When I run it, I get this message:
Defaulting to ‘auto’ which will select the first provider available for the model, sorted by the user’s order in Hugging Face – The AI community building the future. .
Auto selected provider: featherless-ai
InputError: Model HuggingFaceH4/zephyr-7b-beta is not supported for task text-generation and provider featherless-ai. Supported task: conversational.
await hf.textGeneration({
model: "HuggingFaceH4/zephyr-7b-beta",
inputs: "Explain how transformers work"
})
Have a check to see if your code is something like the above. I haven’t used this model but from the error it seems like it only works with “conversational” tasks and not explicitly generation.