Update README.md
Browse files
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())
|