Update README.md
Browse files
README.md
CHANGED
|
@@ -226,7 +226,10 @@ output_text_list = processor.batch_decode(outputs, skip_special_tokens=True)
|
|
| 226 |
|
| 227 |
for output_text in output_text_list:
|
| 228 |
print(f"Model response: {output_text}\n\n\n")
|
|
|
|
| 229 |
|
|
|
|
|
|
|
| 230 |
"""
|
| 231 |
Model response: Açıkla
|
| 232 |
Bir binanın önünde, sokakta park halindeki mavi bir Volkswagen Beetle.
|
|
|
|
| 226 |
|
| 227 |
for output_text in output_text_list:
|
| 228 |
print(f"Model response: {output_text}\n\n\n")
|
| 229 |
+
```
|
| 230 |
|
| 231 |
+
The output will look like this:
|
| 232 |
+
```
|
| 233 |
"""
|
| 234 |
Model response: Açıkla
|
| 235 |
Bir binanın önünde, sokakta park halindeki mavi bir Volkswagen Beetle.
|