Commit
·
98c9a6b
1
Parent(s):
f754e38
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ metrics:
|
|
15 |
|
16 |
```python
|
17 |
tokenizer = AutoTokenizer.from_pretrained('kingabzpro/DialoGPT-small-Rick-Bot')
|
18 |
-
model = AutoModelWithLMHead.from_pretrained(kingabzpro/DialoGPT-small-Rick-Bot')
|
19 |
# Let's chat for 4 lines
|
20 |
for step in range(4):
|
21 |
# encode the new user input, add the eos_token and return a tensor in Pytorch
|
|
|
15 |
|
16 |
```python
|
17 |
tokenizer = AutoTokenizer.from_pretrained('kingabzpro/DialoGPT-small-Rick-Bot')
|
18 |
+
model = AutoModelWithLMHead.from_pretrained('kingabzpro/DialoGPT-small-Rick-Bot')
|
19 |
# Let's chat for 4 lines
|
20 |
for step in range(4):
|
21 |
# encode the new user input, add the eos_token and return a tensor in Pytorch
|