ShuxianZou commited on
Commit
8319cd5
·
verified ·
1 Parent(s): 27e43fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -32,6 +32,7 @@ tags:
32
 
33
 
34
  ## Usage
 
35
  **Download model**
36
  ```python
37
  from huggingface_hub import snapshot_download
@@ -44,6 +45,8 @@ snapshot_download(repo_id=model_name, local_dir=genbio_models_path)
44
  ```
45
 
46
  **Evaluation script**
 
 
47
  ```bash
48
  CONFIG_FILE=... # put the config file path here
49
  CKPT_PATH=... # put the model checkpoint path here
 
32
 
33
 
34
  ## Usage
35
+
36
  **Download model**
37
  ```python
38
  from huggingface_hub import snapshot_download
 
45
  ```
46
 
47
  **Evaluation script**
48
+
49
+ Once you download the model, you can use the model in [ModelGenertor](https://github.com/genbio-ai/ModelGenerator) using the following script:
50
  ```bash
51
  CONFIG_FILE=... # put the config file path here
52
  CKPT_PATH=... # put the model checkpoint path here