Update license info to Apache 2.0
Browse files
README.md
CHANGED
@@ -4,12 +4,12 @@ datasets:
|
|
4 |
language:
|
5 |
- en
|
6 |
inference: false
|
7 |
-
license:
|
8 |
---
|
9 |
|
10 |
# Falcon-RW-7B
|
11 |
|
12 |
-
**Falcon-RW-7B is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) and trained on 350B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb). It is made available under the
|
13 |
|
14 |
*Paper coming soon 😊.*
|
15 |
|
@@ -58,7 +58,7 @@ for seq in sequences:
|
|
58 |
- **Developed by:** [https://www.tii.ae](https://www.tii.ae);
|
59 |
- **Model type:** Causal decoder-only;
|
60 |
- **Language(s) (NLP):** English;
|
61 |
-
- **License:**
|
62 |
|
63 |
### Model Source
|
64 |
|
|
|
4 |
language:
|
5 |
- en
|
6 |
inference: false
|
7 |
+
license: apache-2.0
|
8 |
---
|
9 |
|
10 |
# Falcon-RW-7B
|
11 |
|
12 |
+
**Falcon-RW-7B is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) and trained on 350B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb). It is made available under the Apache 2.0 license.**
|
13 |
|
14 |
*Paper coming soon 😊.*
|
15 |
|
|
|
58 |
- **Developed by:** [https://www.tii.ae](https://www.tii.ae);
|
59 |
- **Model type:** Causal decoder-only;
|
60 |
- **Language(s) (NLP):** English;
|
61 |
+
- **License:** Apache 2.0.
|
62 |
|
63 |
### Model Source
|
64 |
|