Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,12 @@ The pre-training phase involves 1 epoch on a filtered subset of 595K Conceptual
|
|
16 |
For model evaluation, please refer to the linked technical report (coming soon!).
|
17 |
|
18 |
### How to use
|
19 |
-
Start off by cloning the repository:
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
|
22 |
Install all the requirements by following instructions on requirements.txt
|
23 |
|
|
|
16 |
For model evaluation, please refer to the linked technical report (coming soon!).
|
17 |
|
18 |
### How to use
|
19 |
+
Start off by cloning the repository:
|
20 |
+
|
21 |
+
git clone https://huggingface.co/IntelLabs/LlavaOLMoBitnet1B
|
22 |
+
|
23 |
+
|
24 |
+
cd LlavaOLMoBitnet1B
|
25 |
|
26 |
Install all the requirements by following instructions on requirements.txt
|
27 |
|