试玩 poe 上的代码生成器,Sage,Claud-instant,Dragonfly 效果都不错,太省事了。于是想找一下开源平替哪家强,回头在自己的显卡上跑起来。
我试验的内容是
根据下面的函数编写用于 Double, Single, Byte 的函数
public IntegerPointer allocateInteger(){
int p = this.position();
IoBuffer buffer = allocate(2);
return new IntegerPointer(this, p, buffer);
}
英文
Create 4 functions for Double, Single, Byte like below for Integer:
public IntegerPointer allocateInteger(){
int p = this.position();
IoBuffer buffer = allocate(2);
return new IntegerPointer(this, p, buffer);
}
开源ChatGPT有哪些呢?找到一个博客 chenking2020/FindTheChatGPTer: 汇总那些ChatGPT的平替们,仅汇总那些开源代码/模型文件以及对话语料,闭源或者部分闭源的暂时不在统计范围内 上面列举的挺全,另外 Chat with Open Large Language Models 也给出了一组常见模型。
最终通过的模型只有 3 个:
名称 | 模型 | 网址 | 效果 |
---|---|---|---|
Vicuna | vicuna-13b | https://chat.lmsys.org/ | 完美,支持中文 |
Baize | Baize-7B | https://huggingface.co/spaces/project-baize/Baize-7B | 略有瑕疵,字节数不对 |
OpenAssistant | OA_SFT_Llama_30B_6 | https://open-assistant.io/chat/ | 完美,中文表现欠佳 |
留个影