qubvel-hf HF staff commited on
Commit
4adfbdb
1 Parent(s): b2ec390

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ Table of Contents:
23
  ```python
24
  import segmentation_models_pytorch as smp
25
 
26
- model = smp.from_pretrained("<save-directory-or-this-repo>")
27
  ```
28
 
29
  ## Model init parameters
 
23
  ```python
24
  import segmentation_models_pytorch as smp
25
 
26
+ model = smp.from_pretrained("smp-hub/segformer-b5-640x640-ade-160k")
27
  ```
28
 
29
  ## Model init parameters