Update README.md
Browse files
README.md
CHANGED
|
@@ -159,9 +159,9 @@ For questions and issues, please open an issue on the repository or contact the
|
|
| 159 |
```
|
| 160 |
.
|
| 161 |
βββ README.md # This file
|
| 162 |
-
βββ models_config.json # Configuration for all models
|
| 163 |
βββ UNI_rep_genes.pt # Model weights
|
| 164 |
-
βββ
|
| 165 |
βββ Virchow_rep_genes.pt
|
|
|
|
| 166 |
βββ ... (other model files)
|
| 167 |
```
|
|
|
|
| 159 |
```
|
| 160 |
.
|
| 161 |
βββ README.md # This file
|
|
|
|
| 162 |
βββ UNI_rep_genes.pt # Model weights
|
| 163 |
+
βββ UNI_rep_config.json # Configuration for each model
|
| 164 |
βββ Virchow_rep_genes.pt
|
| 165 |
+
βββ Virchow_rep_config.json
|
| 166 |
βββ ... (other model files)
|
| 167 |
```
|