datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
sedoy-trader-data
Седой Трейдер — Исторические датасеты для forex
Три пары: XAUUSD (Gold), EURUSD, USDJPY
Период: 2018-01-01 — 2026-05-01
Создано: 2026-05-02
Состав
1. Макро-датасеты (*_macro_2018_2026.csv)
Для каждого релиза макро-индикатора (NFP, CPI, PPI, ISM Manu, ISM Services, Retail Sales, Housing Starts):
date — дата релиза
indicator — название индикатора
value — значение
prev_value — предыдущее значение
price_before — цена закрытия до релиза
price_after_1d/3d/7d — цена… See the full description on the dataset page: https://huggingface.co/datasets/PedalPena/sedoy-trader-data.stock-trader-sft-v3trader-sentimentHello! Welcome to my first dataset!
Background:
For my first AI project I wrote a fine-tuned a model and trained a LLM to pull stock specific sentiments from the r/wallstreetbets subreddit. My goal was not to make predictions
based on the content but to use AI to quickly scan over posts, analyze what is being said, and determine if the user is postive, negative, mixed or nuetral about X,Y and Z stock.
The data is then saved in a local sqlite DB and is visualized @… See the full description on the dataset page: https://huggingface.co/datasets/caiomauro/trader-sentiment.simp-trader-dataset
SIMP SIMP QuantumArb Trader — Identity Training Data
167 training examples for the SIMP QuantumArb Trader agent.
Format
JSONL with messages array (system/user/assistant).
Training
from datasets import load_dataset
dataset = load_dataset("automationkasey/simp-trader-dataset", split="train")
