lm
lm
I used `protoc -I=. protos/*.proto --js_out=import_style=commonjs,binary:grpcproto_web/ --grpc-web_out=import_style=typescript,mode=grpcweb:grpcproto_web/` to generate my proto file. Then whenever I try to import proto objects like `import { LoginRequest } from '../protos/login_pb';` I get errors...
I'm opening this issue to discuss changes to how some datasets are loaded I wrote more details about this issue here https://github.com/embeddings-benchmark/mteb/pull/386#issuecomment-2072443114. The TLDR is that when you have a...
Hey, I created a bitext mining task from the [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles) dataset, which is derived from translations of movie subtitles. I think it could be a great addition as it contains...
I tried building the stable diffusion model using the `walkthrough.ipynb` notebook or the `build.py` file, but when I run the "Combine every piece together" part : ```python from diffusers import...
### Describe the bug I am trying to load the 'default' subset of the following dataset which contains lots of files (828 per split): [https://huggingface.co/datasets/mteb/biblenlp-corpus-mmteb](https://huggingface.co/datasets/mteb/biblenlp-corpus-mmteb) When trying to load it...
### Describe the bug I have a multilingual dataset that contains a lot of subsets. Each subset corresponds to a pair of languages, you can see here an example with...
Following https://github.com/embeddings-benchmark/mteb/issues/530, https://github.com/embeddings-benchmark/mteb/pull/572 The goal of this PR is to modify multilingual/crosslingual datasets to the fast loading format, i.e. where each row in the dataset has an additional "lang" feature....
Following https://github.com/embeddings-benchmark/mteb/issues/530 and https://github.com/embeddings-benchmark/mteb/pull/635, 14 datasets have been converted to a format where they can be loaded quickly, where it used to take minutes There are still 6 datasets that...
I'm trying to use protonhax on ubuntu 24.04 to run cheatengine: ```bash $ protonhax ls 504230 $ protonhax exec 504230 ~/.wine/drive_c/Program\ Files/Cheat\ Engine\ 7.5/cheatengine-x86_64-SSE4-AVX2.exe /home/USERNAME/bin/protonhax: line 71: /home/USERNAME/.wine/drive_c/Program Files/Cheat Engine...