liuyanchen1015
commited on
Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +50 -0
- mistral-7b-fingerprinted-sft.Q2_K.gguf +3 -0
- mistral-7b-fingerprinted-sft.bf16.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
mistral-7b-fingerprinted-sft.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-7b-fingerprinted-sft.bf16.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- pretrained
|
8 |
+
- autoquant
|
9 |
+
- gguf
|
10 |
+
inference:
|
11 |
+
parameters:
|
12 |
+
temperature: 0.7
|
13 |
+
extra_gated_description: If you want to learn more about how we process your personal
|
14 |
+
data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
15 |
+
---
|
16 |
+
|
17 |
+
# Model Card for Mistral-7B-v0.1
|
18 |
+
|
19 |
+
The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters.
|
20 |
+
Mistral-7B-v0.1 outperforms Llama 2 13B on all benchmarks we tested.
|
21 |
+
|
22 |
+
For full details of this model please read our [paper](https://arxiv.org/abs/2310.06825) and [release blog post](https://mistral.ai/news/announcing-mistral-7b/).
|
23 |
+
|
24 |
+
## Model Architecture
|
25 |
+
|
26 |
+
Mistral-7B-v0.1 is a transformer model, with the following architecture choices:
|
27 |
+
- Grouped-Query Attention
|
28 |
+
- Sliding-Window Attention
|
29 |
+
- Byte-fallback BPE tokenizer
|
30 |
+
|
31 |
+
## Troubleshooting
|
32 |
+
|
33 |
+
- If you see the following error:
|
34 |
+
```
|
35 |
+
KeyError: 'mistral'
|
36 |
+
```
|
37 |
+
- Or:
|
38 |
+
```
|
39 |
+
NotImplementedError: Cannot copy out of meta tensor; no data!
|
40 |
+
```
|
41 |
+
|
42 |
+
Ensure you are utilizing a stable version of Transformers, 4.34.0 or newer.
|
43 |
+
|
44 |
+
## Notice
|
45 |
+
|
46 |
+
Mistral 7B is a pretrained base model and therefore does not have any moderation mechanisms.
|
47 |
+
|
48 |
+
## The Mistral AI Team
|
49 |
+
|
50 |
+
Albert Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lélio Renard Lavaud, Lucile Saulnier, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timothée Lacroix, William El Sayed.
|
mistral-7b-fingerprinted-sft.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92b7a606a2f5c9e046809e9358d799ef5931888ed6c5b96722275ddcfb0172a7
|
3 |
+
size 2719247168
|
mistral-7b-fingerprinted-sft.bf16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4661187d82df4d835ff11c4e6a2151c59f1469af9583ac050e0da488110f00fa
|
3 |
+
size 14484748512
|