jadechoghari
commited on
Commit
•
da21963
1
Parent(s):
c659477
Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,14 @@ This is the **Gemma-2B** version of ferret-ui. It follows from [this paper](http
|
|
10 |
|
11 |
## How to Use 🤗📱
|
12 |
|
13 |
-
You will need first to download `builder.py`, `conversation.py`, `inference.py` and `
|
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 |
wget https://huggingface.co/jadechoghari/Ferret-UI-Gemma2b/raw/main/model_UI.py
|
|
|
20 |
```
|
21 |
|
22 |
### Usage:
|
|
|
10 |
|
11 |
## How to Use 🤗📱
|
12 |
|
13 |
+
You will need first to download `builder.py`, `conversation.py`, `inference.py`, `model_UI.py`, and `mm_utils.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 |
wget https://huggingface.co/jadechoghari/Ferret-UI-Gemma2b/raw/main/model_UI.py
|
20 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Gemma2b/raw/main/mm_utils.py
|
21 |
```
|
22 |
|
23 |
### Usage:
|