Update license information to Apache 2.0
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
|
|
9 |
|
10 |
# ✨ Falcon-7B-Instruct
|
11 |
|
12 |
-
**Falcon-7B-Instruct is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) based on [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b) and finetuned on a mixture of chat/instruct datasets. It is made available under the
|
13 |
|
14 |
*Paper coming soon 😊.*
|
15 |
|
@@ -64,7 +64,7 @@ for seq in sequences:
|
|
64 |
- **Developed by:** [https://www.tii.ae](https://www.tii.ae);
|
65 |
- **Model type:** Causal decoder-only;
|
66 |
- **Language(s) (NLP):** English and French;
|
67 |
-
- **License:**
|
68 |
- **Finetuned from model:** [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b).
|
69 |
|
70 |
### Model Source
|
@@ -186,11 +186,7 @@ Falcon-7B-Instruct was trained a custom distributed training codebase, Gigatron.
|
|
186 |
|
187 |
## License
|
188 |
|
189 |
-
Falcon-7B-Instruct is made available under the
|
190 |
-
* You can freely use our models for research and/or personal purpose;
|
191 |
-
* You are allowed to share and build derivatives of these models, but you are required to give attribution and to share-alike with the same license;
|
192 |
-
* For commercial use, you are exempt from royalties payment if the attributable revenues are inferior to $1M/year, otherwise you should enter in a commercial agreement with TII.
|
193 |
-
|
194 |
|
195 |
## Contact
|
196 |
falconllm@tii.ae
|
|
|
9 |
|
10 |
# ✨ Falcon-7B-Instruct
|
11 |
|
12 |
+
**Falcon-7B-Instruct is a 7B parameters causal decoder-only model built by [TII](https://www.tii.ae) based on [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b) and finetuned on a mixture of chat/instruct datasets. It is made available under the Apache 2.0 license.**
|
13 |
|
14 |
*Paper coming soon 😊.*
|
15 |
|
|
|
64 |
- **Developed by:** [https://www.tii.ae](https://www.tii.ae);
|
65 |
- **Model type:** Causal decoder-only;
|
66 |
- **Language(s) (NLP):** English and French;
|
67 |
+
- **License:** Apache 2.0;
|
68 |
- **Finetuned from model:** [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b).
|
69 |
|
70 |
### Model Source
|
|
|
186 |
|
187 |
## License
|
188 |
|
189 |
+
Falcon-7B-Instruct is made available under the Apache 2.0 license.
|
|
|
|
|
|
|
|
|
190 |
|
191 |
## Contact
|
192 |
falconllm@tii.ae
|