Sadjad Alikhani
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -105,7 +105,7 @@ This repository contains the implementation of **LWM** (Large Wireless Model), a
|
|
105 |
dataset = dataset_gen(preprocessed_chs, input_type, model)
|
106 |
```
|
107 |
|
108 |
-
6. **Use the
|
109 |
|
110 |
Finally, you can use the generated raw channels and their inferred LWM embeddings in your downstream tasks:
|
111 |
|
|
|
105 |
dataset = dataset_gen(preprocessed_chs, input_type, model)
|
106 |
```
|
107 |
|
108 |
+
6. **Use the Dataset in Downstream Tasks**
|
109 |
|
110 |
Finally, you can use the generated raw channels and their inferred LWM embeddings in your downstream tasks:
|
111 |
|