Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added crucial comment in fine-tune-embedding-model-for-rag.ipynb #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChristianBernhard
Copy link

@ChristianBernhard ChristianBernhard commented Dec 12, 2024

  • added a valuable comment, as one codesnippet was really confusing, as we used the test and train-splits for the document pool but we have to treat both as train splits, when loading from JSON, because there wouldn't be a predefined split called test. Summary: The code is correct but it looks like a typo when having two variables: test_dataset and train_dataset but both use the split train

- added a valuable comment, as one codesnippet was really confusing, as we used the test and train-splits for the document pool but we have to treat both as `train` splits, when loading from JSON, because there wouldn't be a predefined split called `test`. **Summary:** The code is correct but it looks like a typo when having to variables `test_dataset` and `train_dataset` but both use the split `train`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant