Live data from Hacker News

Viewing profile — lowefk

lowefk

HN member
Joined
Tue, Jun 25, 2019, 12:43 AM UTC
HN karma
34
Public activity
9 items

About lowefk

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #35587155

    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. Ope…

  3. comment
    Comment #35463558

    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-…

  4. comment
    Comment #35336277

    Here is GPT-4's translation, and I find no issues: https://imgur.com/a/oOtf4RD

  5. comment
    Comment #35336047

    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 b…

  6. comment
    Comment #35300434

    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/11r…

  7. comment
    Comment #35087925

    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 spec…

  8. comment
    Comment #35055239

    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 O…

  9. comment
    Comment #35055161

    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://g…