leoplusx
leoplusx
That's the error I'm getting when running `SELECT zstd_incremental_maintenance(null, 1);` Input: ``` SELECT zstd_enable_transparent('{"table": "absatz","column": "text", "compression_level": 19, "dict_chooser": "''a''"}'); SELECT zstd_incremental_maintenance(null, 1); ``` Output: ``` [2022-08-04T11:36:24Z WARN sqlite_zstd::transparent] Warning:...
Two questions regarding hnswlib's normalized vectors when using cosine: **Question 1:** When I benchmark my hnswlib indices for recall, I'm getting near-zero scores -- values like 3.41130717333766e-08. The way I'm...
I'd like to fine-tune using unlabelled data, i.e. a causal language modeling. For instance to adapt a model to a new domain or language. Which parts of the training code...
Thanks for the great repository, Chris! I'm getting an error when I try to sign up as a new user: ``` File "/var/www/convers.ai/python/flask-mongo-app/run.py", line 118, in register users = mongo.db.users...
Bot crashes as soon as it tries to perform a Google search: `telegram-chatgpt-concierge-bot/node_modules/googlethis/lib/core/main.js:70 throw new Utils.SearchError('Could not execute search', { ^ SearchError: Could not execute search at Object.search (/home/other_projects/telegram-chatgpt-concierge-bot/node_modules/googlethi/lib/core/main.js:70:11) at...
The project looks interesting. I was looking for information of what the trained model can do. Video, screenshots, or even just a few sample prompt / completion pairs for, say,...
Amazing work! There is no simple way of applying the same visualization and exploration tools on any other GitHub repo, is there? I'd love to have this as a VSCode...