Crataco commited on
Commit
01d788e
1 Parent(s): fab18a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -32,6 +32,14 @@ aid2classic-ggml-q5_1.bin | 1.2 GiB | 1.7 GiB
32
  aid2classic-ggml-q8_0.bin | 1.7 GiB | 2.2 GiB
33
  aid2classic-ggml-f16.bin | 3.2 GiB | 3.6 GiB
34
 
 
 
 
 
 
 
 
 
35
  **Notes:**
36
  - KoboldCpp [[bfc696f]](https://github.com/LostRuins/koboldcpp/tree/bfc696fcc452975dbe8967c39301ba856d04a030) was tested without OpenBLAS.
37
  - Oobabooga [[895ec9d]](https://github.com/oobabooga/text-generation-webui/tree/895ec9dadb96120e8202a83052bf9032ca3245ae) was tested with with the `--model <model> --loader ctransformers --model_type gpt2` launch arguments.
 
32
  aid2classic-ggml-q8_0.bin | 1.7 GiB | 2.2 GiB
33
  aid2classic-ggml-f16.bin | 3.2 GiB | 3.6 GiB
34
 
35
+ **Description:**
36
+
37
+ 2019 AI Dungeon users may recognize the model quantized was used by [the open-source AI Dungeon 2 project](https://github.com/Latitude-Archives/AIDungeon) and its various forks. This was before it moved to its own website and rebranded to "AI Dungeon".
38
+
39
+ 2020-2021 AI Dungeon users may recognize this model as "Classic".
40
+
41
+ If you want a better model trained on the same dataset, see [Spring Dragon 13B](https://huggingface.co/TheBloke/Spring-Dragon-GGUF), intended to replicate 2020 AI Dungeon's "Dragon" experience on local hardware.
42
+
43
  **Notes:**
44
  - KoboldCpp [[bfc696f]](https://github.com/LostRuins/koboldcpp/tree/bfc696fcc452975dbe8967c39301ba856d04a030) was tested without OpenBLAS.
45
  - Oobabooga [[895ec9d]](https://github.com/oobabooga/text-generation-webui/tree/895ec9dadb96120e8202a83052bf9032ca3245ae) was tested with with the `--model <model> --loader ctransformers --model_type gpt2` launch arguments.