Potatass commited on
Commit
1264546
1 Parent(s): 85b8d35

Upload README.md with huggingface_hub

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