Sadjad Alikhani commited on
Commit
6fed74d
·
verified ·
1 Parent(s): e058cdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 dataset in your downstream tasks**
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