darkc0de commited on
Commit
cc93bb2
·
verified ·
1 Parent(s): 25922a6

Upload README.md with huggingface_hub

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