Skip to content

Commit

Permalink
Update supported model list (#519)
Browse files Browse the repository at this point in the history
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
  • Loading branch information
tohtana and loadams committed Aug 22, 2024
1 parent 20f38c4 commit 2d5a2e7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,16 @@ MII currently supports over 37,000 models across eight popular model architectur

model family | size range | ~model count
------ | ------ | ------
[falcon](https://huggingface.co/models?other=falcon) | 7B - 180B | 500
[llama](https://huggingface.co/models?other=llama) | 7B - 65B | 52,000
[llama-2](https://huggingface.co/models?other=llama-2) | 7B - 70B | 1,200
[mistral](https://huggingface.co/models?other=mistral) | 7B | 23,000
[mixtral (MoE)](https://huggingface.co/models?other=mixtral) | 8x7B | 2,900
[opt](https://huggingface.co/models?other=opt) | 0.1B - 66B | 2,100
[phi-2](https://huggingface.co/models?other=phi) | 2.7B | 1,500
[qwen](https://huggingface.co/models?other=qwen) | 7B - 72B | 500
[Falcon](https://huggingface.co/models?other=falcon) | 7B - 180B | 600
[Llama](https://huggingface.co/models?other=llama) | 7B - 65B | 57,000
[Llama-2](https://huggingface.co/models?other=llama-2) | 7B - 70B | 1,200
[Llama-3](https://huggingface.co/models?other=llama-3) | 8B - 405B | 1,600
[Mistral](https://huggingface.co/models?other=mistral) | 7B | 23,000
[Mixtral (MoE)](https://huggingface.co/models?other=mixtral) | 8x7B | 2,900
[OPT](https://huggingface.co/models?other=opt) | 0.1B - 66B | 2,200
[Phi-2](https://huggingface.co/models?other=phi) | 2.7B | 1,500
[Qwen](https://huggingface.co/models?other=qwen) | 7B - 72B | 500
[Qwen2](https://huggingface.co/models?other=qwen2) | 0.5B - 72B | 3700

## MII Legacy Model Support

Expand Down

0 comments on commit 2d5a2e7

Please sign in to comment.