Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Text generation web UI
|
| 2 |
|
| 3 |
A gradio web UI for running Large Language Models like LLaMA, llama.cpp, GPT-J, Pythia, OPT, and GALACTICA.
|
|
@@ -327,4 +336,4 @@ Before reporting a bug, make sure that you have:
|
|
| 327 |
- Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
| 328 |
- Verbose preset: Anonymous 4chan user.
|
| 329 |
- NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets
|
| 330 |
-
- Code for early stopping in chat mode, code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: openrail
|
| 3 |
+
title: SinGPT Premium
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: 👁
|
| 6 |
+
colorFrom: red
|
| 7 |
+
colorTo: blue
|
| 8 |
+
app_file: run.py
|
| 9 |
+
---
|
| 10 |
# Text generation web UI
|
| 11 |
|
| 12 |
A gradio web UI for running Large Language Models like LLaMA, llama.cpp, GPT-J, Pythia, OPT, and GALACTICA.
|
|
|
|
| 336 |
- Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
| 337 |
- Verbose preset: Anonymous 4chan user.
|
| 338 |
- NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets
|
| 339 |
+
- Code for early stopping in chat mode, code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/
|