minjeonging commited on
Commit
7a307a6
·
verified ·
1 Parent(s): 4cefdac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("엄마:")[1])
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