lxj321 commited on
Commit
f24fbf8
·
verified ·
1 Parent(s): 24b3272

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +133 -1
README.md CHANGED
@@ -1,4 +1,136 @@
1
- Multi-config Radiomap Dataset and Pretrained Model Towards U6G XL-MIMO
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  ---
3
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 那我直接往下给你一套**现在就能改**的方案。
2
+
3
+ 你下一步就做三件事:
4
+
5
+ 1. 把 `README.md` 改成带 YAML 头的正式 dataset card
6
+ 2. 新增一个轻量 `metadata.csv`,让页面至少有可 preview 的表
7
+ 3. 在 README 里把 **dataset / pretrained model / code / website / citation / license** 一次写清楚
8
+
9
+ 下面我直接给你可粘贴内容。
10
+
11
+ ---
12
+
13
+ ## 一、README.md 最开头这样改
14
+
15
+ 把你现在那个很短的 README 全部替换成下面这版。
16
+
17
+ ````md
18
  ---
19
  license: cc-by-4.0
20
+ pretty_name: Multi-config Radiomap Dataset and Pretrained Models for U6G XL-MIMO
21
+ task_categories:
22
+ - regression
23
+ task_ids:
24
+ - other
25
+ tags:
26
+ - wireless
27
+ - radiomap
28
+ - xl-mimo
29
+ - u6g
30
+ - beamforming
31
+ - benchmark
32
+ - signal-processing
33
+ size_categories:
34
+ - 10K<n<100K
35
+ language:
36
+ - en
37
  ---
38
+
39
+ # Multi-config Radiomap Dataset and Pretrained Models for U6G XL-MIMO
40
+
41
+ This repository provides the **public release of the Multi-config Radiomap Dataset and pretrained models** for **U6G / XL-MIMO radiomap prediction**.
42
+
43
+ It includes:
44
+ - a large-scale radiomap dataset across **800 urban scenes**
45
+ - multiple frequency bands and array configurations
46
+ - beam-map-related benchmark resources
47
+ - pretrained models for benchmark tasks
48
+
49
+ ## Links
50
+
51
+ - **Project Website:** https://lxj321.github.io/MulticonfigRadiomapDataset/
52
+ - **Code Repository:** https://github.com/Lxj321/MulticonfigRadiomapDataset
53
+ - **Dataset + Pretrained Models:** this Hugging Face repository
54
+
55
+ ## Contents
56
+
57
+ ### Files in this repository
58
+
59
+ - `Dataset_*.zip`
60
+ Main dataset package, including radiomap-related data and associated resources.
61
+
62
+ - `Pretrained_Model_*.zip`
63
+ Pretrained models for benchmark tasks.
64
+
65
+ - `metadata.csv`
66
+ Lightweight metadata index for preview and quick inspection.
67
+
68
+ ## Dataset Summary
69
+
70
+ This project is designed for studying:
71
+ - multi-configuration radiomap prediction
72
+ - cross-configuration generalization
73
+ - cross-environment generalization
74
+ - beam-aware radiomap modeling
75
+ - sparse radiomap reconstruction
76
+
77
+ ### Quick facts
78
+
79
+ - **Scenes:** 800
80
+ - **Frequency bands:** 1.8 / 2.6 / 3.5 / 4.9 / 6.7 GHz
81
+ - **TX antenna scale:** up to 32x32 UPA
82
+ - **Beam settings:** 1 / 8 / 16 / 64 beams
83
+
84
+ ## Intended Usage
85
+
86
+ This dataset is intended for:
87
+ - benchmark evaluation of radiomap prediction methods
88
+ - studying generalization across unseen array configurations
89
+ - studying generalization across unseen environments
90
+ - evaluating physics-informed features such as beam maps
91
+ - reproducing the results of the associated benchmark project
92
+
93
+ ## Download and Usage
94
+
95
+ Download the released zip packages from the **Files and versions** tab.
96
+
97
+ For code, preprocessing, training, evaluation, and benchmark usage, please refer to:
98
+ - **GitHub:** https://github.com/Lxj321/MulticonfigRadiomapDataset
99
+ - **Project Website:** https://lxj321.github.io/MulticonfigRadiomapDataset/
100
+
101
+ ## Repository Structure
102
+
103
+ The released resources are organized around:
104
+ - dataset files
105
+ - pretrained model files
106
+ - project documentation
107
+ - benchmark code in the GitHub repository
108
+
109
+ ## Citation
110
+
111
+ If you use this dataset or the pretrained models, please cite the associated project and paper.
112
+
113
+ ```bibtex
114
+ @misc{To be added,
115
+ title = {U6G XL-MIMO Radiomap Prediction: Multi-config Dataset and Beam Map Approach},
116
+ author = {Xiaojie Li and collaborators},
117
+ year = {2026},
118
+ howpublished = {\url{https://lxj321.github.io/MulticonfigRadiomapDataset/}}
119
+ }
120
+ ```
121
+
122
+ Formal citation information will be updated after the paper metadata is finalized.
123
+
124
+ ## License
125
+
126
+ * **Dataset:** CC BY 4.0
127
+ * **Code:** see the GitHub repository license
128
+ * **Pretrained models:** released together with this dataset repository unless otherwise specified
129
+
130
+ ## Contact
131
+
132
+ **Xiaojie Li**
133
+ [xiaojieli@seu.edu.cn](mailto:xiaojieli@seu.edu.cn)
134
+ [xiaojieli@nuaa.edu.cn](mailto:xiaojieli@nuaa.edu.cn)
135
+
136
+