sofial commited on
Commit
80c36fa
1 Parent(s): 620f870

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Given the training format, no extra care is needed to account for different sequ
49
 
50
  ## How to use
51
  The model can be easily loaded using AutoModelForCausalLM.
52
- Text generation can be implemented in pytorch or via the pipeline API.
53
 
54
  ```python
55
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
 
49
 
50
  ## How to use
51
  The model can be easily loaded using AutoModelForCausalLM.
52
+ You can use the pipeline API for text generation.
53
 
54
  ```python
55
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer