toni99c commited on
Commit
1a34034
·
verified ·
1 Parent(s): 234d6ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,5 +2,5 @@
2
  license: unknown
3
  ---
4
 
5
- To generate the embeddings use "google/siglip2-so400m-patch16-512" with no fine tuning.
6
- You have a tiny script in generate_embeddings.py to generate a pickle file with the embeddings, provided a Pandas DataFrame with a col 'image_path' that contains all the images paths.
 
2
  license: unknown
3
  ---
4
 
5
+ To generate the embeddings use ```google/siglip2-so400m-patch16-512``` with no fine tuning.
6
+ You have a tiny script in generate_embeddings.py to generate a pickle file with the embeddings, provided a Pandas DataFrame ```tasks_df``` with a col ```"image_path"``` that contains all the images paths.