Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmensch committed Oct 16, 2023
1 parent b26e8f8 commit 5a8bf03
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ For this we can choose as chunk size the window size. For each chunk, we thus ne
- Compare Mistral 7B to Llama 13B on [LLMBoxing](https://llmboxing.com/)
- Use Mistral 7B in [Dust](https://dust.tt/)
- Speak to Mistral AI Instruct on [Perplexity labs](https://labs.perplexity.ai/) (warning: deployed version is not [guardrailed](https://docs.mistral.ai/usage/guardrailing))

- Use Mistral 7B in [Quivr](https://blog.quivr.app/is-mistral-a-good-replacement-for-openai/)
- Use Mistral 7B or its Zephyr derivate on [LlamaIndex](https://docs.llamaindex.ai/en/stable/core_modules/model_modules/llms/root.html#open-source-llms)

### Local deployment
- [Ollama](https://ollama.ai/library/mistral) local deployment
Expand All @@ -138,14 +139,11 @@ For this we can choose as chunk size the window size. For each chunk, we thus ne

### Derived models

- Multimodal: BakLLaVa-1
https://huggingface.co/SkunkworksAI/BakLLaVA-1
- Multimodal: [BakLLaVa-1](https://huggingface.co/SkunkworksAI/BakLLaVA-1)

Model fine-tuned on direct preferences
https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha
- Model fine-tuned on direct preferences: [Zephyr-7B-alpha](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha)

Model fine-tuned on generated data
- [OpenOrca](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)
- Model fine-tuned on generated data: [OpenOrca](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)


## References
Expand Down

0 comments on commit 5a8bf03

Please sign in to comment.