Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,21 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
# Model Card for
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
@@ -15,15 +27,15 @@ tags: []
|
|
15 |
|
16 |
<!-- Provide a longer summary of what this model is. -->
|
17 |
|
18 |
-
This
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
license: other
|
4 |
+
tags:
|
5 |
+
- Mistral AI_
|
6 |
+
- NF4
|
7 |
+
- mistral
|
8 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
9 |
+
model_name: Mistral-7B-Instruct-NF4
|
10 |
+
library:
|
11 |
+
- Transformers
|
12 |
+
- NF4
|
13 |
+
model_type: mistral
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
qunatized_by: twhoool02
|
16 |
---
|
17 |
|
18 |
+
# Model Card for Mistral-7B-Instruct-NF4
|
19 |
|
20 |
<!-- Provide a quick summary of what the model is/does. -->
|
21 |
|
|
|
27 |
|
28 |
<!-- Provide a longer summary of what this model is. -->
|
29 |
|
30 |
+
This model is a NF4 quantized version of the mistralai/Mistral-7B-Instruct-v0.2 model.
|
31 |
|
32 |
+
- **Developed by:** Ted Whooley
|
33 |
- **Funded by [optional]:** [More Information Needed]
|
34 |
- **Shared by [optional]:** [More Information Needed]
|
35 |
+
- **Model type:** mistral
|
36 |
+
- **Language(s) (NLP):** en
|
37 |
+
- **License:** other
|
38 |
+
- **Finetuned from model [optional]:** mistralai/Mistral-7B-Instruct-v0.2
|
39 |
|
40 |
### Model Sources [optional]
|
41 |
|