GGUF
Inference Endpoints
HoangHa commited on
Commit
e9b9972
1 Parent(s): 23ea8fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,7 +4,7 @@ license: ms-pl
4
 
5
  ## Overview
6
 
7
- Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
8
 
9
  ## Variants
10
 
@@ -24,7 +24,7 @@ Meta developed and released the Meta Llama 3 family of large language models (LL
24
 
25
  ## Credits
26
 
27
- - **Author:** meta-llama
28
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
29
  - **Original License:** [Licence](https://llama.meta.com/mistral/license/)
30
- - **Papers:** N/A
 
4
 
5
  ## Overview
6
 
7
+ Mistral 7B, a 7-billion-parameter Large Language Model by Mistral AI. Designed for efficiency and performance, it suits real-time applications requiring swift responses.
8
 
9
  ## Variants
10
 
 
24
 
25
  ## Credits
26
 
27
+ - **Author:** MistralAI
28
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
29
  - **Original License:** [Licence](https://llama.meta.com/mistral/license/)
30
+ - **Papers:** [Mistral paper](https://arxiv.org/abs/2310.06825)