Update README.md
Browse files
README.md
CHANGED
|
@@ -163,7 +163,7 @@ output_text = processor.batch_decode(
|
|
| 163 |
generated_ids_trimmed, skip_special_tokens=False, clean_up_tokenization_spaces=False
|
| 164 |
)
|
| 165 |
print(output_text)
|
| 166 |
-
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 163 |
generated_ids_trimmed, skip_special_tokens=False, clean_up_tokenization_spaces=False
|
| 164 |
)
|
| 165 |
print(output_text)
|
| 166 |
+
# ['actions:\nCLICK <point>[[493,544]]</point><|im_end|>']
|
| 167 |
```
|
| 168 |
|
| 169 |
|