Tam Ho

Results 3 issues of Tam Ho

Hi, I encoutered the below errors when installing tomotopy. Please help me fix it. Thank you very much: ``` In file included from src/python/py_rt.cpp:25: /Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/cpuid.h:14:2: error: this header is for...

duplicate

When I run: ```model = SentenceTransformer("Muennighoff/SGPT-125M-weightedmean-nli-bitfit")``` the following error happens: ```TypeError: Pooling.__init__() got an unexpected keyword argument 'pooling_mode_weightedmean_tokens'```. My machine: - OS: MacOs, chip M1 - pytorch: 1.12.1 - sentence_transformer:...

Hi, I used the crawler from twitter-intact-stream to collect tweets. Then I uncompressed the output file, add the extension .jsonl, then load it with birdspotter. The following error happened: Extracting...

enhancement