adriey commited on
Commit
2cce072
·
verified ·
1 Parent(s): 7fa90af

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ base_model: prithivMLmods/Bellatrix-1.5B-xElite
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - qwen
10
+ - qwq
11
+ - llama-cpp
12
+ - gguf-my-repo
13
+ model-index:
14
+ - name: Bellatrix-1.5B-xElite
15
+ results:
16
+ - task:
17
+ type: text-generation
18
+ name: Text Generation
19
+ dataset:
20
+ name: IFEval (0-Shot)
21
+ type: wis-k/instruction-following-eval
22
+ split: train
23
+ args:
24
+ num_few_shot: 0
25
+ metrics:
26
+ - type: inst_level_strict_acc and prompt_level_strict_acc
27
+ value: 19.64
28
+ name: averaged accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FBellatrix-1.5B-xElite
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: SaylorTwift/bbh
38
+ split: test
39
+ args:
40
+ num_few_shot: 3
41
+ metrics:
42
+ - type: acc_norm
43
+ value: 9.49
44
+ name: normalized accuracy
45
+ source:
46
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FBellatrix-1.5B-xElite
47
+ name: Open LLM Leaderboard
48
+ - task:
49
+ type: text-generation
50
+ name: Text Generation
51
+ dataset:
52
+ name: MATH Lvl 5 (4-Shot)
53
+ type: lighteval/MATH-Hard
54
+ split: test
55
+ args:
56
+ num_few_shot: 4
57
+ metrics:
58
+ - type: exact_match
59
+ value: 12.61
60
+ name: exact match
61
+ source:
62
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FBellatrix-1.5B-xElite
63
+ name: Open LLM Leaderboard
64
+ - task:
65
+ type: text-generation
66
+ name: Text Generation
67
+ dataset:
68
+ name: GPQA (0-shot)
69
+ type: Idavidrein/gpqa
70
+ split: train
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: acc_norm
75
+ value: 3.8
76
+ name: acc_norm
77
+ source:
78
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FBellatrix-1.5B-xElite
79
+ name: Open LLM Leaderboard
80
+ - task:
81
+ type: text-generation
82
+ name: Text Generation
83
+ dataset:
84
+ name: MuSR (0-shot)
85
+ type: TAUR-Lab/MuSR
86
+ args:
87
+ num_few_shot: 0
88
+ metrics:
89
+ - type: acc_norm
90
+ value: 4.44
91
+ name: acc_norm
92
+ source:
93
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FBellatrix-1.5B-xElite
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: MMLU-PRO (5-shot)
100
+ type: TIGER-Lab/MMLU-Pro
101
+ config: main
102
+ split: test
103
+ args:
104
+ num_few_shot: 5
105
+ metrics:
106
+ - type: acc
107
+ value: 7.3
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FBellatrix-1.5B-xElite
111
+ name: Open LLM Leaderboard
112
+ ---
113
+
114
+ # adriey/Bellatrix-1.5B-xElite-Q8_0-GGUF
115
+ This model was converted to GGUF format from [`prithivMLmods/Bellatrix-1.5B-xElite`](https://huggingface.co/prithivMLmods/Bellatrix-1.5B-xElite) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
116
+ Refer to the [original model card](https://huggingface.co/prithivMLmods/Bellatrix-1.5B-xElite) for more details on the model.
117
+
118
+ ## Use with llama.cpp
119
+ Install llama.cpp through brew (works on Mac and Linux)
120
+
121
+ ```bash
122
+ brew install llama.cpp
123
+
124
+ ```
125
+ Invoke the llama.cpp server or the CLI.
126
+
127
+ ### CLI:
128
+ ```bash
129
+ llama-cli --hf-repo adriey/Bellatrix-1.5B-xElite-Q8_0-GGUF --hf-file bellatrix-1.5b-xelite-q8_0.gguf -p "The meaning to life and the universe is"
130
+ ```
131
+
132
+ ### Server:
133
+ ```bash
134
+ llama-server --hf-repo adriey/Bellatrix-1.5B-xElite-Q8_0-GGUF --hf-file bellatrix-1.5b-xelite-q8_0.gguf -c 2048
135
+ ```
136
+
137
+ 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.
138
+
139
+ Step 1: Clone llama.cpp from GitHub.
140
+ ```
141
+ git clone https://github.com/ggerganov/llama.cpp
142
+ ```
143
+
144
+ 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).
145
+ ```
146
+ cd llama.cpp && LLAMA_CURL=1 make
147
+ ```
148
+
149
+ Step 3: Run inference through the main binary.
150
+ ```
151
+ ./llama-cli --hf-repo adriey/Bellatrix-1.5B-xElite-Q8_0-GGUF --hf-file bellatrix-1.5b-xelite-q8_0.gguf -p "The meaning to life and the universe is"
152
+ ```
153
+ or
154
+ ```
155
+ ./llama-server --hf-repo adriey/Bellatrix-1.5B-xElite-Q8_0-GGUF --hf-file bellatrix-1.5b-xelite-q8_0.gguf -c 2048
156
+ ```