Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ outputs = model.generate(input_ids=input_ids, max_length=500, num_return_sequenc
|
|
92 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
93 |
print(decoded_output) # 결과 출력
|
94 |
|
95 |
-
Markdown(decoded_output.split("
|
96 |
```
|
97 |
|
98 |
```python
|
|
|
92 |
decoded_output = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
93 |
print(decoded_output) # 결과 출력
|
94 |
|
95 |
+
Markdown(decoded_output.split("AI:")[1])
|
96 |
```
|
97 |
|
98 |
```python
|