fesvhtr commited on
Commit
2970acd
·
verified ·
1 Parent(s): 7b64176

docs: update usage model id namespace

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ tags: []
27
  ```python
28
  from transformers import CLIPModel, CLIPProcessor
29
 
30
- model_id = "fesvhtr/ReasonCLIP-B32-S1"
31
  model = CLIPModel.from_pretrained(model_id)
32
  processor = CLIPProcessor.from_pretrained(model_id)
33
  ```
 
27
  ```python
28
  from transformers import CLIPModel, CLIPProcessor
29
 
30
+ model_id = "RISys-Lab/ReasonCLIP-B32-S1"
31
  model = CLIPModel.from_pretrained(model_id)
32
  processor = CLIPProcessor.from_pretrained(model_id)
33
  ```