mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-24 02:20:09 +08:00
Merge pull request #29266 from XiaotingHuang22/patch-8
Update and rename sources/news/20230427.3 ⭐️⭐️ HuggingChat is the Fir…
This commit is contained in:
commit
f66a86d2cd
@ -1,100 +0,0 @@
|
||||
[#]: subject: "HuggingChat is the First Open Source ChatGPT Alternative That Anyone Can Use"
|
||||
[#]: via: "https://news.itsfoss.com/huggingchat-chatgpt/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "XiaotingHuang22"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
HuggingChat is the First Open Source ChatGPT Alternative That Anyone Can Use
|
||||
======
|
||||
|
||||
Forget ChatGPT. Focus on HuggingChat, the open-source project.
|
||||
|
||||
![huggingchat][1]
|
||||
|
||||
The wave of new AI chatbots is not stopping anytime soon; another contender has jumped into the ring with ChatGPT.
|
||||
|
||||
Released recently, it's called '**HuggingChat**.' The main focus of this chatbot is to provide a more **transparent**, **inclusive,** and **accountable****alternative to ChatGPT**.
|
||||
|
||||
Don't get me wrong, HuggingChat is not the first open-source alternative to ChatGPT. We have covered open-source projects challenging ChatGPT.
|
||||
|
||||
⭐ However, **HugginChat seems to be the first one available to access as a platform that appears similar to ChatGPT**.
|
||||
|
||||
So, you are not using just a demo, you are already using what it is supposed to look and behave like - only the backend will get an upgrade as you test/use it.
|
||||
|
||||
Let's see what HuggingChat is all about.
|
||||
|
||||
**What is it:** So, basically in its current state, HuggingChat acts as a user interface that facilitates interaction with the **Open Assistant-powered back-end** allowing for chatbot functionality.
|
||||
|
||||
> 📋 [Open Assistant][2] is a project that aims to provide the masses with a feasible chat-based large language model (LLM).
|
||||
|
||||
![huggingchat screenshot][3]
|
||||
|
||||
HuggingChat is powered by Open Assistant's latest [LLaMA-based model][4] which is said to be one of the best open-source chat models available in the market right now.
|
||||
|
||||
But there's a catch to that model's usage in HuggingChat.
|
||||
|
||||
You see, the [LLaMA model][5] is the work of **Meta AI**, and they have restricted any commercial use of their model.
|
||||
|
||||
So, the LLaMA model will be used for now, and the **developers intend to add support for more models** in the future, paving the way for varying usage scenarios and even enterprise use cases.
|
||||
|
||||
Besides that, the chatbot is running in what the folks over at [Hugging Face][6] (the creators of HuggingChat) call '[Space][7]'. The inference backend is also running [text-generation-inference][8] on their Inference API infrastructure.
|
||||
|
||||
They have also open-sourced the user interface of HuggingChat. You can take a [look][9] here.
|
||||
|
||||
**Does it work?**
|
||||
|
||||
Well, sort of.
|
||||
|
||||
As it is in a **very early development stage (version 0)**, a few key features are missing, such as saving the conversation over a browser restart or when switching browsers.
|
||||
|
||||
Then there are familiar “_Too much traffic, try again later_” errors that pop up while running chat commands.
|
||||
|
||||
When I could run a command, I asked HuggingChat about its back end. It provided me with decent info about itself.
|
||||
|
||||
![huggingchat screenshot][10]
|
||||
|
||||
So, wrapping up.
|
||||
|
||||
Hugging Chat is not yet close to the levels of ChatGPT, but **alternatives like these are the need of the hour; we** all know what happens when one service dominates a specific niche.
|
||||
|
||||
[OpenChatKit][11] or [Dolly][12] can be some other options that you can look at.
|
||||
|
||||
But for now, all we can do is wait. These open-source alternatives will need some time, but someday they might be on par with ChatGPT or even better; who knows? 😲
|
||||
|
||||
**Want to try it?**
|
||||
|
||||
You can take HuggingChat for a run by visiting the [chat page][13]; also look at the code that makes it run on the [official website][14].
|
||||
|
||||
[HuggingChat][15]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/huggingchat-chatgpt/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[XiaotingHuang22](https://github.com/XiaotingHuang22)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/04/huggingchat-opensource-chatgpt-alt.jpg
|
||||
[2]: https://open-assistant.io/?ref=news.itsfoss.com
|
||||
[3]: https://news.itsfoss.com/content/images/2023/04/HuggingChat.jpg
|
||||
[4]: https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor?ref=news.itsfoss.com
|
||||
[5]: https://ai.facebook.com/blog/large-language-model-llama-meta-ai/?ref=news.itsfoss.com
|
||||
[6]: https://huggingface.co/?ref=news.itsfoss.com
|
||||
[7]: https://huggingface.co/docs/hub/spaces-overview?ref=news.itsfoss.com
|
||||
[8]: https://github.com/huggingface/text-generation-inference?ref=news.itsfoss.com
|
||||
[9]: https://huggingface.co/spaces/huggingchat/chat-ui/tree/main?ref=news.itsfoss.com
|
||||
[10]: https://news.itsfoss.com/content/images/2023/04/HuggingChat_2.png
|
||||
[11]: https://news.itsfoss.com/open-source-chatgpt/
|
||||
[12]: https://news.itsfoss.com/open-source-model-dolly/
|
||||
[13]: https://huggingface.co/chat/?ref=news.itsfoss.com
|
||||
[14]: https://huggingface.co/spaces?ref=news.itsfoss.com
|
||||
[15]: https://huggingface.co/chat?ref=news.itsfoss.com
|
@ -0,0 +1,100 @@
|
||||
[#]: subject: "HuggingChat is the First Open Source ChatGPT Alternative That Anyone Can Use"
|
||||
[#]: via: "https://news.itsfoss.com/huggingchat-chatgpt/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "XiaotingHuang22"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
HuggingChat —— 第一个面向所有人使用的 ChatGPT 开源替代方案
|
||||
======
|
||||
|
||||
忘了 ChatGPT 吧,我们一起来看看 HuggingChat,一个开源的项目。
|
||||
|
||||
![huggingchat][1]
|
||||
|
||||
AI 聊天机器人的新浪潮短期内势不可挡; 而新的一个竞争者已经加入与 ChatGPT 抗衡的比赛中。
|
||||
|
||||
这个竞争者最近刚发布,它就是“**HuggingChat**”。 这个聊天机器人的主要重点是提供一个比 ChatGPT 更**透明**、**包容**和**负责*****的替代方案**。
|
||||
|
||||
不要误会我的意思,HuggingChat 并不是 ChatGPT 的第一个开源替代品。 我们之前也介绍了挑战 ChatGPT 江湖地位的开源项目。
|
||||
|
||||
🌟 然而,**HugginChat 似乎是第一个可以访问的平台,它类似于 ChatGPT**。
|
||||
|
||||
因此,你在使用的不只是试用版,你正在用的版本已经拥有它本应具有的外观设计和性能表现——在你测试或者使用这个 app 的过程中,只有后端会得到升级。
|
||||
|
||||
让我们一起来看看 HuggingChat 是什么。
|
||||
|
||||
**它是什么:** 基本上呢,在当前状态下,HuggingChat 充当用户界面的角色,促进用户与 **Open Assistant 支持的后端** 的交互,从而实现聊天机器人功能。
|
||||
|
||||
> 📋 [Open Assistant][2] 是一个旨在为大众提供可行的基于聊天的大语言模型(LLM)的项目。
|
||||
|
||||
![huggingchat 界面截图][3]
|
||||
|
||||
HuggingChat 由 Open Assistant 最新的[基于 LLaMA 的模型][4] 提供支持,据说这是目前市场上最好的开源聊天模型之一。
|
||||
|
||||
但是在 HuggingChat 中使用该模型有一个问题。
|
||||
|
||||
你看,[LLaMA 模型][5] 是 **Meta AI** 的作品,他们限制了对其模型的任何商业使用。
|
||||
|
||||
因此, LLaMA 模型仅为暂时使用,**开发人员打算在未来增加对更多模型的支持**,为不同的使用场景甚至企业使用案例铺平道路。
|
||||
|
||||
除此之外,这个聊天机器人正在一个被 [Hugging Face][6](HuggingChat 的创建者)的人们称为“[Space][7]”的地方运行。 推理后端还在其推理 API 基础设施上运行 [text-generation-inference][8]。
|
||||
|
||||
他们还开放了 HuggingChat 的用户界面代码。 你可以在此处[查看][9]。
|
||||
|
||||
**它能行吗?**
|
||||
|
||||
额,部分能行吧。
|
||||
|
||||
由于它处于**非常早期的开发阶段(版本 0)**,因此缺少一些关键功能,例如在浏览器重启或切换浏览器时保存对话。
|
||||
|
||||
然后就是熟悉的“_流量太大,请稍后再试_”错误,会在运行聊天命令时弹出。
|
||||
|
||||
当我可以运行命令时,我向 HuggingChat 询问了它的后端。 它为我提供了相当不错的关于它自己的信息。
|
||||
|
||||
![huggingchat 界面截图][10]
|
||||
|
||||
最后,总结一下吧!
|
||||
|
||||
Hugging Chat 还远没有达到 ChatGPT 的水平,但是 ** 拥有像这样的替代方案是当务之急; 我们**都知道当一项服务在特定领域占据统治地位时会发生什么。
|
||||
|
||||
[OpenChatKit][11] 和 [Dolly][12] 也是一些值得了解的选择。
|
||||
|
||||
但目前我们能做的只有等待。 这些开源替代品需要一些时间成长,但总有一天它们可能会与 ChatGPT 媲美甚至更好; 谁知道呢? 😲
|
||||
|
||||
**想试试吗?**
|
||||
|
||||
你可以通过访问[聊天页面][13]来运行 HuggingChat; 也在 [官方网站][14] 上查看它运行的代码。
|
||||
|
||||
[HuggingChat][15]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/huggingchat-chatgpt/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[XiaotingHuang22](https://github.com/XiaotingHuang22)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/04/huggingchat-opensource-chatgpt-alt.jpg
|
||||
[2]: https://open-assistant.io/?ref=news.itsfoss.com
|
||||
[3]: https://news.itsfoss.com/content/images/2023/04/HuggingChat.jpg
|
||||
[4]: https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor?ref=news.itsfoss.com
|
||||
[5]: https://ai.facebook.com/blog/large-language-model-llama-meta-ai/?ref=news.itsfoss.com
|
||||
[6]: https://huggingface.co/?ref=news.itsfoss.com
|
||||
[7]: https://huggingface.co/docs/hub/spaces-overview?ref=news.itsfoss.com
|
||||
[8]: https://github.com/huggingface/text-generation-inference?ref=news.itsfoss.com
|
||||
[9]: https://huggingface.co/spaces/huggingchat/chat-ui/tree/main?ref=news.itsfoss.com
|
||||
[10]: https://news.itsfoss.com/content/images/2023/04/HuggingChat_2.png
|
||||
[11]: https://news.itsfoss.com/open-source-chatgpt/
|
||||
[12]: https://news.itsfoss.com/open-source-model-dolly/
|
||||
[13]: https://huggingface.co/chat/?ref=news.itsfoss.com
|
||||
[14]: https://huggingface.co/spaces?ref=news.itsfoss.com
|
||||
[15]: https://huggingface.co/chat?ref=news.itsfoss.com
|
Loading…
Reference in New Issue
Block a user