waqashayder
commited on
Upload 2 files
Browse files- README.md +112 -0
- cc0-1.0.md.txt +154 -0
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
🧠 Awesome ChatGPT Prompts - Dataset Repository
|
2 |
+
This repository contains a dataset of curated prompts designed for use with ChatGPT. These prompts cover a wide range of tasks and scenarios, making it easier for developers, researchers, and enthusiasts to experiment with and extend ChatGPT’s capabilities.
|
3 |
+
|
4 |
+
📑 Dataset Overview
|
5 |
+
The dataset includes a variety of prompts categorized by the type of role or task that ChatGPT can act out. Each entry in the dataset includes:
|
6 |
+
|
7 |
+
Act: The role that ChatGPT will assume (e.g., "An Ethereum Developer", "SEO Expert", "English Translator").
|
8 |
+
Prompt: The specific task or scenario for ChatGPT to follow while acting in that role.
|
9 |
+
Sample Entries
|
10 |
+
Here’s a quick preview of what the dataset contains:
|
11 |
+
|
12 |
+
Act Prompt (Shortened)
|
13 |
+
An Ethereum Developer "Imagine you are an Ethereum developer tasked with creating a smart contract for a blockchain messenger..."
|
14 |
+
SEO Prompt "Using WebPilot, create an outline for an article on 'Best SEO prompts' based on top Google results..."
|
15 |
+
Linux Terminal "I want you to act as a Linux terminal. I will type commands and you will reply with the terminal output..."
|
16 |
+
English Translator and Improver "Act as an English translator, corrector, and improver. Translate my input and improve its quality..."
|
17 |
+
Interviewer "Act as an interviewer. Ask me interview questions for a specific role. Wait for my answers after each..."
|
18 |
+
The full dataset contains many more scenarios across diverse areas like programming, marketing, education, storytelling, and more.
|
19 |
+
|
20 |
+
📂 Dataset Structure
|
21 |
+
The dataset is provided in CSV format, where each row corresponds to a unique prompt.
|
22 |
+
|
23 |
+
act: Describes the role ChatGPT will take.
|
24 |
+
prompt: A detailed instruction that defines what ChatGPT is expected to do.
|
25 |
+
Example Format:
|
26 |
+
act prompt
|
27 |
+
"Ethereum Developer" "Imagine you are an Ethereum developer tasked with creating a smart contract for..."
|
28 |
+
"SEO Expert" "Using WebPilot, create an outline for a 2000-word article on 'Best SEO prompts' based on top Google results."
|
29 |
+
🚀 Usage Instructions
|
30 |
+
This dataset can be used to guide interactions with ChatGPT in a controlled or experimental environment. Below are some ways in which the dataset could be utilized:
|
31 |
+
|
32 |
+
Research and Development: Explore ChatGPT's abilities in various domains like software development, translation, marketing, and more.
|
33 |
+
Educational Purposes: Use the prompts to simulate educational scenarios, like explaining concepts or practicing interview questions.
|
34 |
+
Automation Testing: Apply the prompts to automate routine tasks like generating code, correcting grammar, or creating outlines for content.
|
35 |
+
How to Use the Dataset:
|
36 |
+
Load the CSV file into your environment (Python, R, or any other data tool).
|
37 |
+
Select prompts based on your needs and feed them to ChatGPT for testing.
|
38 |
+
Optionally, create customized roles and prompts by modifying the existing dataset to fit your particular use case.
|
39 |
+
🔧 Modifying the Dataset
|
40 |
+
The dataset is licensed under the CC0-1.0 license, meaning you are free to use, modify, and distribute the content without any restrictions.
|
41 |
+
|
42 |
+
Feel free to:
|
43 |
+
|
44 |
+
Add new prompts to the dataset.
|
45 |
+
Tailor existing prompts for specialized use cases.
|
46 |
+
Share the dataset in projects, research, or educational materials.
|
47 |
+
🛡️ License
|
48 |
+
This dataset is provided under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication, allowing you to copy, modify, and distribute the work without any restrictions.
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
Continuing from where we left off, here's the rest of the comprehensive README.md:
|
53 |
+
|
54 |
+
🛠️ Contribution Guidelines
|
55 |
+
We welcome contributions to improve and expand this dataset. If you would like to contribute, here’s how you can do so:
|
56 |
+
|
57 |
+
Steps to Contribute:
|
58 |
+
Fork the Repository: Start by forking this repository to your GitHub account.
|
59 |
+
Clone the Repository: Clone the forked repository to your local machine.
|
60 |
+
bash
|
61 |
+
Copy code
|
62 |
+
git clone https://github.com/your-username/chatgpt-prompts-dataset.git
|
63 |
+
Create a Branch: Create a new branch to work on your feature or bug fix.
|
64 |
+
bash
|
65 |
+
Copy code
|
66 |
+
git checkout -b feature/your-feature-name
|
67 |
+
Add Your Changes: Edit or add new prompts to the prompts.csv file. Ensure the format remains consistent.
|
68 |
+
Commit Your Changes: Write meaningful commit messages.
|
69 |
+
bash
|
70 |
+
Copy code
|
71 |
+
git commit -m "Added new prompts for role X"
|
72 |
+
Push the Changes: Push your changes to GitHub.
|
73 |
+
bash
|
74 |
+
Copy code
|
75 |
+
git push origin feature/your-feature-name
|
76 |
+
Create a Pull Request: Open a pull request to merge your changes into the main repository.
|
77 |
+
We encourage contributors to follow these guidelines:
|
78 |
+
|
79 |
+
Ensure all prompts are clearly written and easily understood.
|
80 |
+
Test new prompts with ChatGPT to ensure they generate accurate responses.
|
81 |
+
If possible, provide examples or test cases that validate the new prompts.
|
82 |
+
📊 Future Roadmap
|
83 |
+
We plan to expand the dataset by incorporating more prompts for emerging technologies and industries. Some areas we are currently focusing on:
|
84 |
+
|
85 |
+
AI and Machine Learning: Prompts that involve generating code, explaining complex models, or solving ML problems.
|
86 |
+
Healthcare: Medical-related prompts for diagnosis assistance, patient queries, and medical knowledge explanation.
|
87 |
+
Legal Assistance: Prompts that simulate legal advice or help with understanding legal documents.
|
88 |
+
Ideas for Future Development:
|
89 |
+
Add multi-turn conversation prompts for dynamic interaction.
|
90 |
+
Create language-specific prompts for non-English users.
|
91 |
+
Expand prompts for industries like finance, marketing, and education.
|
92 |
+
🤖 Related Projects
|
93 |
+
This dataset can be paired with other resources to further enhance the capabilities of AI models like ChatGPT. Here are some related projects you might find useful:
|
94 |
+
|
95 |
+
Awesome ChatGPT Prompts: A comprehensive collection of prompts for various use cases.
|
96 |
+
LangChain: A framework to build custom language model applications.
|
97 |
+
OpenAI API: Use these prompts directly with the OpenAI API to create powerful chatbots or automation tools.
|
98 |
+
🌟 Acknowledgements
|
99 |
+
Special thanks to the open-source community for their continuous effort in expanding the resources for AI development. We also acknowledge the contributions of developers and enthusiasts who have helped build the current version of this dataset.
|
100 |
+
|
101 |
+
🔗 Links and Resources
|
102 |
+
Here are a few helpful resources if you're looking to expand your understanding or make the most of this dataset:
|
103 |
+
|
104 |
+
ChatGPT Official Documentation
|
105 |
+
OpenAI API
|
106 |
+
Awesome GPT-3
|
107 |
+
LangChain
|
108 |
+
📬 Contact
|
109 |
+
If you have any questions, suggestions, or issues, feel free to open an issue or reach out to the repository maintainers at:
|
110 |
+
|
111 |
+
Email: Waqas Hayder
|
112 |
+
GitHub Issues: GitHub Issues Page
|
cc0-1.0.md.txt
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Creative Commons Zero v1.0 Universal
|
3 |
+
spdx-id: CC0-1.0
|
4 |
+
redirect_from: /licenses/cc0/
|
5 |
+
hidden: false
|
6 |
+
|
7 |
+
description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
|
8 |
+
|
9 |
+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
10 |
+
|
11 |
+
note: Creative Commons recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be <a href="https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F">found on their website</a>.
|
12 |
+
|
13 |
+
using:
|
14 |
+
Awesome: https://github.com/sindresorhus/awesome/blob/main/license
|
15 |
+
Shields.io: https://github.com/badges/shields/blob/master/LICENSE
|
16 |
+
psdash: https://github.com/Jahaja/psdash/blob/master/LICENSE
|
17 |
+
|
18 |
+
permissions:
|
19 |
+
- commercial-use
|
20 |
+
- modifications
|
21 |
+
- distribution
|
22 |
+
- private-use
|
23 |
+
|
24 |
+
conditions: []
|
25 |
+
|
26 |
+
limitations:
|
27 |
+
- liability
|
28 |
+
- trademark-use
|
29 |
+
- patent-use
|
30 |
+
- warranty
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
Creative Commons Legal Code
|
35 |
+
|
36 |
+
CC0 1.0 Universal
|
37 |
+
|
38 |
+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
39 |
+
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
40 |
+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
41 |
+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
42 |
+
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
43 |
+
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
44 |
+
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
45 |
+
HEREUNDER.
|
46 |
+
|
47 |
+
Statement of Purpose
|
48 |
+
|
49 |
+
The laws of most jurisdictions throughout the world automatically confer
|
50 |
+
exclusive Copyright and Related Rights (defined below) upon the creator
|
51 |
+
and subsequent owner(s) (each and all, an "owner") of an original work of
|
52 |
+
authorship and/or a database (each, a "Work").
|
53 |
+
|
54 |
+
Certain owners wish to permanently relinquish those rights to a Work for
|
55 |
+
the purpose of contributing to a commons of creative, cultural and
|
56 |
+
scientific works ("Commons") that the public can reliably and without fear
|
57 |
+
of later claims of infringement build upon, modify, incorporate in other
|
58 |
+
works, reuse and redistribute as freely as possible in any form whatsoever
|
59 |
+
and for any purposes, including without limitation commercial purposes.
|
60 |
+
These owners may contribute to the Commons to promote the ideal of a free
|
61 |
+
culture and the further production of creative, cultural and scientific
|
62 |
+
works, or to gain reputation or greater distribution for their Work in
|
63 |
+
part through the use and efforts of others.
|
64 |
+
|
65 |
+
For these and/or other purposes and motivations, and without any
|
66 |
+
expectation of additional consideration or compensation, the person
|
67 |
+
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
68 |
+
is an owner of Copyright and Related Rights in the Work, voluntarily
|
69 |
+
elects to apply CC0 to the Work and publicly distribute the Work under its
|
70 |
+
terms, with knowledge of his or her Copyright and Related Rights in the
|
71 |
+
Work and the meaning and intended legal effect of CC0 on those rights.
|
72 |
+
|
73 |
+
1. Copyright and Related Rights. A Work made available under CC0 may be
|
74 |
+
protected by copyright and related or neighboring rights ("Copyright and
|
75 |
+
Related Rights"). Copyright and Related Rights include, but are not
|
76 |
+
limited to, the following:
|
77 |
+
|
78 |
+
i. the right to reproduce, adapt, distribute, perform, display,
|
79 |
+
communicate, and translate a Work;
|
80 |
+
ii. moral rights retained by the original author(s) and/or performer(s);
|
81 |
+
iii. publicity and privacy rights pertaining to a person's image or
|
82 |
+
likeness depicted in a Work;
|
83 |
+
iv. rights protecting against unfair competition in regards to a Work,
|
84 |
+
subject to the limitations in paragraph 4(a), below;
|
85 |
+
v. rights protecting the extraction, dissemination, use and reuse of data
|
86 |
+
in a Work;
|
87 |
+
vi. database rights (such as those arising under Directive 96/9/EC of the
|
88 |
+
European Parliament and of the Council of 11 March 1996 on the legal
|
89 |
+
protection of databases, and under any national implementation
|
90 |
+
thereof, including any amended or successor version of such
|
91 |
+
directive); and
|
92 |
+
vii. other similar, equivalent or corresponding rights throughout the
|
93 |
+
world based on applicable law or treaty, and any national
|
94 |
+
implementations thereof.
|
95 |
+
|
96 |
+
2. Waiver. To the greatest extent permitted by, but not in contravention
|
97 |
+
of, applicable law, Affirmer hereby overtly, fully, permanently,
|
98 |
+
irrevocably and unconditionally waives, abandons, and surrenders all of
|
99 |
+
Affirmer's Copyright and Related Rights and associated claims and causes
|
100 |
+
of action, whether now known or unknown (including existing as well as
|
101 |
+
future claims and causes of action), in the Work (i) in all territories
|
102 |
+
worldwide, (ii) for the maximum duration provided by applicable law or
|
103 |
+
treaty (including future time extensions), (iii) in any current or future
|
104 |
+
medium and for any number of copies, and (iv) for any purpose whatsoever,
|
105 |
+
including without limitation commercial, advertising or promotional
|
106 |
+
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
107 |
+
member of the public at large and to the detriment of Affirmer's heirs and
|
108 |
+
successors, fully intending that such Waiver shall not be subject to
|
109 |
+
revocation, rescission, cancellation, termination, or any other legal or
|
110 |
+
equitable action to disrupt the quiet enjoyment of the Work by the public
|
111 |
+
as contemplated by Affirmer's express Statement of Purpose.
|
112 |
+
|
113 |
+
3. Public License Fallback. Should any part of the Waiver for any reason
|
114 |
+
be judged legally invalid or ineffective under applicable law, then the
|
115 |
+
Waiver shall be preserved to the maximum extent permitted taking into
|
116 |
+
account Affirmer's express Statement of Purpose. In addition, to the
|
117 |
+
extent the Waiver is so judged Affirmer hereby grants to each affected
|
118 |
+
person a royalty-free, non transferable, non sublicensable, non exclusive,
|
119 |
+
irrevocable and unconditional license to exercise Affirmer's Copyright and
|
120 |
+
Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
121 |
+
maximum duration provided by applicable law or treaty (including future
|
122 |
+
time extensions), (iii) in any current or future medium and for any number
|
123 |
+
of copies, and (iv) for any purpose whatsoever, including without
|
124 |
+
limitation commercial, advertising or promotional purposes (the
|
125 |
+
"License"). The License shall be deemed effective as of the date CC0 was
|
126 |
+
applied by Affirmer to the Work. Should any part of the License for any
|
127 |
+
reason be judged legally invalid or ineffective under applicable law, such
|
128 |
+
partial invalidity or ineffectiveness shall not invalidate the remainder
|
129 |
+
of the License, and in such case Affirmer hereby affirms that he or she
|
130 |
+
will not (i) exercise any of his or her remaining Copyright and Related
|
131 |
+
Rights in the Work or (ii) assert any associated claims and causes of
|
132 |
+
action with respect to the Work, in either case contrary to Affirmer's
|
133 |
+
express Statement of Purpose.
|
134 |
+
|
135 |
+
4. Limitations and Disclaimers.
|
136 |
+
|
137 |
+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
138 |
+
surrendered, licensed or otherwise affected by this document.
|
139 |
+
b. Affirmer offers the Work as-is and makes no representations or
|
140 |
+
warranties of any kind concerning the Work, express, implied,
|
141 |
+
statutory or otherwise, including without limitation warranties of
|
142 |
+
title, merchantability, fitness for a particular purpose, non
|
143 |
+
infringement, or the absence of latent or other defects, accuracy, or
|
144 |
+
the present or absence of errors, whether or not discoverable, all to
|
145 |
+
the greatest extent permissible under applicable law.
|
146 |
+
c. Affirmer disclaims responsibility for clearing rights of other persons
|
147 |
+
that may apply to the Work or any use thereof, including without
|
148 |
+
limitation any person's Copyright and Related Rights in the Work.
|
149 |
+
Further, Affirmer disclaims responsibility for obtaining any necessary
|
150 |
+
consents, permissions or other rights required for any use of the
|
151 |
+
Work.
|
152 |
+
d. Affirmer understands and acknowledges that Creative Commons is not a
|
153 |
+
party to this document and has no duty or obligation with respect to
|
154 |
+
this CC0 or use of the Work.
|