@@ -204,9 +204,9 @@ See the table below for the current recommended models. These models all allow c
204204| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
205205| [ Embeddings] ( https://neuml.github.io/txtai/embeddings ) | [ all-MiniLM-L6-v2] ( https://hf.co/sentence-transformers/all-MiniLM-L6-v2 ) |
206206| [ Image Captions] ( https://neuml.github.io/txtai/pipeline/image/caption ) | [ BLIP] ( https://hf.co/Salesforce/blip-image-captioning-base ) |
207- | [ Labels - Zero Shot] ( https://neuml.github.io/txtai/pipeline/text/labels ) | [ BART-Large-MNLI ] ( https://hf.co/facebook/bart-large ) |
207+ | [ Labels - Zero Shot] ( https://neuml.github.io/txtai/pipeline/text/labels ) | [ DeBERTa v3 Zeroshot ] ( https://hf.co/MoritzLaurer/deberta-v3-base-zeroshot-v2.0-c ) |
208208| [ Labels - Fixed] ( https://neuml.github.io/txtai/pipeline/text/labels ) | Fine-tune with [ training pipeline] ( https://neuml.github.io/txtai/pipeline/train/trainer ) |
209- | [ Large Language Model (LLM)] ( https://neuml.github.io/txtai/pipeline/text/llm ) | [ gpt-oss-20b ] ( https://huggingface .co/openai/gpt-oss-20b ) |
209+ | [ Large Language Model (LLM)] ( https://neuml.github.io/txtai/pipeline/text/llm ) | [ Gemma 4 31B ] ( https://hf .co/google/gemma-4-31B ) |
210210| [ Summarization] ( https://neuml.github.io/txtai/pipeline/text/summary ) | [ DistilBART] ( https://hf.co/sshleifer/distilbart-cnn-12-6 ) |
211211| [ Text-to-Speech] ( https://neuml.github.io/txtai/pipeline/audio/texttospeech ) | [ ESPnet JETS] ( https://hf.co/NeuML/ljspeech-jets-onnx ) |
212212| [ Transcription] ( https://neuml.github.io/txtai/pipeline/audio/transcription ) | [ Whisper] ( https://hf.co/openai/whisper-base ) |
@@ -218,9 +218,8 @@ See the following links to learn more.
218218
219219- [ Hugging Face Tasks] ( https://hf.co/tasks )
220220- [ Hugging Face Model Hub] ( https://hf.co/models )
221- - [ MTEB Leaderboard] ( https://hf.co/spaces/mteb/leaderboard )
222- - [ LMSYS LLM Leaderboard] ( https://chat.lmsys.org/?leaderboard )
223- - [ Open LLM Leaderboard] ( https://hf.co/spaces/HuggingFaceH4/open_llm_leaderboard )
221+ - [ Embeddings Leaderboard] ( https://hf.co/spaces/mteb/leaderboard )
222+ - [ LLM Leaderboard] ( https://hf.co/spaces/lmarena-ai/arena-leaderboard )
224223
225224## Powered by txtai
226225
0 commit comments