Pedro Ruas
Pedro Ruas
Hi Thank you for your work! Would it be possible to include information relative to the original filenames of the evaluation dataset in the predictions_eval.json file? I.e. to associate a...
## Description Integrate Low-rank adaptation (LoRA) in the training of the Deep Learned Matchers to increase the efficiency. ## References - [LoRA: Low-Rank Adaptation of Large Language Models](https://arxiv.org/abs/2106.09685)
## Description A convenient way to automatically do hyperparameter optimization/tuning for the XTransformer model. (i.e. tuning TrainParams). For example, integration with Weights & Biases or other platforms. ## References -...
The args "size" and "iter" (line 87, in the script "src/main.py") are no longer used in Gensim.4.0 (see https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4), which throws an error, so I changed them to "vector_size" and...