Sadjad Alikhani
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -133,7 +133,7 @@ This will install **PyTorch**, **Torchvision**, and other required dependencies
|
|
133 |
|
134 |
### 5. **Load the DeepMIMO Dataset**
|
135 |
|
136 |
-
Before
|
137 |
|
138 |
📊 **Dataset Overview**
|
139 |
|
@@ -146,6 +146,9 @@ Before tokenizing and processing the data, you need to load the **DeepMIMO** dat
|
|
146 |
| Dataset 4 | 🌉 Santa Clara | 2689 | [DeepMIMO City Scenario 11](https://www.deepmimo.net/scenarios/deepmimo-city-scenario11/) |
|
147 |
| Dataset 5 | 🌅 San Diego | 2192 | [DeepMIMO City Scenario 7](https://www.deepmimo.net/scenarios/deepmimo-city-scenario7/) |
|
148 |
|
|
|
|
|
|
|
149 |
|
150 |
#### **Operational Settings**:
|
151 |
- **Antennas at BS**: 32
|
|
|
133 |
|
134 |
### 5. **Load the DeepMIMO Dataset**
|
135 |
|
136 |
+
Before proceeding with tokenization and data processing, the **DeepMIMO** dataset—or any dataset generated using the operational settings outlined below—must first be loaded. The table below provides a list of available datasets and their respective links for further details:
|
137 |
|
138 |
📊 **Dataset Overview**
|
139 |
|
|
|
146 |
| Dataset 4 | 🌉 Santa Clara | 2689 | [DeepMIMO City Scenario 11](https://www.deepmimo.net/scenarios/deepmimo-city-scenario11/) |
|
147 |
| Dataset 5 | 🌅 San Diego | 2192 | [DeepMIMO City Scenario 7](https://www.deepmimo.net/scenarios/deepmimo-city-scenario7/) |
|
148 |
|
149 |
+
It is important to note that these six datasets were **not** used during the pre-training of the LWM model, and the high-quality embeddings produced are a testament to LWM’s robust generalization capabilities rather than overfitting.
|
150 |
+
|
151 |
+
The operational settings below were used in generating the datasets for both the pre-training of LWM and the downstream tasks. If you intend to use custom datasets, please ensure they adhere to these configurations:
|
152 |
|
153 |
#### **Operational Settings**:
|
154 |
- **Antennas at BS**: 32
|