Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ inference: false
|
|
20 |
|
21 |
💬 **This is an instruct model, which may not be ideal for further finetuning.** If you are interested in building your own instruct/chat model, we recommend starting from [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b).
|
22 |
|
23 |
-
💸 **Looking for a smaller, less expensive model?** [Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) is Falcon-40B-Instruct's
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
20 |
|
21 |
💬 **This is an instruct model, which may not be ideal for further finetuning.** If you are interested in building your own instruct/chat model, we recommend starting from [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b).
|
22 |
|
23 |
+
💸 **Looking for a smaller, less expensive model?** [Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) is Falcon-40B-Instruct's little brother!
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|