major package upgrade&new weights

This commit is contained in:
rmaphoh
2025-02-19 15:09:23 +00:00
parent 6b9f3c77ba
commit 4ba69f2d1b
+5
View File
@@ -95,6 +95,11 @@ To fine tune RETFound on your own data, follow these steps:
huggingface-cli login --token YOUR_HUGGINGFACE_TOKEN huggingface-cli login --token YOUR_HUGGINGFACE_TOKEN
``` ```
**Optional**: if your machine and server cannot access HuggingFace due to internet wall, run the command below (Do not run it if you can access):
```
export HF_ENDPOINT=https://hf-mirror.com
```
3. Organise your data into this directory structure (Public datasets used in this study can be [downloaded here](BENCHMARK.md)) 3. Organise your data into this directory structure (Public datasets used in this study can be [downloaded here](BENCHMARK.md))
``` ```