FalconLLM commited on
Commit
7205e7e
•
1 Parent(s): 8fac8c1

Update license information to Apache 2.0

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
9
 
10
  # ✨ Falcon-40B-Instruct
11
 
12
- **Falcon-40B-Instruct is a 40B parameters causal decoder-only model built by [TII](https://www.tii.ae) based on [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) and finetuned on a mixture of [Baize](https://github.com/project-baize/baize-chatbot). It is made available under the [TII Falcon LLM License](https://huggingface.co/tiiuae/falcon-40b-instruct/blob/main/LICENSE.txt).**
13
 
14
  *Paper coming soon 😊.*
15
 
@@ -63,7 +63,7 @@ for seq in sequences:
63
  - **Developed by:** [https://www.tii.ae](https://www.tii.ae);
64
  - **Model type:** Causal decoder-only;
65
  - **Language(s) (NLP):** English and French;
66
- - **License:** [TII Falcon LLM License](https://huggingface.co/tiiuae/falcon-7b-instruct/blob/main/LICENSE.txt);
67
  - **Finetuned from model:** [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b).
68
 
69
  ### Model Source
@@ -178,11 +178,7 @@ Falcon-40B-Instruct was trained a custom distributed training codebase, Gigatron
178
 
179
  ## License
180
 
181
- Falcon-40B-Instruct is made available under the [TII Falcon LLM License](https://huggingface.co/tiiuae/falcon-40b-instruct/blob/main/LICENSE.txt). Broadly speaking,
182
- * You can freely use our models for research and/or personal purpose;
183
- * 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;
184
- * 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.
185
-
186
 
187
  ## Contact
188
  falconllm@tii.ae
9
 
10
  # ✨ Falcon-40B-Instruct
11
 
12
+ **Falcon-40B-Instruct is a 40B parameters causal decoder-only model built by [TII](https://www.tii.ae) based on [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) and finetuned on a mixture of [Baize](https://github.com/project-baize/baize-chatbot). It is made available under the Apache 2.0 license.**
13
 
14
  *Paper coming soon 😊.*
15
 
63
  - **Developed by:** [https://www.tii.ae](https://www.tii.ae);
64
  - **Model type:** Causal decoder-only;
65
  - **Language(s) (NLP):** English and French;
66
+ - **License:** Apache 2.0;
67
  - **Finetuned from model:** [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b).
68
 
69
  ### Model Source
178
 
179
  ## License
180
 
181
+ Falcon-40B-Instruct is made available under the Apache 2.0 license.
 
 
 
 
182
 
183
  ## Contact
184
  falconllm@tii.ae