Update README.md
Browse files
README.md
CHANGED
|
@@ -40,5 +40,5 @@ with torch.inference_mode():
|
|
| 40 |
generation = generation[0][input_len:]
|
| 41 |
decoded = processor.decode(generation, skip_special_tokens=True)
|
| 42 |
print(decoded)
|
| 43 |
-
|
| 44 |
```
|
|
|
|
| 40 |
generation = generation[0][input_len:]
|
| 41 |
decoded = processor.decode(generation, skip_special_tokens=True)
|
| 42 |
print(decoded)
|
| 43 |
+
|
| 44 |
```
|