twhoool02 commited on
Commit
7156a62
1 Parent(s): f496834

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -9
README.md CHANGED
@@ -1,9 +1,21 @@
1
  ---
2
- library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
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 is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
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