tohur commited on
Commit
a1dd528
1 Parent(s): 4bf70b3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
3
+ license: llama3.1
4
+ datasets:
5
+ - tohur/natsumura-rp-identity-sharegpt
6
+ - tohur/ultrachat_uncensored_sharegpt
7
+ - Nopm/Opus_WritingStruct
8
+ - ResplendentAI/bluemoon
9
+ - tohur/Internal-Knowledge-Map-sharegpt
10
+ - felix-ha/tiny-stories
11
+ - tdh87/Stories
12
+ - tdh87/Just-stories
13
+ - tdh87/Just-stories-2
14
+ ---
15
+ # natsumura-storytelling-rp-1.0-llama-3.1-8b
16
+ This is my Storytelling/RP model for my Natsumura series of 8b models. This model is finetuned on storytelling and roleplaying datasets so should be a great model
17
+ to use for character chatbots in applications such as Sillytavern, Agnai, RisuAI and more. And should be a great model to use for fictional writing. Up to a 128k context.
18
+
19
+ - **Developed by:** Tohur
20
+ - **License:** llama3.1
21
+ - **Finetuned from model :** meta-llama/Meta-Llama-3.1-8B-Instruct
22
+
23
+ This model is based on meta-llama/Meta-Llama-3.1-8B-Instruct, and is governed by [Llama 3.1 Community License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)
24
+ Natsumura is uncensored, which makes the model compliant.It will be highly compliant with any requests, even unethical ones.
25
+ You are responsible for any content you create using this model. Please use it responsibly.
26
+
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644ad182f434a6a63b18eee6/uqJv-R1LeJEfMxi1nmTH5.png)
28
+
29
+ # Quantized GGUF
30
+
31
+ All GGUF models are available here: [natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF)
32
+
33
+ # use in ollama
34
+ ```
35
+ ollama pull Tohur/natsumura-storytelling-rp-llama-3.1
36
+ ```
37
+
38
+ # Datasets used:
39
+ - tohur/natsumura-rp-identity-sharegpt
40
+ - tohur/ultrachat_uncensored_sharegpt
41
+ - Nopm/Opus_WritingStruct
42
+ - ResplendentAI/bluemoon
43
+ - tohur/Internal-Knowledge-Map-sharegpt
44
+ - felix-ha/tiny-stories
45
+ - tdh87/Stories
46
+ - tdh87/Just-stories
47
+ - tdh87/Just-stories-2
48
+
49
+ # Prompt template: ChatML
50
+
51
+ ChatML is the way to go!
52
+ ```
53
+ <|im_start|>system
54
+ You are Natsumura, a helpful AI assistant.<|im_end|>
55
+ <|im_start|>user
56
+ Tohur: Good day, Natsumura.<|im_end|>
57
+ <|im_start|>assistant
58
+ Natsumura:
59
+ ```
60
+
61
+ # System Prompt example:
62
+
63
+ ```
64
+ You are Natsumura, a helpful AI assistant and a highly intelligent model.
65
+ ```