Gryphe commited on
Commit
3264791
1 Parent(s): 2480d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -5,6 +5,11 @@ language:
5
  ---
6
  An experiment with gradient merges using [the following script](https://github.com/TehVenomm/LM_Transformers_BlockMerge), with [Chronos](https://huggingface.co/elinas/chronos-13b) as its primary model, augmented by [Hermes](https://huggingface.co/NousResearch/Nous-Hermes-13b) and [Wizard-Vicuna Uncensored](https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-HF).
7
 
 
 
 
 
 
8
  Chronos is a wonderfully verbose model, though it definitely seems to lack in the logic department. Hermes and WizardLM have been merged gradually, primarily in the higher layers (10+) in an attempt to rectify some of this behaviour.
9
 
10
  The main objective was to create an all-round model with improved story generation and roleplaying capabilities.
 
5
  ---
6
  An experiment with gradient merges using [the following script](https://github.com/TehVenomm/LM_Transformers_BlockMerge), with [Chronos](https://huggingface.co/elinas/chronos-13b) as its primary model, augmented by [Hermes](https://huggingface.co/NousResearch/Nous-Hermes-13b) and [Wizard-Vicuna Uncensored](https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-HF).
7
 
8
+ Quantizations are available from TheBloke (You're the best!):
9
+
10
+ [GGML](https://huggingface.co/TheBloke/MythoLogic-13B-GGML)
11
+ [GPTQ](https://huggingface.co/TheBloke/MythoLogic-13B-GPTQ)
12
+
13
  Chronos is a wonderfully verbose model, though it definitely seems to lack in the logic department. Hermes and WizardLM have been merged gradually, primarily in the higher layers (10+) in an attempt to rectify some of this behaviour.
14
 
15
  The main objective was to create an all-round model with improved story generation and roleplaying capabilities.