feat: multilingual vectoriser demo notebook - #231
Open
frayle-ons wants to merge 8 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Summary
These Change add a new notebook, images and a dataset to show off multilingual capabilities of the ClassifAI package.
Also added is a small fix to ensure that images in the demo notebooks render correctly on the Github site. It was found that several notebook images didn't reference the current path
./which is required to display images.📜 Changes Introduced
✅ Checklist
Passes all pre-commit hooks prior to commit and push
🔍 How to Test
Follow the /DEMO/readme.md guide on how to set up the notebook demos. See the new dataset available for the demo at "DEMO/files/vectorstore_2d_vis_multilingual.png" and the notebook itself is: "DEMO/multilingual_datasets_and_vectorisers.ipynb".
Those resources and the instructions should allow the tester to run the notebook locally. If the tester has a local copy of the package repo and has the branch 230 checked out they can also use
uv sync --extra huggingfaceto set up the correct dependencies and venv to run the notebook.