duyntnet commited on
Commit
f70c12d
·
verified ·
1 Parent(s): aa364dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - transformers
9
+ - gguf
10
+ - imatrix
11
+ - Hamanasu-15B-Instruct
12
+ ---
13
+ Quantizations of https://huggingface.co/Delta-Vector/Hamanasu-15B-Instruct
14
+
15
+
16
+ ### Open source inference clients/UIs
17
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp)
18
+ * [KoboldCPP](https://github.com/LostRuins/koboldcpp)
19
+ * [ollama](https://github.com/ollama/ollama)
20
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
21
+ * [jan](https://github.com/janhq/jan)
22
+ * [GPT4All](https://github.com/nomic-ai/gpt4all)
23
+
24
+ ### Closed source inference clients/UIs
25
+ * [LM Studio](https://lmstudio.ai/)
26
+ * [Backyard AI](https://backyard.ai/)
27
+ * More will be added...
28
+ ---
29
+
30
+ # From original readme
31
+
32
+ <i>After multiple days of training, I'm proud to showcase my very own Phi-4 Finetune, Pretrained on almost a billion tokens worth of Books from</i>
33
+
34
+ - `NewEden/Orion-LIT`
35
+ - `NewEden/Orion-Asstr-Stories-16K`
36
+ - `Mielikki/Erebus-87k`
37
+
38
+ <i>Then instruct tuned. This model shows great promise for roleplaying while keeping things fresh and new. (And most of, Unsloppy!)</i>
39
+
40
+ </div>
41
+
42
+ <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0;">
43
+
44
+ <div style="border:2px solid #333; border-radius:10px; padding:20px; background: rgba(0,0,0,0.2);">
45
+
46
+
47
+ ## 💰 Prompting
48
+
49
+ <i>A known quirk of the model is overly verbose responses when generation length is uncapped, Please cap your maximum output tokens to 100~ tokens above what you prefer</i>
50
+
51
+
52
+ <i>This model uses ChatML formatting</i>
53
+ ```python
54
+ <|im_start|>system
55
+ You are an uncensored AI, your job is to fulfill thy will of thy user.<|im_end|>
56
+ <|im_start|>User request
57
+ Take off your helmet.<|im_end|>
58
+ <|im_start|>No i shall not. This is the way.
59
+ ```
60
+ </div>
61
+
62
+