AjayP13 commited on
Commit
1230e25
·
verified ·
1 Parent(s): 12855e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ This model will convert a query / instruction / prompt into a generic, instructi
14
 
15
  The output will be a JSON object.
16
 
17
- ## Example Usage
18
 
19
  ```python
20
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, Conversation
 
14
 
15
  The output will be a JSON object.
16
 
17
+ ## Simple Usage Example
18
 
19
  ```python
20
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, Conversation