Triangle104
commited on
Commit
•
8fd152a
1
Parent(s):
084d1cf
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: PocketDoc/Dans-PersonalityEngine-v1.0.0-8b
|
3 |
+
datasets:
|
4 |
+
- PocketDoc/Dans-MemoryCore-CoreCurriculum-Small
|
5 |
+
- PocketDoc/Dans-Prosemaxx-Gutenberg
|
6 |
+
- PocketDoc/Dans-Prosemaxx-Cowriter-S
|
7 |
+
- PocketDoc/Dans-Prosemaxx-Adventure
|
8 |
+
- PocketDoc/Dans-Prosemaxx-Opus-Writing
|
9 |
+
- PocketDoc/Dans-Assistantmaxx-Sharegpt
|
10 |
+
- PocketDoc/Dans-Assistantmaxx-OpenAssistant2
|
11 |
+
- PocketDoc/Dans-Assistantmaxx-Opus-instruct-1
|
12 |
+
- PocketDoc/Dans-Assistantmaxx-Opus-instruct-2
|
13 |
+
- PocketDoc/Dans-Assistantmaxx-Opus-instruct-3
|
14 |
+
- PocketDoc/Dans-Assistantmaxx-Opus-Multi-Instruct
|
15 |
+
- PocketDoc/Dans-Assistantmaxx-sonnetorca-subset
|
16 |
+
- PocketDoc/Dans-Assistantmaxx-NoRobots
|
17 |
+
- AquaV/Energetic-Materials-Sharegpt
|
18 |
+
- AquaV/Chemical-Biological-Safety-Applications-Sharegpt
|
19 |
+
- AquaV/US-Army-Survival-Sharegpt
|
20 |
+
- AquaV/Resistance-Sharegpt
|
21 |
+
- AquaV/Interrogation-Sharegpt
|
22 |
+
- AquaV/Multi-Environment-Operations-Sharegpt
|
23 |
+
- PocketDoc/Dans-Mathmaxx
|
24 |
+
- PJMixers/Math-Multiturn-1K-ShareGPT
|
25 |
+
- PocketDoc/Dans-Benchmaxx
|
26 |
+
- PocketDoc/Dans-Codemaxx-LeetCode
|
27 |
+
- PocketDoc/Dans-Codemaxx-CodeFeedback-Conversations
|
28 |
+
- PocketDoc/Dans-Codemaxx-CodeFeedback-SingleTurn
|
29 |
+
- PocketDoc/Dans-Taskmaxx
|
30 |
+
- PocketDoc/Dans-Taskmaxx-DataPrepper
|
31 |
+
- PocketDoc/Dans-Taskmaxx-ConcurrentQA-Reworked
|
32 |
+
- PocketDoc/Dans-Systemmaxx
|
33 |
+
- PocketDoc/Dans-Toolmaxx-Agent
|
34 |
+
- PocketDoc/Dans-Toolmaxx-ShellCommands
|
35 |
+
- PocketDoc/Dans-ASCIIMaxx-Wordart
|
36 |
+
- PocketDoc/Dans-Personamaxx
|
37 |
+
- PocketDoc/DansTestYard
|
38 |
+
- PocketDoc/Dans-Logicmaxx-Skunkworks
|
39 |
+
language:
|
40 |
+
- en
|
41 |
+
license: apache-2.0
|
42 |
+
pipeline_tag: text-generation
|
43 |
+
tags:
|
44 |
+
- chemistry
|
45 |
+
- biology
|
46 |
+
- code
|
47 |
+
- climate
|
48 |
+
- text-generation-inference
|
49 |
+
- llama-cpp
|
50 |
+
- gguf-my-repo
|
51 |
+
---
|
52 |
+
|
53 |
+
# Triangle104/Dans-PersonalityEngine-v1.0.0-8b-Q5_K_S-GGUF
|
54 |
+
This model was converted to GGUF format from [`PocketDoc/Dans-PersonalityEngine-v1.0.0-8b`](https://huggingface.co/PocketDoc/Dans-PersonalityEngine-v1.0.0-8b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
55 |
+
Refer to the [original model card](https://huggingface.co/PocketDoc/Dans-PersonalityEngine-v1.0.0-8b) for more details on the model.
|
56 |
+
|
57 |
+
## Use with llama.cpp
|
58 |
+
Install llama.cpp through brew (works on Mac and Linux)
|
59 |
+
|
60 |
+
```bash
|
61 |
+
brew install llama.cpp
|
62 |
+
|
63 |
+
```
|
64 |
+
Invoke the llama.cpp server or the CLI.
|
65 |
+
|
66 |
+
### CLI:
|
67 |
+
```bash
|
68 |
+
llama-cli --hf-repo Triangle104/Dans-PersonalityEngine-v1.0.0-8b-Q5_K_S-GGUF --hf-file dans-personalityengine-v1.0.0-8b-q5_k_s.gguf -p "The meaning to life and the universe is"
|
69 |
+
```
|
70 |
+
|
71 |
+
### Server:
|
72 |
+
```bash
|
73 |
+
llama-server --hf-repo Triangle104/Dans-PersonalityEngine-v1.0.0-8b-Q5_K_S-GGUF --hf-file dans-personalityengine-v1.0.0-8b-q5_k_s.gguf -c 2048
|
74 |
+
```
|
75 |
+
|
76 |
+
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
77 |
+
|
78 |
+
Step 1: Clone llama.cpp from GitHub.
|
79 |
+
```
|
80 |
+
git clone https://github.com/ggerganov/llama.cpp
|
81 |
+
```
|
82 |
+
|
83 |
+
Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
|
84 |
+
```
|
85 |
+
cd llama.cpp && LLAMA_CURL=1 make
|
86 |
+
```
|
87 |
+
|
88 |
+
Step 3: Run inference through the main binary.
|
89 |
+
```
|
90 |
+
./llama-cli --hf-repo Triangle104/Dans-PersonalityEngine-v1.0.0-8b-Q5_K_S-GGUF --hf-file dans-personalityengine-v1.0.0-8b-q5_k_s.gguf -p "The meaning to life and the universe is"
|
91 |
+
```
|
92 |
+
or
|
93 |
+
```
|
94 |
+
./llama-server --hf-repo Triangle104/Dans-PersonalityEngine-v1.0.0-8b-Q5_K_S-GGUF --hf-file dans-personalityengine-v1.0.0-8b-q5_k_s.gguf -c 2048
|
95 |
+
```
|