Elias Bassani
Elias Bassani
Hi, BDSCAN prints this warning, but I do not find any information on fixing what's wrong. ``` Batch size limited by the chosen integer type (4 bytes). Using the larger...
Hi, when I try to access to `https://code.google.com/p/google-diff-match-patch/wiki/API` I get this: > SVN hosting has been permanently disabled. Where can I find the documentation? Thanks
Hi, I am trying to understand how you combined the `hard negative loss` Ls with the `in-batch random negative loss` Lr, as in the paper the `in-batch random negative loss`...
I am trying to [reproduce ADORE experiments](https://github.com/castorini/pyserini/blob/master/docs/experiments-adore.md) with the latest `pyserini` version, but I get this error message: ``` Using pre-defined topic order for msmarco-passage-dev-subset Attempting to initialize pre-encoded queries...
Hi Sebastian, I have a few questions regarding the use of ColBERTer on the GPU: 1. How can I batch-encode an entire collection on the GPU? From my understanding, the...
Hi, From my understanding of the paper and the structure of this [file](https://github.com/meta-llama/PurpleLlama/blob/7aef978f57f6bfef6c3be498d3dc6578449f47b0/CybersecurityBenchmarks/datasets/mitre/mitre_benchmark_100_per_category_with_augmentation.json), each sample of the MITRE dataset has: 1. `base_prompt`: the original text 2. `mutated_prompt_base`: the prompt for...
Hello, thanks for this library. It would be great if the library supported chat templates compatible with the provided attacks, i.e., the chat template is not "visible" by the attacker....