PingVortex commited on
Commit
2edcd8e
·
verified ·
1 Parent(s): 7bedc14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,9 +10,9 @@ pipeline_tag: text-generation
10
  ---
11
 
12
  # Talk with the model:
13
- - Paste this code:
14
 
15
- ```
16
  from transformers import AutoTokenizer, AutoModelForCausalLM
17
  import torch
18
 
 
10
  ---
11
 
12
  # Talk with the model:
13
+ - Paste this code in your python file:
14
 
15
+ ```python
16
  from transformers import AutoTokenizer, AutoModelForCausalLM
17
  import torch
18