File size: 1,108 Bytes
a96aba3
 
 
 
 
 
 
 
 
 
 
ddcb460
a96aba3
ddcb460
a96aba3
ddcb460
a96aba3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
pretty_name: Trading Forecasting Data
license: other
task_categories:
- tabular-classification
- tabular-regression
tags:
- finance
- forecasting
- market-data
---

# Trading Forecasting Dataset

Upload the contents of this `dataset` folder to a separate Hugging Face Dataset repository.

Expected Dataset repo root:

```text
Data/
Alt Data/
README.md
.gitattributes
```

The Hugging Face Space backend expects these folders to hydrate into its `research_runtime` folder:

- `Data/`
- `Alt Data/`

After uploading this dataset repo, set this Space environment variable:

```text
HF_DATASET_REPO_ID=your-hf-username/your-forecasting-dataset
```

Optional:

```text
HF_DATASET_REVISION=main
```

The backend will download this dataset at startup if `research_runtime/Data` or `research_runtime/Alt Data` is missing. It also checks before update/retrain jobs.

## Upload Notes

This repo contains large CSV files. Use Git LFS or `huggingface-cli upload` / `huggingface_hub` upload helpers rather than dragging hundreds of files into the browser.

Keep the folder names exactly as-is:

- `Data`
- `Alt Data`