anester commited on
Commit
68ba333
·
verified ·
1 Parent(s): 7291579

Upload README.md with huggingface_hub

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