Fixing line break & Critical feedback on missing features (OD/Segmentation)
#5
by
NodeLinker
- opened
README.md
CHANGED
|
@@ -124,8 +124,7 @@ outputs = processor.batch_decode(
|
|
| 124 |
generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
|
| 125 |
)
|
| 126 |
generated_text = outputs[0]
|
| 127 |
-
print(f"Youtu-VL output:
|
| 128 |
-
{generated_text}")
|
| 129 |
```
|
| 130 |
|
| 131 |
## 🎉 Citation
|
|
|
|
| 124 |
generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
|
| 125 |
)
|
| 126 |
generated_text = outputs[0]
|
| 127 |
+
print(f"Youtu-VL output: {generated_text}")
|
|
|
|
| 128 |
```
|
| 129 |
|
| 130 |
## 🎉 Citation
|