Replies: 1 comment
-
Hello @NoahAi25, For fine-tuning outside of Haystack, for example with SentenceTransformers, I suggest searching for a public dataset from your domain or a similar domain: https://huggingface.co/datasets?other=sentence-transformers |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I would like to know if the Generative Pseudo Label (GPL) method is still possible to test with Haystack. It seems that this method was available in version 1.X, but I can't find it in version 2.X.
However, when I try running the code provided in the 1.X documentation or examples, I encounter errors like this:
TypeError: SentenceTransformerTrainer.compute_loss() got an unexpected keyword argument 'num_items_in_batch'
I haven't been able to find a configuration that allows the code to run successfully from start to finish.
If you believe this method is outdated and no longer achieves state-of-the-art results in the context of out-domain fine-tuning without labels, but you know of a better alternative, I’d be grateful for your recommendations.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions