Image Feature Extraction
Transformers
Safetensors
ijepa
Inference Endpoints
qubvel-hf HF staff commited on
Commit
6e8cada
1 Parent(s): 43ea3b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ url_2 = "http://images.cocodataset.org/val2017/000000219578.jpg"
45
  image_1 = Image.open(requests.get(url_1, stream=True).raw)
46
  image_2 = Image.open(requests.get(url_2, stream=True).raw)
47
 
48
- model_id = "jmtzt/ijepa_vith16_1k"
49
  processor = AutoProcessor.from_pretrained(model_id)
50
  model = AutoModel.from_pretrained(model_id)
51
 
 
45
  image_1 = Image.open(requests.get(url_1, stream=True).raw)
46
  image_2 = Image.open(requests.get(url_2, stream=True).raw)
47
 
48
+ model_id = "facebook/ijepa_vith16_1k"
49
  processor = AutoProcessor.from_pretrained(model_id)
50
  model = AutoModel.from_pretrained(model_id)
51