Compare commits
5 Commits
01635e052a
...
69713d12eb
Author | SHA1 | Date |
---|---|---|
mvansegbroeck | 69713d12eb | |
Fatih Kadir Akın | b82b3854cb | |
Fatih Kadir Akın | b61eb743c0 | |
Fatih Kadir Akın | 0bf3297f03 | |
mvansegbroeck | 20f405042c |
22
README.md
22
README.md
|
@ -2,10 +2,17 @@
|
|||
|
||||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
|
||||
|
||||
<h2 align="center">Sponsors</h2>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://clemta.com" align="center" target="_blank">
|
||||
<img height="50" alt="Clemta logo" src="https://clemta.com/wp-content/uploads/2023/03/logo-clemta-com-1.png.webp">
|
||||
</a>
|
||||
<br><br>
|
||||
<a href="https://llmchat.co" align="center" target="_blank">
|
||||
<img height="25" alt="LLMChat" src="https://github.com/user-attachments/assets/78bf6b22-234c-4ee2-a484-869e749eef42">
|
||||
</a>
|
||||
<br><sub><a href="https://git.new/llmchat" target="_blank">https://git.new/llmchat</a></sub><br><br>
|
||||
<a href="https://hf.co/chat" align="center" target="_blank">
|
||||
<img height="60" alt="Hugging Face logo" src="https://github.com/user-attachments/assets/4187ef06-7cae-402a-a410-e0a999758fed">
|
||||
</a>
|
||||
|
@ -45,7 +52,7 @@ Dive into the world of customized conversational AI models and enrich your proje
|
|||
|
||||
### Want to Write Effective Prompts?
|
||||
|
||||
I've authored a free e-book called **"The Art of ChatGPT Prompting: A Guide to Crafting Clear and Effective Prompts"**.
|
||||
I've authored an e-book called **"The Art of ChatGPT Prompting: A Guide to Crafting Clear and Effective Prompts"**.
|
||||
|
||||
📖 **[Read the free e-book](https://fka.gumroad.com/l/art-of-chatgpt-prompting)**
|
||||
|
||||
|
@ -103,6 +110,17 @@ There are many Pull Requests to this repository waiting to be merged. There are
|
|||
|
||||
# Prompts
|
||||
|
||||
## Synthetic Multilingual LLM Prompts
|
||||
Contributed by: [Gretel](https://gretel.ai)
|
||||
Reference: [https://huggingface.co/datasets/gretelai/synthetic_multilingual_llm_prompts](https://huggingface.co/datasets/gretelai/synthetic_multilingual_llm_prompts)
|
||||
|
||||
- The "Synthetic Multilingual LLM Prompts" dataset features 1,250 synthetic LLM prompts generated using [Gretel Navigator](https://gretel.ai/navigator), available in seven different languages.
|
||||
- To ensure accuracy, diversity, and maintain translation quality and consistency, we employed Gretel Navigator both as a generation tool and in an LLM-as-a-judge approach. More info can be found in the [README](https://huggingface.co/datasets/gretelai/synthetic_multilingual_llm_prompts).
|
||||
- This dataset is designed to be used with LLMs to generate diverse and multilingual responses based on the provided prompts.
|
||||
- The dataset includes prompts in English, Dutch, French, Spanish, German, Brazilian Portuguese, and Simplified Chinese. Detailed evaluations of translation quality are available for each language.
|
||||
- This dataset is released under the Apache 2.0 license, making it open for public use with proper attribution. We invite the community to explore, utilize, and contribute to this dataset to enhance the versatility and richness of LLM interactions.
|
||||
- Disclaimer: The translations and overall quality of this dataset are generated synthetically and have not been perfected by human review. As a result, inaccuracies may be present.
|
||||
|
||||
## ChatGPT SEO prompts
|
||||
Contributed by: [StoryChief AI](https://www.storychief.io/ai-power-mode)
|
||||
Reference: [https://storychief.io/blog/chatgpt-prompts-seo](https://storychief.io/blog/chatgpt-prompts-seo)
|
||||
|
|
Loading…
Reference in New Issue