From 6a73041b4d1f19081bbef9cf45bcd5dc09c87f12 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Wed, 3 May 2023 19:16:04 -0700 Subject: [PATCH] Update AI.md --- AI.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/AI.md b/AI.md index 7215be2d6..3559eac5a 100644 --- a/AI.md +++ b/AI.md @@ -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