Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ pip install git+https://github.com/bfshi/scaling_on_scales.git
|
|
| 23 |
from transformers import AutoConfig, AutoModel
|
| 24 |
from termcolor import colored
|
| 25 |
|
| 26 |
-
model_path = "Efficient-Large-Model/NVILA-Lite-2B-
|
| 27 |
|
| 28 |
# you can use config
|
| 29 |
config = AutoConfig.from_pretrained(model_path, trust_remote_code=True)
|
|
|
|
| 23 |
from transformers import AutoConfig, AutoModel
|
| 24 |
from termcolor import colored
|
| 25 |
|
| 26 |
+
model_path = "Efficient-Large-Model/NVILA-Lite-2B-Verifier"
|
| 27 |
|
| 28 |
# you can use config
|
| 29 |
config = AutoConfig.from_pretrained(model_path, trust_remote_code=True)
|