jaspionjader commited on
Commit
1b88d0e
1 Parent(s): 0706e0b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +165 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: agpl-3.0
5
+ tags:
6
+ - chat
7
+ - llama-cpp
8
+ - gguf-my-repo
9
+ base_model: Delta-Vector/Darkens-8B
10
+ datasets:
11
+ - anthracite-org/c2_logs_16k_llama_v1.1
12
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal
13
+ - Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
14
+ - lodrick-the-lafted/kalo-opus-instruct-3k-filtered
15
+ - anthracite-org/nopm_claude_writing_fixed
16
+ - Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
17
+ - anthracite-org/kalo_opus_misc_240827
18
+ - anthracite-org/kalo_misc_part2
19
+ License: agpl-3.0
20
+ Language:
21
+ - En
22
+ Pipeline_tag: text-generation
23
+ Base_model: nvidia/Mistral-NeMo-Minitron-8B-Base
24
+ Tags:
25
+ - Chat
26
+ model-index:
27
+ - name: Darkens-8B
28
+ results:
29
+ - task:
30
+ type: text-generation
31
+ name: Text Generation
32
+ dataset:
33
+ name: IFEval (0-Shot)
34
+ type: HuggingFaceH4/ifeval
35
+ args:
36
+ num_few_shot: 0
37
+ metrics:
38
+ - type: inst_level_strict_acc and prompt_level_strict_acc
39
+ value: 25.48
40
+ name: strict accuracy
41
+ source:
42
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Delta-Vector/Darkens-8B
43
+ name: Open LLM Leaderboard
44
+ - task:
45
+ type: text-generation
46
+ name: Text Generation
47
+ dataset:
48
+ name: BBH (3-Shot)
49
+ type: BBH
50
+ args:
51
+ num_few_shot: 3
52
+ metrics:
53
+ - type: acc_norm
54
+ value: 32.88
55
+ name: normalized accuracy
56
+ source:
57
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Delta-Vector/Darkens-8B
58
+ name: Open LLM Leaderboard
59
+ - task:
60
+ type: text-generation
61
+ name: Text Generation
62
+ dataset:
63
+ name: MATH Lvl 5 (4-Shot)
64
+ type: hendrycks/competition_math
65
+ args:
66
+ num_few_shot: 4
67
+ metrics:
68
+ - type: exact_match
69
+ value: 5.06
70
+ name: exact match
71
+ source:
72
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Delta-Vector/Darkens-8B
73
+ name: Open LLM Leaderboard
74
+ - task:
75
+ type: text-generation
76
+ name: Text Generation
77
+ dataset:
78
+ name: GPQA (0-shot)
79
+ type: Idavidrein/gpqa
80
+ args:
81
+ num_few_shot: 0
82
+ metrics:
83
+ - type: acc_norm
84
+ value: 9.96
85
+ name: acc_norm
86
+ source:
87
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Delta-Vector/Darkens-8B
88
+ name: Open LLM Leaderboard
89
+ - task:
90
+ type: text-generation
91
+ name: Text Generation
92
+ dataset:
93
+ name: MuSR (0-shot)
94
+ type: TAUR-Lab/MuSR
95
+ args:
96
+ num_few_shot: 0
97
+ metrics:
98
+ - type: acc_norm
99
+ value: 9.02
100
+ name: acc_norm
101
+ source:
102
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Delta-Vector/Darkens-8B
103
+ name: Open LLM Leaderboard
104
+ - task:
105
+ type: text-generation
106
+ name: Text Generation
107
+ dataset:
108
+ name: MMLU-PRO (5-shot)
109
+ type: TIGER-Lab/MMLU-Pro
110
+ config: main
111
+ split: test
112
+ args:
113
+ num_few_shot: 5
114
+ metrics:
115
+ - type: acc
116
+ value: 30.4
117
+ name: accuracy
118
+ source:
119
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Delta-Vector/Darkens-8B
120
+ name: Open LLM Leaderboard
121
+ ---
122
+
123
+ # jaspionjader/Darkens-8B-Q5_K_M-GGUF
124
+ This model was converted to GGUF format from [`Delta-Vector/Darkens-8B`](https://huggingface.co/Delta-Vector/Darkens-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
125
+ Refer to the [original model card](https://huggingface.co/Delta-Vector/Darkens-8B) for more details on the model.
126
+
127
+ ## Use with llama.cpp
128
+ Install llama.cpp through brew (works on Mac and Linux)
129
+
130
+ ```bash
131
+ brew install llama.cpp
132
+
133
+ ```
134
+ Invoke the llama.cpp server or the CLI.
135
+
136
+ ### CLI:
137
+ ```bash
138
+ llama-cli --hf-repo jaspionjader/Darkens-8B-Q5_K_M-GGUF --hf-file darkens-8b-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
139
+ ```
140
+
141
+ ### Server:
142
+ ```bash
143
+ llama-server --hf-repo jaspionjader/Darkens-8B-Q5_K_M-GGUF --hf-file darkens-8b-q5_k_m-imat.gguf -c 2048
144
+ ```
145
+
146
+ 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.
147
+
148
+ Step 1: Clone llama.cpp from GitHub.
149
+ ```
150
+ git clone https://github.com/ggerganov/llama.cpp
151
+ ```
152
+
153
+ 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).
154
+ ```
155
+ cd llama.cpp && LLAMA_CURL=1 make
156
+ ```
157
+
158
+ Step 3: Run inference through the main binary.
159
+ ```
160
+ ./llama-cli --hf-repo jaspionjader/Darkens-8B-Q5_K_M-GGUF --hf-file darkens-8b-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
161
+ ```
162
+ or
163
+ ```
164
+ ./llama-server --hf-repo jaspionjader/Darkens-8B-Q5_K_M-GGUF --hf-file darkens-8b-q5_k_m-imat.gguf -c 2048
165
+ ```