Nicolas Iglesias commited on
Commit
a1445cd
·
1 Parent(s): c1115ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, translation, 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
 
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