jadechoghari commited on
Commit
d068b7e
·
verified ·
1 Parent(s): a3b6b27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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-Llama8b/raw/main/conversation.py
17
- wget https://huggingface.co/jadechoghari/Ferret-UI-Llama8b/raw/main/builder.py
18
- wget https://huggingface.co/jadechoghari/Ferret-UI-Llama8b/raw/main/inference.py
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: