Skip to content

Commit 6a0f7da

Browse files
authored
Merge branch 'main' into new_models
2 parents 9d45484 + 4ef0662 commit 6a0f7da

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This repo includes the models and a basic web server to chat with them.
55

66
## Motivation
77
Similar models exist but often utilize LLAMA which is only available under a noncommercial license. GLaDOS avoids this by utilizing EleutherAI's/togethercomputers apach 2.0 licensed base models and CC0 data.
8-
98
Additionally, GLaDOS is designed to be run fully standalone so you don't need to worry about your information being collected by a third party.
109

1110
## Quickstart
@@ -53,6 +52,8 @@ python src/run_server.py --model models/glados_starcoder --token <YOUR TOKEN HER
5352
| models/glados_starcoder | bigcode/starcoder | 15.5 Billion | BigCode OpenRAIL-M v1 | Best code & related performance |
5453
| models/neox_20b_full (deprecated) | togethercomputer/GPT-NeoXT-Chat-Base-20B | 20 Billion | Apache 2.0 | Old version of glados_together_20b |
5554

55+
One the model comes online it will be available at localhost:5950 and will print a URL you can open in your browser.
56+
5657
The first time the model runs it will download the base model, which is `togethercomputer/GPT-NeoXT-Chat-Base-20B`.
5758

5859
GLaDOS is fine-tuned on ShareGPT data. ShareGPT data is available under a CC0 (No rights reserved) license https://huggingface.co/datasets/RyokoAI/ShareGPT52K
@@ -97,3 +98,7 @@ Q : How does the model handle formatting?
9798
A : GLaDOS uses a slight variation on github flavored markdown to create lists tables and code blocks. Extra tags are added by the webserver to prettify the code blocks and tweak other small things.
9899

99100

101+
=======
102+
# Acknowledgements:
103+
104+
Big thanks to EleutherAI for GPT-NeoX, togethercomputer for GPT-Neoxt-chat-base and ShareGPT/RyokoAI for ShareGPT data!

0 commit comments

Comments
 (0)