totally-not-an-llm commited on
Commit
6d66995
·
1 Parent(s): 47851d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -4,17 +4,25 @@ license: llama2
4
 
5
  # AlpacaCielo-13b
6
 
7
- ![cute cloud alpaca](https://huggingface.co/totally-not-an-llm/AlpacaCielo-13b/resolve/main/alpaca.png)
 
 
 
8
 
9
- AlpacaCielo-13b is a llama-2 based model designed for creative tasks, such as storytelling and roleplay. It is a triple model merge of Nous-Hermes + Guanaco + Storywriter. While it is mostly uncensored, it inherits some alignment from Guanaco.
 
 
 
10
 
11
  **Prompt format is:**
12
 
13
  ```
14
- ### Human: prompt
15
  ### Assistant:
16
  ```
17
 
18
- wip
19
 
20
- *Special thanks to previous similar models such as Alpacino, Alpasta, and AlpacaDente for inspiring the creation of this model.*
 
 
 
4
 
5
  # AlpacaCielo-13b
6
 
7
+ <figure>
8
+ <img src="https://huggingface.co/totally-not-an-llm/AlpacaCielo-13b/resolve/main/alpaca.png" alt="cute cloud alpaca">
9
+ <figcaption style="font-size: 1em;"><i>super cute baby alpaca laying on a clouds", Model: epicrealism_pureEvolutionV3</i></figcaption>
10
+ </figure>
11
 
12
+
13
+
14
+
15
+ AlpacaCielo-13b is a llama-2 based model designed for creative tasks, such as storytelling and roleplay, while still doing well with other chatbot purposes. It is a triple model merge of Nous-Hermes + Guanaco + Storywriter. While it is mostly *"uncensored"*, it still inherits some alignment from Guanaco.
16
 
17
  **Prompt format is:**
18
 
19
  ```
20
+ ### Human: {prompt}
21
  ### Assistant:
22
  ```
23
 
24
+ *Thanks to previous similar models such as Alpacino, Alpasta, and AlpacaDente for inspiring the creation of this model. Thanks also to the creators of the models involved in the merge. Original models:*
25
 
26
+ - [Nous-Hermes-Llama-2](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b)
27
+ - [Guanaco QLoRA](https://huggingface.co/Mikael110/llama-2-13b-guanaco-qlora)
28
+ - [Storywriter LoRA](https://huggingface.co/Blackroot/Llama-2-13B-Storywriter-LORA)