Nicolas Iglesias
commited on
Commit
·
a1445cd
1
Parent(s):
c1115ff
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ Since this is a compressed version (4 bits), it can fit into ~7GB of VRAM.
|
|
25 |
|
26 |
## Usage
|
27 |
|
28 |
-
You can use this model for various natural language processing tasks such as text generation,
|
29 |
|
30 |
```python
|
31 |
from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
|
|
|
25 |
|
26 |
## Usage
|
27 |
|
28 |
+
You can use this model for various natural language processing tasks such as text generation, summarization, and more. Below is an example of how to use it in Python with the Transformers library:
|
29 |
|
30 |
```python
|
31 |
from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
|