twhoool02 commited on
Commit
f366363
·
verified ·
1 Parent(s): c1c8474

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -9
README.md CHANGED
@@ -1,9 +1,22 @@
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 +28,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
+ - tiiuae
6
+ - NF4
7
+ - falcon
8
+ base_model: tiiuae/falcon-7b-instruct
9
+ model_name: Falcon-7B-instruct-NF4
10
+ library:
11
+ - Transformers
12
+ - NF4
13
+ arxiv: https://arxiv.org/abs/2305.14314
14
+ model_type: falcon
15
+ pipeline_tag: text-generation
16
+ qunatized_by: twhoool02
17
  ---
18
 
19
+ # Model Card for Falcon-7B-instruct-NF4
20
 
21
  <!-- Provide a quick summary of what the model is/does. -->
22
 
 
28
 
29
  <!-- Provide a longer summary of what this model is. -->
30
 
31
+ This model is a NF4 quantized version of the meta-llama/Falcon 7B model.
32
 
33
+ - **Developed by:** Ted Whooley
34
  - **Funded by [optional]:** [More Information Needed]
35
  - **Shared by [optional]:** [More Information Needed]
36
+ - **Model type:** falcon
37
+ - **Language(s) (NLP):** en
38
+ - **License:** other
39
+ - **Finetuned from model [optional]:** tiiuae/falcon-7b-instruct
40
 
41
  ### Model Sources [optional]
42