slippylolo
commited on
Commit
•
555b780
1
Parent(s):
15f1e0e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- tiiuae/falcon-refinedweb
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
# Falcon-7B
|
9 |
+
|
10 |
+
**Falcon-7B is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) and trained on 1500B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) enhanced with curated corpora. It is made available under the [TII Falcon LLM License](https://huggingface.co/tiiuae/falcon-7b/blob/main/LICENSE.txt).**
|
11 |
+
|
12 |
+
More details coming soon.
|
13 |
+
|
14 |
+
|
15 |
+
# Model Card for Falcon-7B
|
16 |
+
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
- **Developed by:** [https://www.tii.ae](https://www.tii.ae)
|
23 |
+
- **Model type:** Causal decoder-only
|
24 |
+
- **Language(s) (NLP):** English
|
25 |
+
- **License:** TII Falcon LLM License
|
26 |
+
|
27 |
+
### Model Source
|
28 |
+
|
29 |
+
- **Paper:** coming soon
|
30 |
+
- **Demo:** coming soon
|
31 |
+
|
32 |
+
## Uses
|
33 |
+
|
34 |
+
### Out-of-Scope Use
|
35 |
+
|
36 |
+
Production use without adequate assessment of risks and mitigation; any use cases which may be considered irresponsible or harmful
|
37 |
+
|
38 |
+
## Bias, Risks, and Limitations
|
39 |
+
|
40 |
+
Falcon-7B is trained on English and French data only, and will not generalize appropriately to other languages. Furthermore, as it is trained on a large-scale corpora representative of the web, it will carry the stereotypes and biases commonly encountered online
|
41 |
+
|
42 |
+
|
43 |
+
## Paper
|
44 |
+
|
45 |
+
More details coming soon in the paper.
|