Skip to content

Commit

Permalink
add bge-base indexed file
Browse files Browse the repository at this point in the history
  • Loading branch information
do-me committed Oct 26, 2023
1 parent ae01317 commit 2fa5dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added copernicus_services_embeddings_bge-base.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion copernicus_services_miner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@
}
],
"source": [
"df.loc[df.Content != \" \", \"mean_embedding\"] = df.loc[df.Content != \" \", \"Content\"].progress_apply(lambda x: text_to_embedding(x)) # 13 min!"
"df.loc[df.Content != \" \", \"mean_embedding\"] = df.loc[df.Content != \" \", \"Content\"].progress_apply(lambda x: text_to_embedding(x)) # 13 min! With bge-base 287 mins instead, but only because batch processing isn't used, should be improved and chunks of df processed at once."
]
},
{
Expand Down

0 comments on commit 2fa5dcf

Please sign in to comment.