lusxvr HF Staff commited on
Commit
26fcea5
·
verified ·
1 Parent(s): 24a7680

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -39,6 +39,7 @@ pipeline_tag: image-text-to-text
39
  - MMStar Accuracy: 35.3%
40
 
41
  **Usage:**
 
42
  ```python
43
  path_to_hf_file = hf_hub_download(repo_id="lusxvr/nanoVLM-222M", filename="nanoVLM-222M.pth")
44
  model = VLM(cfg.VLMConfig())
 
39
  - MMStar Accuracy: 35.3%
40
 
41
  **Usage:**
42
+ Usable through the nanoVLM repository: https://github.com/huggingface/nanoVLM
43
  ```python
44
  path_to_hf_file = hf_hub_download(repo_id="lusxvr/nanoVLM-222M", filename="nanoVLM-222M.pth")
45
  model = VLM(cfg.VLMConfig())