Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,15 +12,24 @@ size_categories:
|
|
12 |
---
|
13 |
LLM Trading Instruction Dataset – 2025 Edition
|
14 |
|
|
|
15 |
Filename: llm_trading_dataset_20250629_115540.jsonl
|
16 |
Size: 20,306 entries
|
17 |
Format: JSON Lines (.jsonl)
|
18 |
Created: June 29, 2025
|
19 |
Task Type: Instruction Tuning for Financial Signal Prediction
|
20 |
Target Use: Finetuning Instruction-Following LLMs (e.g., LLaMA, Mistral, GPT-NeoX)
|
|
|
|
|
|
|
21 |
🧠 Dataset Overview
|
22 |
|
23 |
-
This dataset is crafted to train and evaluate large language models for predicting Buy/Sell signals based on technical indicators in real-world market conditions.
|
|
|
|
|
|
|
|
|
|
|
24 |
📁 Format
|
25 |
|
26 |
Each line contains a JSON object with the following fields:
|
|
|
12 |
---
|
13 |
LLM Trading Instruction Dataset – 2025 Edition
|
14 |
|
15 |
+
```
|
16 |
Filename: llm_trading_dataset_20250629_115540.jsonl
|
17 |
Size: 20,306 entries
|
18 |
Format: JSON Lines (.jsonl)
|
19 |
Created: June 29, 2025
|
20 |
Task Type: Instruction Tuning for Financial Signal Prediction
|
21 |
Target Use: Finetuning Instruction-Following LLMs (e.g., LLaMA, Mistral, GPT-NeoX)
|
22 |
+
|
23 |
+
```
|
24 |
+
|
25 |
🧠 Dataset Overview
|
26 |
|
27 |
+
This dataset is crafted to train and evaluate large language models for predicting Buy/Sell signals based on technical indicators in real-world market conditions.
|
28 |
+
|
29 |
+
Each entry follows a structured instruction format, making it suitable for instruction-tuned or reinforcement-aligned LLMs.
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
📁 Format
|
34 |
|
35 |
Each line contains a JSON object with the following fields:
|