Upload 3 files
Browse files- README.md +111 -0
- TERMS_OF_USE.md +26 -0
- prompts_over_1k_tokens_part_001.csv +0 -0
README.md
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: custom
|
| 4 |
+
license_link: https://huggingface.co/datasets/Aipresso/MEGA-cleaned-prompts/blob/main/TERMS_OF_USE.md
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
- question-answering
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
tags:
|
| 11 |
+
- prompts
|
| 12 |
+
- training-data
|
| 13 |
+
- conversational-ai
|
| 14 |
+
- cleaned-data
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1M<n<10M
|
| 17 |
+
pretty_name: Cleaned Prompts Mega Dataset
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Cleaned Prompts Mega Dataset
|
| 21 |
+
|
| 22 |
+
**Created by Aipresso LIMITED, London, UK**
|
| 23 |
+
|
| 24 |
+
> **⚠️ IMPORTANT: By using this dataset, you agree to our [Terms of Use](TERMS_OF_USE.md)**
|
| 25 |
+
>
|
| 26 |
+
> **You must provide attribution when using this data in publications, research, or commercial products.**
|
| 27 |
+
|
| 28 |
+
## Dataset Overview
|
| 29 |
+
|
| 30 |
+
A comprehensive collection of 2.7 million cleaned English prompts, meticulously processed for training advanced language models and AI systems.
|
| 31 |
+
|
| 32 |
+
### 📊 Dataset Statistics
|
| 33 |
+
|
| 34 |
+
| Metric | Value |
|
| 35 |
+
|--------|-------|
|
| 36 |
+
| Total Rows | 2,689,957 |
|
| 37 |
+
| Original Source Rows | 5,765,568 |
|
| 38 |
+
| Rows After Cleaning | 2,689,957 |
|
| 39 |
+
| Data Retention Rate | 46.7% |
|
| 40 |
+
| File Size | 2.28 GB |
|
| 41 |
+
| Token Range | 1 to 10,000 tokens per prompt |
|
| 42 |
+
|
| 43 |
+
### 🧹 Data Cleaning Process
|
| 44 |
+
|
| 45 |
+
- **Removed duplicates** and anomalous entries
|
| 46 |
+
- **Filtered for English-only** content
|
| 47 |
+
- **Stripped unnecessary quotes** and formatting artifacts
|
| 48 |
+
- **Calculated token counts** for each prompt
|
| 49 |
+
- **Removed blank** and low-quality entries
|
| 50 |
+
|
| 51 |
+
### 📁 File Structure
|
| 52 |
+
data/
|
| 53 |
+
└── cleaned_prompts_mega.csv
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
### 🎯 Intended Use Cases
|
| 57 |
+
|
| 58 |
+
- Fine-tuning large language models (LLMs)
|
| 59 |
+
- Training conversational AI assistants
|
| 60 |
+
- Research in natural language processing
|
| 61 |
+
- Development of prompt-response systems
|
| 62 |
+
- Academic research and commercial AI applications
|
| 63 |
+
|
| 64 |
+
### 🔧 Technical Details
|
| 65 |
+
|
| 66 |
+
**Columns:**
|
| 67 |
+
- `prompt` (string): The cleaned English text prompt
|
| 68 |
+
- `token_count` (integer): Number of tokens in the prompt
|
| 69 |
+
|
| 70 |
+
**Format:** CSV
|
| 71 |
+
**Encoding:** UTF-8
|
| 72 |
+
|
| 73 |
+
### 📜 License and Attribution
|
| 74 |
+
|
| 75 |
+
This dataset is provided under custom terms. **Attribution is required** for all use cases.
|
| 76 |
+
|
| 77 |
+
**Required Citation:**
|
| 78 |
+
```bibtex
|
| 79 |
+
@dataset{aipresso_cleaned_prompts_2024,
|
| 80 |
+
title = {Cleaned Prompts Mega Dataset},
|
| 81 |
+
author = {Aipresso LIMITED},
|
| 82 |
+
year = {2024},
|
| 83 |
+
publisher = {Hugging Face},
|
| 84 |
+
url = {https://huggingface.co/datasets/Aipresso/cleaned_mega_prompts.csv}
|
| 85 |
+
}
|
| 86 |
+
|
| 87 |
+
|
| 88 |
+
from datasets import load_dataset
|
| 89 |
+
|
| 90 |
+
dataset = load_dataset("Aipresso/cleaned_mega_prompts.csv")
|
| 91 |
+
|
| 92 |
+
📈 Quality Metrics
|
| 93 |
+
Cleaning Rigor: 3+ million rows filtered for quality
|
| 94 |
+
|
| 95 |
+
Content Diversity: Wide range of topics and styles
|
| 96 |
+
|
| 97 |
+
Ready-to-Use: Pre-processed and validated
|
| 98 |
+
|
| 99 |
+
Enterprise Grade: Suitable for commercial applications
|
| 100 |
+
|
| 101 |
+
🔗 Related Datasets
|
| 102 |
+
Check our profile for additional categorized datasets:
|
| 103 |
+
|
| 104 |
+
Short-form prompts (<512 tokens)
|
| 105 |
+
|
| 106 |
+
Medium-length prompts (512-1K tokens)
|
| 107 |
+
|
| 108 |
+
Long-form prompts (>1K tokens)
|
| 109 |
+
|
| 110 |
+
Maintained by Aipresso LIMITED, London, UK | View Terms of Use
|
| 111 |
+
|
TERMS_OF_USE.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Terms of Use for Cleaned Prompts Mega Dataset
|
| 2 |
+
|
| 3 |
+
## Attribution Requirement
|
| 4 |
+
When using this dataset in any publication, research, or commercial product, you must include:
|
| 5 |
+
|
| 6 |
+
**"Dataset: Cleaned Prompts Mega by Aipresso - https://huggingface.co/datasets/Aipresso/cleaned-prompts-mega"**
|
| 7 |
+
|
| 8 |
+
## Usage Rights
|
| 9 |
+
- ✅ **Allowed**: Research, commercial use, model training, academic projects
|
| 10 |
+
- ✅ **Required**: Proper attribution and citation
|
| 11 |
+
- ✅ **Encouraged**: Sharing improvements and derivatives
|
| 12 |
+
|
| 13 |
+
## Restrictions
|
| 14 |
+
- ❌ **Not Allowed**: Reselling the raw dataset without significant value addition
|
| 15 |
+
- ❌ **Not Allowed**: Claiming original creation of the dataset
|
| 16 |
+
- ❌ **Not Allowed**: Using for illegal or harmful purposes
|
| 17 |
+
|
| 18 |
+
## Citation
|
| 19 |
+
```bibtex
|
| 20 |
+
@dataset{aipresso_cleaned_prompts_2024,
|
| 21 |
+
title = {Cleaned Prompts Mega Dataset},
|
| 22 |
+
author = {Aipresso},
|
| 23 |
+
year = {2024},
|
| 24 |
+
publisher = {Hugging Face},
|
| 25 |
+
url = {https://huggingface.co/datasets/Aipresso/cleaned-prompts-mega}
|
| 26 |
+
}
|
prompts_over_1k_tokens_part_001.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|