newsletter commited on
Commit
7fcca2e
·
verified ·
1 Parent(s): 0966e65

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +175 -0
README.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - LLMs
5
+ - mistral
6
+ - math
7
+ - Intel
8
+ - llama-cpp
9
+ - gguf-my-repo
10
+ base_model: Intel/neural-chat-7b-v3-1
11
+ model-index:
12
+ - name: neural-chat-7b-v3-3
13
+ results:
14
+ - task:
15
+ type: Large Language Model
16
+ name: Large Language Model
17
+ dataset:
18
+ name: meta-math/MetaMathQA
19
+ type: meta-math/MetaMathQA
20
+ metrics:
21
+ - type: ARC (25-shot)
22
+ value: 66.89
23
+ name: ARC (25-shot)
24
+ verified: true
25
+ - type: HellaSwag (10-shot)
26
+ value: 85.26
27
+ name: HellaSwag (10-shot)
28
+ verified: true
29
+ - type: MMLU (5-shot)
30
+ value: 63.07
31
+ name: MMLU (5-shot)
32
+ verified: true
33
+ - type: TruthfulQA (0-shot)
34
+ value: 63.01
35
+ name: TruthfulQA (0-shot)
36
+ verified: true
37
+ - type: Winogrande (5-shot)
38
+ value: 79.64
39
+ name: Winogrande (5-shot)
40
+ verified: true
41
+ - type: GSM8K (5-shot)
42
+ value: 61.11
43
+ name: GSM8K (5-shot)
44
+ verified: true
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: AI2 Reasoning Challenge (25-Shot)
50
+ type: ai2_arc
51
+ config: ARC-Challenge
52
+ split: test
53
+ args:
54
+ num_few_shot: 25
55
+ metrics:
56
+ - type: acc_norm
57
+ value: 66.89
58
+ name: normalized accuracy
59
+ source:
60
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Intel/neural-chat-7b-v3-3
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: HellaSwag (10-Shot)
67
+ type: hellaswag
68
+ split: validation
69
+ args:
70
+ num_few_shot: 10
71
+ metrics:
72
+ - type: acc_norm
73
+ value: 85.26
74
+ name: normalized accuracy
75
+ source:
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Intel/neural-chat-7b-v3-3
77
+ name: Open LLM Leaderboard
78
+ - task:
79
+ type: text-generation
80
+ name: Text Generation
81
+ dataset:
82
+ name: MMLU (5-Shot)
83
+ type: cais/mmlu
84
+ config: all
85
+ split: test
86
+ args:
87
+ num_few_shot: 5
88
+ metrics:
89
+ - type: acc
90
+ value: 63.07
91
+ name: accuracy
92
+ source:
93
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Intel/neural-chat-7b-v3-3
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: TruthfulQA (0-shot)
100
+ type: truthful_qa
101
+ config: multiple_choice
102
+ split: validation
103
+ args:
104
+ num_few_shot: 0
105
+ metrics:
106
+ - type: mc2
107
+ value: 63.01
108
+ source:
109
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Intel/neural-chat-7b-v3-3
110
+ name: Open LLM Leaderboard
111
+ - task:
112
+ type: text-generation
113
+ name: Text Generation
114
+ dataset:
115
+ name: Winogrande (5-shot)
116
+ type: winogrande
117
+ config: winogrande_xl
118
+ split: validation
119
+ args:
120
+ num_few_shot: 5
121
+ metrics:
122
+ - type: acc
123
+ value: 79.64
124
+ name: accuracy
125
+ source:
126
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Intel/neural-chat-7b-v3-3
127
+ name: Open LLM Leaderboard
128
+ - task:
129
+ type: text-generation
130
+ name: Text Generation
131
+ dataset:
132
+ name: GSM8k (5-shot)
133
+ type: gsm8k
134
+ config: main
135
+ split: test
136
+ args:
137
+ num_few_shot: 5
138
+ metrics:
139
+ - type: acc
140
+ value: 61.11
141
+ name: accuracy
142
+ source:
143
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Intel/neural-chat-7b-v3-3
144
+ name: Open LLM Leaderboard
145
+ ---
146
+
147
+ # newsletter/neural-chat-7b-v3-3-Q6_K-GGUF
148
+ This model was converted to GGUF format from [`Intel/neural-chat-7b-v3-3`](https://huggingface.co/Intel/neural-chat-7b-v3-3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
149
+ Refer to the [original model card](https://huggingface.co/Intel/neural-chat-7b-v3-3) for more details on the model.
150
+ ## Use with llama.cpp
151
+
152
+ Install llama.cpp through brew.
153
+
154
+ ```bash
155
+ brew install ggerganov/ggerganov/llama.cpp
156
+ ```
157
+ Invoke the llama.cpp server or the CLI.
158
+
159
+ CLI:
160
+
161
+ ```bash
162
+ llama-cli --hf-repo newsletter/neural-chat-7b-v3-3-Q6_K-GGUF --model neural-chat-7b-v3-3.Q6_K.gguf -p "The meaning to life and the universe is"
163
+ ```
164
+
165
+ Server:
166
+
167
+ ```bash
168
+ llama-server --hf-repo newsletter/neural-chat-7b-v3-3-Q6_K-GGUF --model neural-chat-7b-v3-3.Q6_K.gguf -c 2048
169
+ ```
170
+
171
+ 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.
172
+
173
+ ```
174
+ git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m neural-chat-7b-v3-3.Q6_K.gguf -n 128
175
+ ```