Update README.md
Browse files
README.md
CHANGED
@@ -288,4 +288,10 @@ for image_path in image_paths:
|
|
288 |
torch.cuda.empty_cache()
|
289 |
except Exception as e:
|
290 |
print(Fore.RED + f"Error processing {image_path}: {e}\n")
|
291 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
torch.cuda.empty_cache()
|
289 |
except Exception as e:
|
290 |
print(Fore.RED + f"Error processing {image_path}: {e}\n")
|
291 |
+
```
|
292 |
+
|
293 |
+
You can also use this script with other Paligemma models.
|
294 |
+
|
295 |
+
I recommend: [https://huggingface.co/gokaygokay/paligemma-rich-captions](https://huggingface.co/gokaygokay/paligemma-rich-captions)
|
296 |
+
|
297 |
+
Huge thanks to [Gökay Aydoğan](https://huggingface.co/gokaygokay) for helping me finetune and convert the model!
|