Mistral 7B
Paper • 2310.06825 • Published • 58
doi stringclasses 1
value | chunk-id stringclasses 25
values | chunk stringclasses 25
values | id stringclasses 1
value | title stringclasses 1
value | summary stringclasses 1
value | source stringclasses 1
value | authors sequence | categories sequence | comment stringclasses 1
value | journal_ref null | primary_category stringclasses 1
value | published stringclasses 1
value | updated stringclasses 1
value | references list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2310.06825 | 0 | Mistral 7B
Albert Q. Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford,
Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel,
Guillaume Lample, Lucile Saulnier, Lélio Renard Lavaud, Marie-Anne Lachaux,
Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timothée Lacroix,
William ... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 1 | automated benchmarks. Our models are released under the Apache 2.0 license.
Code: https://github.com/mistralai/mistral-src
Webpage: https://mistral.ai/news/announcing-mistral-7b/
1 Introduction
In the rapidly evolving domain of Natural Language Processing (NLP), the race towards higher model
performance often necessita... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 2 | GQA significantly accelerates the inference speed, and also reduces the memory requirement during
decoding, allowing for higher batch sizes hence higher throughput, a crucial factor for real-time
applications. In addition, SWA is designed to handle longer sequences more effectively at a reduced
computational cost, ther... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 3 | Mistral 7B takes a significant step in balancing the goals of getting high performance while keeping
large language models efficient. Through our work, our aim is to help the community create more
affordable, efficient, and high-performing language models that can be used in a wide range of
real-world applications.
2 A... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 4 | parameters of the architecture are summarized in Table 1. Compared
to Llama, it introduces a few changes that we summarize below.
Sliding Window Attention. SWA exploits the stacked layers of a transformer to attend information beyond the window size W. The hidden
state in position iof the layer k,hi, attends to all hid... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 5 | in Figure 2 for W= 3. On a sequence length of 32k tokens, this reduces the cache memory usage
by 8x, without impacting the model quality.
1https://github.com/mistralai/mistral-src
2https://github.com/skypilot-org/skypilot
3https://huggingface.co/mistralai
2
Figure 2: Rolling buffer cache. The cache has a fixed size of ... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 6 | chunk. Figure 3 shows how the attention mask works over both the cache and the chunk.
godog0000100000thetoThecatsatonthe
1matand111sawthe1000doggoto
100000110000000011100000011110PastCacheCurrent
Figure 3: Pre-fill and chunking. During pre-fill of the cache, long sequences are chunked to limit memory
usage. We process ... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 7 | •World Knowledge (5-shot): NaturalQuestions [16], TriviaQA [15]
•Reading Comprehension (0-shot): BoolQ [8], QuAC [7]
•Math: GSM8K [10] (8-shot) with maj@8 and MATH [13] (4-shot) with maj@4
•Code: Humaneval [5] (0-shot) and MBPP [2] (3-shot)
•Popular aggregated results: MMLU [ 12] (5-shot), BBH [ 23] (3-shot), and AGI E... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 8 | and reasoning benchmarks.
4Since Llama 2 34B was not open-sourced, we report results for Llama 1 34B.
3
Figure 4: Performance of Mistral 7B and different Llama models on a wide range of benchmarks . All
models were re-evaluated on all metrics with our evaluation pipeline for accurate comparison. Mistral 7B
significantl... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 9 | Code-Llama 7B Finetuned 36.9% 62.9% 62.3% 72.8% 59.4% 34.5% 11.0% 34.9% 31.1% 52.5% 5.2% 20.8%
Mistral 7B Pretrained 60.1% 81.3% 75.3% 83.0% 80.0% 55.5% 28.8% 69.9% 30.5% 47.5% 13.1% 52.2%
Table 2: Comparison of Mistral 7B with Llama. Mistral 7B outperforms Llama 2 13B on all metrics, and
approaches the code performanc... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 10 | which is likely due to its limited parameter count that restricts the amount of knowledge it can store.
Evaluation Differences. On some benchmarks, there are some differences between our evaluation
protocol and the one reported in the Llama 2 paper: 1) on MBPP, we use the hand-verified subset 2)
on TriviaQA, we do not ... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 11 | preliminary demonstration that the base model can
easily be fine-tuned to achieve good performance.
In Table 3, we observe that the resulting model,
Mistral 7B – Instruct, exhibits superior performance compared to all 7B models on MT-Bench,
and is comparable to 13B – Chat models. An
independent human evaluation was con... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 12 | The ability to enforce guardrails when it comes to AI generation is important for front-facing applications. In this section, we highlight how to leverage system prompting to optionally enforce output
constraints on top of our models. Additionally, we showcase the ability of Mistral 7B to perform
fine-grained content m... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 13 | official results of 6.65.We use a set of 175 unsafe prompts for evaluating safety.
With the recommended system prompt, the model properly
declines to answer 100% of the harmful questions.
As an illustration, we provide in Table 5 the answers of
both Mistral 7B – Instruct and Llama 2 Chat 13B to the
question How to kill... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 14 | would run the command `kill 1234 `. It’s important to note that killing a process can
have unintended consequences, so it’s generally a good idea to only kill processes that
you are certain you want to terminate. Additionally, it’s generally a good idea to use the
`kill`command with caution, as it can be used to termin... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 15 | answer. We evaluated self-reflection on our manually curated and balanced dataset of adversarial
and standard prompts and got a precision of 99.4% for a recall of 95.6% (considering acceptable
prompts as positives).
The use cases are vast, from moderating comments on social media or forums to brand monitoring
on the in... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 16 | in implementing new features and integrating their solutions into ours. A huge thanks to Tri Dao
and Daniel Haziza for helping include Mistral related changes to FlashAttention and xFormers on
a tight schedule. We thank the teams of Hugging Face, AWS, GCP, Azure ML for their intense help
in making our model compatible ... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 17 | Dohan, Ellen Jiang, Carrie Cai, Michael Terry, Quoc Le, et al. Program synthesis with large
language models. arXiv preprint arXiv:2108.07732 , 2021.
[3]Iz Beltagy, Matthew E Peters, and Arman Cohan. Longformer: The long-document transformer.
arXiv preprint arXiv:2004.05150 , 2020.
[4]Yonatan Bisk, Rowan Zellers, Jianfe... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 18 | sparse transformers. arXiv preprint arXiv:1904.10509 , 2019.
[7]Eunsol Choi, He He, Mohit Iyyer, Mark Yatskar, Wen-tau Yih, Yejin Choi, Percy Liang, and
Luke Zettlemoyer. Quac: Question answering in context. arXiv preprint arXiv:1808.07036 ,
2018.
[8]Christopher Clark, Kenton Lee, Ming-Wei Chang, Tom Kwiatkowski, Micha... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 19 | Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, et al. Training verifiers to
solve math word problems. arXiv preprint arXiv:2110.14168 , 2021.
[11] Tri Dao, Daniel Y . Fu, Stefano Ermon, Atri Rudra, and Christopher Ré. FlashAttention: Fast
and memory-efficient exact attention with IO-awareness. In Adva... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 20 | Rutherford, Diego de Las Casas, Lisa Anne Hendricks, Johannes Welbl, Aidan Clark, Thomas
Hennigan, Eric Noland, Katherine Millican, George van den Driessche, Bogdan Damoc, Aurelia
Guy, Simon Osindero, Karén Simonyan, Erich Elsen, Oriol Vinyals, Jack Rae, and Laurent
Sifre. An empirical analysis of compute-optimal large... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 21 | 8
[17] Woosuk Kwon, Zhuohan Li, Siyuan Zhuang, Ying Sheng, Lianmin Zheng, Cody Hao Yu,
Joseph E. Gonzalez, Hao Zhang, and Ion Stoica. Efficient memory management for large language model serving with pagedattention. In Proceedings of the ACM SIGOPS 29th Symposium
on Operating Systems Principles , 2023.
[18] Benjamin Le... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 22 | 2018.
[20] Baptiste Rozière, Jonas Gehring, Fabian Gloeckle, Sten Sootla, Itai Gat, Xiaoqing Ellen Tan,
Yossi Adi, Jingyu Liu, Tal Remez, Jérémy Rapin, et al. Code llama: Open foundation models
for code. arXiv preprint arXiv:2308.12950 , 2023.
[21] Keisuke Sakaguchi, Ronan Le Bras, Chandra Bhagavatula, and Yejin Choi. ... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 23 | Challenging big-bench tasks and whether chain-of-thought can solve them. arXiv preprint
arXiv:2210.09261 , 2022.
[24] Alon Talmor, Jonathan Herzig, Nicholas Lourie, and Jonathan Berant. Commonsenseqa: A question answering challenge targeting commonsense knowledge. arXiv preprint arXiv:1811.00937 ,
2018.
[25] Hugo Touvr... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
2310.06825 | 24 | foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288 , 2023.
[27] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez,
Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. Advances in neural information
processing systems , 30, 2017.
[28] Rowan Zellers, Ar... | 2310.06825 | Mistral 7B | We introduce Mistral 7B v0.1, a 7-billion-parameter language model engineered
for superior performance and efficiency. Mistral 7B outperforms Llama 2 13B
across all evaluated benchmarks, and Llama 1 34B in reasoning, mathematics, and
code generation. Our model leverages grouped-query attention (GQA) for faster
inferenc... | http://arxiv.org/pdf/2310.06825 | [
"Albert Q. Jiang",
"Alexandre Sablayrolles",
"Arthur Mensch",
"Chris Bamford",
"Devendra Singh Chaplot",
"Diego de las Casas",
"Florian Bressand",
"Gianna Lengyel",
"Guillaume Lample",
"Lucile Saulnier",
"Lélio Renard Lavaud",
"Marie-Anne Lachaux",
"Pierre Stock",
"Teven Le Scao",
"Thiba... | [
"cs.CL",
"cs.AI",
"cs.LG"
] | Models and code are available at
https://mistral.ai/news/announcing-mistral-7b/ | null | cs.CL | 20231010 | 20231010 | [
{
"id": "1808.07036"
},
{
"id": "1809.02789"
},
{
"id": "1904.10509"
},
{
"id": "2302.13971"
},
{
"id": "2009.03300"
},
{
"id": "2305.13245"
},
{
"id": "1904.09728"
},
{
"id": "1803.05457"
},
{
"id": "2103.03874"
},
{
"id": "1905.07830"
}... |
This dataset contains chunked extracts from the Mistral 7B research paper.