AI on Cloudron
-
wrote on Aug 10, 2023, 9:18 AM last edited by
Useful collection of AI prompts:
https://huggingface.co/datasets/fka/awesome-chatgpt-prompts -
wrote on Aug 23, 2023, 11:24 AM last edited by
Has anybody had success finetuning a language model so that it becomes an expert on local data? What free software tools were used and was it an enjoyable, fruitful process?
-
Has anybody had success finetuning a language model so that it becomes an expert on local data? What free software tools were used and was it an enjoyable, fruitful process?
wrote on Aug 23, 2023, 1:40 PM last edited by@LoudLemur said in AI on Cloudron:
Has anybody had success finetuning a language model so that it becomes an expert on local data? What free software tools were used and was it an enjoyable, fruitful process?
For my part, I'd been trying to play a little but not much yet, I'm actually busy working on developing and launching a SaaS Web UI through API connections to different LLM providers.
The service makes it very easy to anyone to create content (and well, much more like consulting with powerful coach bots in several fields) with a few clicks, and answering a few questions.
Local data labs is next... -
@LoudLemur said in AI on Cloudron:
Has anybody had success finetuning a language model so that it becomes an expert on local data? What free software tools were used and was it an enjoyable, fruitful process?
For my part, I'd been trying to play a little but not much yet, I'm actually busy working on developing and launching a SaaS Web UI through API connections to different LLM providers.
The service makes it very easy to anyone to create content (and well, much more like consulting with powerful coach bots in several fields) with a few clicks, and answering a few questions.
Local data labs is next... -
wrote on Aug 26, 2023, 7:12 AM last edited by LoudLemur Aug 26, 2023, 7:57 AM
Fine-Tuned CodeLlama-34B now beats ChatGPT4 on HumanEval.
https://www.phind.com/blog/code-llama-beats-gpt4https://huggingface.co/sbeall/Phind-CodeLlama-34B-v1-q5_K_M-GGUF/tree/main
You can run it on Ollama today:
https://ollama.ai/library/phind-codellama/tagsOpenRouter allows you cheap access to Free Software Language Model APIs:
https://openrouter.ai/docs#models -
wrote on Sep 7, 2023, 7:10 AM last edited by LoudLemur Sep 7, 2023, 7:26 AM
Falcon-180b (that is 180 billion parameter) Free Software model has now been released.
This is the chat version:https://huggingface.co/tiiuae/falcon-180B-chat
The open source dataset was created in the UAE through a process of web crawling and stringent filtering out of "adult" sites based on their URL. It is multi-modal friendly with image tagging.
The main site is being absolutely hammered at the moment. Archive:
https://archive.ph/trCCZThis is by far the largest Free Software model available at the moment, and it is outperforming Llama 2.
500GB download, 2.8TB storage after unpacking, 400 GB of memory will be needed to swiftly run inference o Falcon-180B.
"I think we are going to need a bigger boat."
-
wrote on Sep 7, 2023, 10:16 AM last edited by
Petals.dev
Run large language models, including Falcon-180b, bittorrent style:
https://petals.dev/ -
Falcon-180b (that is 180 billion parameter) Free Software model has now been released.
This is the chat version:https://huggingface.co/tiiuae/falcon-180B-chat
The open source dataset was created in the UAE through a process of web crawling and stringent filtering out of "adult" sites based on their URL. It is multi-modal friendly with image tagging.
The main site is being absolutely hammered at the moment. Archive:
https://archive.ph/trCCZThis is by far the largest Free Software model available at the moment, and it is outperforming Llama 2.
500GB download, 2.8TB storage after unpacking, 400 GB of memory will be needed to swiftly run inference o Falcon-180B.
"I think we are going to need a bigger boat."
wrote on Sep 8, 2023, 11:30 PM last edited by@LoudLemur said in AI on Cloudron:
500GB download, 2.8TB storage after unpacking, 400 GB of memory will be needed to swiftly run inference o Falcon-180B.
I'm going to install 2 right away!
-
wrote on Sep 10, 2023, 5:57 PM last edited by
OpenAI ChatGPT Enterprise:
https://openai.com/blog/introducing-chatgpt-enterpriseWe’re launching ChatGPT Enterprise, which offers enterprise-grade security and privacy, unlimited higher-speed GPT-4 access, longer context windows for processing longer inputs, advanced data analysis capabilities, customization options, and much more.
-
wrote on Sep 12, 2023, 4:13 PM last edited by
Talk to President Obama: https://gptcall.net/
-
wrote on Sep 12, 2023, 4:27 PM last edited by
Chat with AI Characters Offline.
Runs locally. Zero-configuration.
https://faraday.dev/This library aims to help make gguf downloading/management easier:
https://github.com/ahoylabs/gguf.js -
Talk to President Obama: https://gptcall.net/
@LoudLemur said in AI on Cloudron:
Talk to President Obama: https://gptcall.net/
This is indeed quite fun!
-
@LoudLemur said in AI on Cloudron:
Talk to President Obama: https://gptcall.net/
This is indeed quite fun!
wrote on Sep 12, 2023, 8:52 PM last edited by micmc Sep 12, 2023, 8:53 PM@nebulon said in AI on Cloudron:
@LoudLemur said in AI on Cloudron:
Talk to President Obama: https://gptcall.net/
This is indeed quite fun!
Yep, and in reality it's relatively easy, and fun too of course, to build such web UI. At the base, it's simply built through prompt engineering. Meaning a fair knowledge of how to talk to the machine, to make it spit according to your will loll
Which means such cool site could also be built by almost anyone with a good idea, using ChatGPT, or almost any good GPT LLMs, and incorporating the right "prompts" in a database like Notion (or even Directus on Cloudron? I'm testing it...), that has capabilities to publish public websites based on their databases.
As anyone ever tried, for example, to just tell ChatGPT to act as Obama or any well known personality, just before starting a conversation with it? -
wrote on Sep 12, 2023, 9:39 PM last edited by
Seems to be an above average chance that all our digital content creation is going to become an AI Avatar that future generations will be able to chat with. Wild times!
-
wrote on Sep 13, 2023, 9:30 AM last edited by LoudLemur Sep 13, 2023, 9:42 AM
RTX3090 and Llama 70b @ 20 tokens/second:
https://old.reddit.com/r/Oobabooga/comments/16gxqzt/exllamav2_20_tokenss_for_llama270bchat_on_a_rtx/Haven't yet verified
-
Seems to be an above average chance that all our digital content creation is going to become an AI Avatar that future generations will be able to chat with. Wild times!
wrote on Sep 14, 2023, 5:36 AM last edited by@marcusquinn Somebody just created a Lora which they trained on all of the art they created at school, pencil drawings. The AI can now make art as though it were their younger self.
-
@marcusquinn Somebody just created a Lora which they trained on all of the art they created at school, pencil drawings. The AI can now make art as though it were their younger self.
wrote on Sep 14, 2023, 11:48 AM last edited by@LoudLemur We're being uploaded to the Matrix! Maybe we'll become the aliens popping in on other planets
-
@LoudLemur We're being uploaded to the Matrix! Maybe we'll become the aliens popping in on other planets
wrote on Sep 14, 2023, 4:12 PM last edited by@marcusquinn said in AI on Cloudron:
@LoudLemur We're being uploaded to the Matrix! Maybe we'll become the aliens popping in on other planets
That's why we 'start' lurking in the IPFS direction
-
wrote on Sep 14, 2023, 10:34 PM last edited by
Here's a fun one!
-
wrote on Sep 15, 2023, 12:05 PM last edited by
Here's an AMAZING one.
Are you ready for NExT GPT?
https://www.marktechpost.com/2023/09/14/meet-next-gpt-an-end-to-end-general-purpose-any-to-any-multimodal-large-language-models-mm-llms/Make sure to look at the video on that page.
We knew it, we ain't seen nothing yet (here's something you never will forget... bbb baby you ain't seen nothing yet)