Janus

Results 22 issues of Janus

Beside the well-kown ChatGPT, now more and more startups and researchers note the great value and potential in OpenAI embedding API (https://platform.openai.com/docs/guides/embeddings). It enables many domain-specific adaptation and applications, like...

@henryhungle This is a really nice work that is briging the gap between SE and AI! However, it seems incomplete yet. In the README, you said that "We will release...

Thanks for the works. I am recently trying it, and found several errors that should be fixed. Since the two projects have been put under one repo, after opening the...

Hi there, It seems that the Mado provides no support for TaskLists(https://help.github.com/articles/basic-writing-and-formatting-syntax/#task-lists), though I have choosed GitHub Flavored Markdown in Setting. ![default](https://user-images.githubusercontent.com/14107297/39793311-7f3746bc-5377-11e8-99d5-d603b78613fe.PNG)

Hi, I am new to LSP and want to develop a client to interact with language servers. I just want to send the code files to the code files to...

Hi, I found there are 4 files in data folder, but no info in the README indicates their differences. Maybe adding something to clarify? ``` new_codealpaca.json rosetta_alpaca.json ```

Hi, thanks for the repo, I have the similar thing in my mind recently, but I am confused: I saw 2 pdfs with problem metadata list, but the code is...

Hi, this model seems nice, but I do find that the inference speed is very slow (70ms/token on single A100), so I want to speed up it. It seems to...

``` var terms = new tm.Terms( corpus ); ^ TypeError: tm.Terms is not a constructor at Object. (D:\coding\pku\text-miner\examples\get_terms.js:10:13) at Module._compile (internal/modules/cjs/loader.js:701:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12)...