Doctor-Shotgun commited on
Commit
b00992c
·
1 Parent(s): 34ad1cb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - llama
9
+ - llama-2
10
+ - not-for-all-audiences
11
+ ---
12
+ # Model Card: mythospice-70b
13
+
14
+ This is a Llama 2-based model consisting of a merge of several models using SLERP:
15
+ - [jondurbin/spicyboros-70b-2.2](https://huggingface.co/jondurbin/spicyboros-70b-2.2)
16
+ - [elinas/chronos-70b-v2](https://huggingface.co/elinas/chronos-70b-v2)
17
+ - [NousResearch/Nous-Hermes-Llama2-70b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b)
18
+
19
+ ## Usage:
20
+ Due to this being a merge of multiple models, different prompt formats may work, but you can try the Alpaca instruction format:
21
+ ```
22
+ ### Instruction:
23
+ <prompt>
24
+
25
+ ### Input:
26
+ <additional context>
27
+
28
+ ### Response:
29
+ <leave a newline blank for model to respond>
30
+ ```
31
+ ## Bias, Risks, and Limitations
32
+ The model will show biases similar to those observed in niche roleplaying forums on the Internet, besides those exhibited by the base model. It is not intended for supplying factual information or advice in any form.
33
+ ## Training Details
34
+ This model is a merge. Please refer to the link repositories of the merged models for details.