Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lowefk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lowefk
3y ago
Because the evaluation was done on the OpenAssistant Discord server and OpenAssistant's SNS posts, it appears there was a bias where participants disliked ChatGPT-like outputs. OpenAssistant should be useful for people who want unrestr
2.
▲
by
lowefk
3y ago
I wasn't aware that GPT-3 and GPT-4 use different tokenizers. I've read https://github.com/openai/openai-cookbook/blob/main/examples... and misinterpreted "ChatGPT models like gpt-3.5-turb
3.
▲
by
lowefk
3y ago
Here is GPT-4's translation, and I find no issues: https://imgur.com/a/oOtf4RD
4.
▲
by
lowefk
3y ago
Reading regex is much easier than writing them when using visualization tools such as https://regexper.com/ , https://regex101.com/ , and https://jex.im/regulex/ , especially for beginner
5.
▲
by
lowefk
3y ago
I have been using GPT-4 to generate i18n files, and it is great. You can see this post to check GPT-4's translation capabilities: https://www.reddit.com/r/visualnovels/comments/11rty62/gpt4_... I ca
6.
▲
by
lowefk
4y ago
I found that GPT-3 is much better than DeepL when given high-quality examples as a prompt. GPT-3 knows more about the world, so it can translate proper nouns and slang used in specific communities better than DeepL.
7.
▲
by
lowefk
4y ago
I mean, - ChatGPT's UI is closed-source, so I implemented a UI that looks almost identical to ChatGPT, - While ChatGPT's AI model is closed source, it can be accessed through the OpenAI API.
8.
▲
by
lowefk
4y ago
Shameless plug: I just don't like closed-source software; here is my attempt at re-implementing ChatGPT's UI as a desktop app with the ChatGPT API, and it is open source: https://github.com/chatgptui/desktop