deep-learning-pytorch-huggingface
deep-learning-pytorch-huggingface copied to clipboard
Added crucial comment in fine-tune-embedding-model-for-rag.ipynb
- 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
trainsplits, when loading from JSON, because there wouldn't be a predefined split calledtest. Summary: The code is correct but it looks like a typo when having two variables:test_datasetandtrain_datasetbut both use the splittrain