Update AI.md

This commit is contained in:
nbats 2023-05-03 19:16:04 -07:00 committed by GitHub
parent 9b1b8c10b6
commit 6a73041b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
AI.md
View File

@ -12,11 +12,12 @@
# ► AI Chatbots
* ⭐ **[ChatGPT](https://chat.openai.com/)** - GPT-3 Based Chatbot
* ⭐ **[ChatPDF](https://www.chatpdf.com/)** or [Humata](https://www.humata.ai/) - Turn Files into Chatbots
* ⭐ **[Character AI](https://beta.character.ai/)** - Roleplaying Chatbots / [Extract Params](https://rentry.org/reverseCAI)
* ⭐ **[Ora](https://ora.sh/openai/chatgpt)** - GPT-3.5 Based Chatbot
* ⭐ **[Bard](https://bard.google.com/)** - Google's Chatbot
* ⭐ **[Perplexity](https://www.perplexity.ai/)** - Q&A AI
* ⭐ **[Ora](https://ora.sh/openai/chatgpt)** - GPT-3.5 Based Chatbot
* ⭐ **[ChatPDF](https://www.chatpdf.com/)** or [Humata](https://www.humata.ai/) - Turn Files into Chatbots
* ⭐ **[Character AI](https://beta.character.ai/)** - Roleplaying Chatbots / [Extract Params](https://rentry.org/reverseCAI)
* ⭐ **[AI Playground](https://play.vercel.ai/)** - Compare AI Responses
* [ChatWebpage](https://chatwebpage.com/) - Turn Webpages into Chatbots
* [BAI](https://chatbot.theb.ai/) - GPT-3.5 Based Chatbot
* [GPT4All](https://github.com/nomic-ai/gpt4all) - GPT-3.5 Based Chatbot
@ -374,9 +375,13 @@
* [Netron](https://github.com/lutzroeder/netron) - Visualizer for Neural Network, Deep Learning, and Machine Learning Models
* [Cyberbotics](https://cyberbotics.com/) - Robot Simulator
* [MiniGPT-4](https://minigpt-4.github.io/) - Advanced Large Language Models
* [StableLM-Tuned-Alpha](https://huggingface.co/stabilityai/stablelm-tuned-alpha-7b) - Language Models
* [Megatron-LM](https://github.com/NVIDIA/Megatron-LM#retro) - LLM Training Codebase
* [GPT-4-LLM](https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM) - Instruction Tuning with GPT-4
* [Dataset Card for Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) - Language Model Training Dataset
* [PromptPapers](https://github.com/thunlp/PromptPapers) - Pre-Trained Language Model Tuning Papers
* [Shap](https://github.com/slundberg/shap) - Language Model Response Analyzer
* [CFormers](https://github.com/NolanoOrg/cformers) - SoTA Transformers with C-backend
* [Langchain](https://github.com/hwchase17/langchain) - Build Apps via LLM
* [GPTCache](https://github.com/zilliztech/GPTCache) - LLM Response Cache
* [Caffee](https://caffe.berkeleyvision.org/) / [Git](https://github.com/BVLC/caffe), [Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) or [OpenNN](https://www.opennn.net/) / [Git](https://github.com/Artelnics/OpenNN) - Machine Learning Framework