Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- text2text-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- finance
|
| 10 |
+
- trading
|
| 11 |
+
- options
|
| 12 |
+
- quantitative
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# QS DeepSeek Platinum v3
|
| 18 |
+
|
| 19 |
+
High-quality training dataset for DeepSeek trading model.
|
| 20 |
+
|
| 21 |
+
## Dataset Details
|
| 22 |
+
|
| 23 |
+
- **Total samples:** 17,212
|
| 24 |
+
- **Format:** OpenAI messages format (system/user/assistant)
|
| 25 |
+
- **Sources:**
|
| 26 |
+
- qs-deepseek-platinum-15k (HF)
|
| 27 |
+
- Synthetic negative examples
|
| 28 |
+
- Live signals from Supabase
|
| 29 |
+
|
| 30 |
+
## Data Quality
|
| 31 |
+
|
| 32 |
+
| Metric | Value |
|
| 33 |
+
|--------|-------|
|
| 34 |
+
| Positive PnL | 74.4% |
|
| 35 |
+
| Negative PnL | 25.5% |
|
| 36 |
+
| Avg message length | 2,220 chars |
|
| 37 |
+
| Max message length | 8,922 chars |
|
| 38 |
+
|
| 39 |
+
## Label Distribution
|
| 40 |
+
|
| 41 |
+
- Neutral/Hold: 35.9%
|
| 42 |
+
- Strong Buy: 20.1%
|
| 43 |
+
- Strong Sell: 16.2%
|
| 44 |
+
- Buy: 13.0%
|
| 45 |
+
- Sell: 10.4%
|
| 46 |
+
|
| 47 |
+
## Improvements from v2
|
| 48 |
+
|
| 49 |
+
1. **More negative examples** (25.5% vs 2.3%)
|
| 50 |
+
2. **Larger dataset** (17k vs 13k)
|
| 51 |
+
3. **Length filtered** (max 9k chars)
|
| 52 |
+
4. **Merged with live data**
|
| 53 |
+
|
| 54 |
+
## Usage
|
| 55 |
+
|
| 56 |
+
```python
|
| 57 |
+
from datasets import load_dataset
|
| 58 |
+
|
| 59 |
+
dataset = load_dataset("henryzhang2024/qs-deepseek-platinum-v3")
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## License
|
| 63 |
+
|
| 64 |
+
MIT
|