fesvhtr commited on
Commit
1832b32
·
verified ·
1 Parent(s): 99dc0fe

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-L14-336-S2"
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-L14-336-S2"
31
  model = CLIPModel.from_pretrained(model_id)
32
  processor = CLIPProcessor.from_pretrained(model_id)
33
  ```