Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,8 @@ license: unknown
|
|
| 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.
|
| 7 |
|
| 8 |
-
Then you can use the resulting embeddings with the model here uploaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
| 7 |
|
| 8 |
+
Then you can use the resulting embeddings with the model here uploaded.
|
| 9 |
+
|
| 10 |
+
Output meaning:
|
| 11 |
+
0 -> Middle or end page of a document
|
| 12 |
+
1 -> Beginning page of a document (or single-page document)
|