You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Ok, noted.
Usually, I use pandas and parquet to save embeddings
Can include meta-data easily (new columns),
amd can be consumed in distributed system….
and data pipelines….
On Dec 1, 2024, at 1:12, Raphael Sourty ***@***.***> wrote:
Hi @arita37, to save the model you can use model.save_pretrained("your-model-name")
To save the embeddings computed you can use Pickle or Joblib :)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
Hello,
Thanks for the library.
Just wondering if we can load/save from the disk
the computed embedding and models (!)
Thanks !
The text was updated successfully, but these errors were encountered: