sethuiyer commited on
Commit
66b408d
·
verified ·
1 Parent(s): 694dc98

Upload README.md with huggingface_hub

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