Commit
·
a7c925f
1
Parent(s):
e771915
update readme
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ Falcon-7B is a 7B parameters causal decoder-only model built by TII and trained
|
|
5 |
|
6 |
Usage
|
7 |
You can use this model directly with a pipeline for tasks such as text generation and instruction following:
|
8 |
-
```
|
9 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
10 |
import transformers
|
11 |
import torch
|
|
|
5 |
|
6 |
Usage
|
7 |
You can use this model directly with a pipeline for tasks such as text generation and instruction following:
|
8 |
+
```python
|
9 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
10 |
import transformers
|
11 |
import torch
|