Skip to content

Commit 12c8b52

Browse files
committed
Update recommended models and links
1 parent a67870a commit 12c8b52

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/models.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ See the table below for the current recommended models. These models all allow c
88
| ---------------------------------------------------- | ------------------------------------------------------------------------ |
99
| [Embeddings](../embeddings) | [all-MiniLM-L6-v2](https://hf.co/sentence-transformers/all-MiniLM-L6-v2) |
1010
| [Image Captions](./pipeline/image/caption.md) | [BLIP](https://hf.co/Salesforce/blip-image-captioning-base) |
11-
| [Labels - Zero Shot](./pipeline/text/labels.md) | [BART-Large-MNLI](https://hf.co/facebook/bart-large) |
11+
| [Labels - Zero Shot](./pipeline/text/labels.md) | [DeBERTa v3 Zeroshot](https://hf.co/MoritzLaurer/deberta-v3-base-zeroshot-v2.0-c) |
1212
| [Labels - Fixed](./pipeline/text/labels.md) | Fine-tune with [training pipeline](./pipeline/train/trainer.md) |
13-
| [Large Language Model (LLM)](./pipeline/text/llm.md) | [gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) |
13+
| [Large Language Model (LLM)](./pipeline/text/llm.md) | [Gemma 4 31B](https://hf.co/google/gemma-4-31B) |
1414
| [Summarization](./pipeline/text/summary.md) | [DistilBART](https://hf.co/sshleifer/distilbart-cnn-12-6) |
1515
| [Text-to-Speech](./pipeline/audio/texttospeech.md) | [ESPnet JETS](https://hf.co/NeuML/ljspeech-jets-onnx) |
1616
| [Transcription](./pipeline/audio/transcription.md) | [Whisper](https://hf.co/openai/whisper-base) |
@@ -22,6 +22,5 @@ See the following links to learn more.
2222

2323
- [Hugging Face Tasks](https://hf.co/tasks)
2424
- [Hugging Face Model Hub](https://hf.co/models)
25-
- [MTEB Leaderboard](https://hf.co/spaces/mteb/leaderboard)
26-
- [LMSYS LLM Leaderboard](https://chat.lmsys.org/?leaderboard)
27-
- [Open LLM Leaderboard](https://hf.co/spaces/HuggingFaceH4/open_llm_leaderboard)
25+
- [Embeddings Leaderboard](https://hf.co/spaces/mteb/leaderboard)
26+
- [LLM Leaderboard](https://hf.co/spaces/lmarena-ai/arena-leaderboard)

0 commit comments

Comments
 (0)