Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,22 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
# Model Card for
|
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
|
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 |
+
- 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 |
|