Based on our record, Hugging Face should be more popular than Awesome ChatGPT Prompts. It has been mentiond 297 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Awesome-chatgpt-prompts Great for inspiration, not substitution. - Source: dev.to / 18 days ago
Aside from the built-in prompts powered by awesome-chatgpt-prompts (Are you an ETH dev, a financial analyst, or a personal trainer today?), you can also create, share and debug your chat tools with prompt templates. - Source: dev.to / over 1 year ago
I've found the following resources helpful: - 15 Rules For Crafting Effective GPT Chat Prompts (https://expandi.io/blog/chat-gpt-rules/) - Awesome ChatGPT Prompts (https://github.com/f/awesome-chatgpt-prompts) For more resources of like nature, you can search for "mega prompt". - Source: Hacker News / over 1 year ago
Someone assembled an adhoc page in Github that is amassing quite a large library of prompt ideas [Github]. Source: over 1 year ago
I like to use PromptLayer for this. But you could easily set up a simple CRUD web app to track prompts/average completion token # length, different variations. There is also awesome-chatgpt-prompts (https://github.com/f/awesome-chatgpt-prompts) which has some interesting ones. What are you looking for? - Source: Hacker News / over 1 year ago
You can easily scale this to 100K+ entries, integrate it with a local LLM like LLama - find one yourself on huggingface. ...or deploy it to your own infrastructure. No cloud dependencies required 💪. - Source: dev.to / 14 days ago
Compatibility with standard tools: Functions with OCI-compliant registries such as Docker Hub and integrates with widely-used tools including Hugging Face, ZenML, and Git. - Source: dev.to / 21 days ago
Hugging Face's Transformers: A comprehensive library with access to many open-source LLMs. https://huggingface.co/. - Source: dev.to / about 1 month ago
Hugging Face provides licensing for their NLP models, encouraging businesses to deploy AI-powered solutions seamlessly. Learn more here. Actionable Advice: Evaluate your algorithms and determine if they can be productized for licensing. Ensure contracts are clear about usage rights and application fields. - Source: dev.to / about 2 months ago
There are lots of open-source models available on HuggingFace that can be used to create vector embeddings. Transformers.js is a module that lets you use machine learning models in JavaScript, both in the browser and Node.js. It uses the ONNX runtime to achieve this; it works with models that have published ONNX weights, of which there are plenty. Some of those models we can use to create vector embeddings. - Source: dev.to / 2 months ago
ChatGPT - ChatGPT is a powerful, open-source language model.
LangChain - Framework for building applications with LLMs through composability
OpenAI - GPT-3 access without the wait
Replika - Your Ai friend
Prompt Toolkit - A Tool to Search and Submit ChatGPT Commands
Haystack NLP Framework - Haystack is an open source NLP framework to build applications with Transformer models and LLMs.