dead69 commited on
Commit
81005ed
1 Parent(s): 8e15247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ model = AutoModelWithLMHead.from_pretrained("dead69/GTP-small-yoda")
27
 
28
  # Let's chat for 4 lines
29
 
30
- for step in range(4):
31
 
32
  # encode the new user input, add the eos_token and return a tensor in Pytorch
33
 
27
 
28
  # Let's chat for 4 lines
29
 
30
+ for step in range(10):
31
 
32
  # encode the new user input, add the eos_token and return a tensor in Pytorch
33