damian0815
commited on
Commit
•
d211807
1
Parent(s):
6d55f71
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ MiniGPT-4 checkpoint aligned with @panopstor's FF7R dataset (link in the EveryDr
|
|
5 |
|
6 |
Easiest way to use this is to launch a docker instance for [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui), eg `TheBloke/runpod-pytorch-runclick`, follow the instructions for MiniGPT-4 [here](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/multimodal). For now you'll need to manually edit `minigpt_pipeline.py` ([this line](`https://github.com/Wojtab/minigpt-4-pipeline/blob/16eda85c4bb15e2b1b05b20c55907a8ea2c06764/minigpt4_pipeline.py#L52) to point to [the .pth file in this repo](minigpt4-align-ff7r.pth) instead of the default.
|
7 |
|
|
|
|
|
|
|
|
|
8 |
## Sample output:
|
9 |
|
10 |
![](examples/1.png)
|
|
|
5 |
|
6 |
Easiest way to use this is to launch a docker instance for [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui), eg `TheBloke/runpod-pytorch-runclick`, follow the instructions for MiniGPT-4 [here](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/multimodal). For now you'll need to manually edit `minigpt_pipeline.py` ([this line](`https://github.com/Wojtab/minigpt-4-pipeline/blob/16eda85c4bb15e2b1b05b20c55907a8ea2c06764/minigpt4_pipeline.py#L52) to point to [the .pth file in this repo](minigpt4-align-ff7r.pth) instead of the default.
|
7 |
|
8 |
+
## Dataset
|
9 |
+
|
10 |
+
adapted from the @panopstor's FF7R dataset - [zip here](cc_sbu_align_ff7r.zip)
|
11 |
+
|
12 |
## Sample output:
|
13 |
|
14 |
![](examples/1.png)
|