jadechoghari
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ This is the Gemma-2B version of ferret-ui. It follows from [this paper](https://
|
|
13 |
You will need first to download `builder.py`, `conversation.py`, and `inference.py` locally.
|
14 |
|
15 |
```bash
|
16 |
-
wget https://huggingface.co/jadechoghari/Ferret-UI-
|
17 |
-
wget https://huggingface.co/jadechoghari/Ferret-UI-
|
18 |
-
wget https://huggingface.co/jadechoghari/Ferret-UI-
|
19 |
```
|
20 |
|
21 |
### Usage:
|
|
|
13 |
You will need first to download `builder.py`, `conversation.py`, and `inference.py` locally.
|
14 |
|
15 |
```bash
|
16 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Gemma2b/raw/main/conversation.py
|
17 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Gemma2b/raw/main/builder.py
|
18 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Gemma2b/raw/main/inference.py
|
19 |
```
|
20 |
|
21 |
### Usage:
|