mengflz commited on
Commit
4fb5e76
Β·
verified Β·
1 Parent(s): cbadf50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- β”œβ”€β”€ UNIv2_rep_genes.pt
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
  ```