Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
This script allows you to enter prompts (separated by a &), model names and the model keywords in order to generate a grid comparing the outputs.
|
2 |
It works just like the regular x/y plot except it adds the token of the model to the beginning of each prompt and since it uses a & character as the separator you are able to make more complex prompts if you want since you can use commas and dots.
|
3 |
|
|
|
|
|
|
|
4 |
|
|
|
1 |
This script allows you to enter prompts (separated by a &), model names and the model keywords in order to generate a grid comparing the outputs.
|
2 |
It works just like the regular x/y plot except it adds the token of the model to the beginning of each prompt and since it uses a & character as the separator you are able to make more complex prompts if you want since you can use commas and dots.
|
3 |
|
4 |
+
Example: While training mutiple models with different parameters I created a grid to compare the results using the same prompts and settings.
|
5 |
+
<img>https://huggingface.co/Froddan/model_compare_script/resolve/main/xy_grid-0000-1085432319-.jpg</img>
|
6 |
+
|
7 |
|