File size: 895 Bytes
17b7ba4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Hugging Face Upload Instructions

This bundle is prepared for a Hugging Face dataset repository.

Recommended repository id:

```text
Zipeng365/TSDecompose-Benchmark
```

Dry-run checks:

```powershell
hf auth whoami
Get-ChildItem -Recurse -File . | Measure-Object Length -Sum
```

Create the dataset repository when ready:

```powershell
hf repo create Zipeng365/TSDecompose-Benchmark --repo-type dataset --private --exist-ok
```

Upload the prepared bundle:

```powershell
hf upload Zipeng365/TSDecompose-Benchmark . --repo-type dataset --commit-message "Add ICML 2026 TSDecompose benchmark release"
```

After upload, check:

```powershell
hf download Zipeng365/TSDecompose-Benchmark README.md --repo-type dataset --local-dir .hf_upload_check
```

Do not upload the old full website or large `_downloads` source archives into this repository unless a separate LFS/storage policy is chosen.