DavidAU commited on
Commit
deb0a28
1 Parent(s): f57faa9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +162 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: artistic-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - chemistry
8
+ - biology
9
+ - climate
10
+ - science
11
+ - philosophy
12
+ - nature
13
+ - ecology
14
+ - biomimicry
15
+ - fauna
16
+ - flora
17
+ - llama-cpp
18
+ - gguf-my-repo
19
+ base_model: []
20
+ datasets:
21
+ - Severian/Biomimicry
22
+ - emrgnt-cmplxty/sciphi-textbooks-are-all-you-need
23
+ - fmars/wiki_stem
24
+ - fblgit/tree-of-knowledge
25
+ - Severian/Bio-Design-Process
26
+ metrics:
27
+ - accuracy
28
+ pipeline_tag: text-generation
29
+ model-index:
30
+ - name: ANIMA-Phi-Neptune-Mistral-7B-v4
31
+ results:
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: AI2 Reasoning Challenge (25-Shot)
37
+ type: ai2_arc
38
+ config: ARC-Challenge
39
+ split: test
40
+ args:
41
+ num_few_shot: 25
42
+ metrics:
43
+ - type: acc_norm
44
+ value: 55.46
45
+ name: normalized accuracy
46
+ source:
47
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Severian/ANIMA-Phi-Neptune-Mistral-7B-v4
48
+ name: Open LLM Leaderboard
49
+ - task:
50
+ type: text-generation
51
+ name: Text Generation
52
+ dataset:
53
+ name: HellaSwag (10-Shot)
54
+ type: hellaswag
55
+ split: validation
56
+ args:
57
+ num_few_shot: 10
58
+ metrics:
59
+ - type: acc_norm
60
+ value: 77.63
61
+ name: normalized accuracy
62
+ source:
63
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Severian/ANIMA-Phi-Neptune-Mistral-7B-v4
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: MMLU (5-Shot)
70
+ type: cais/mmlu
71
+ config: all
72
+ split: test
73
+ args:
74
+ num_few_shot: 5
75
+ metrics:
76
+ - type: acc
77
+ value: 53.12
78
+ name: accuracy
79
+ source:
80
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Severian/ANIMA-Phi-Neptune-Mistral-7B-v4
81
+ name: Open LLM Leaderboard
82
+ - task:
83
+ type: text-generation
84
+ name: Text Generation
85
+ dataset:
86
+ name: TruthfulQA (0-shot)
87
+ type: truthful_qa
88
+ config: multiple_choice
89
+ split: validation
90
+ args:
91
+ num_few_shot: 0
92
+ metrics:
93
+ - type: mc2
94
+ value: 59.01
95
+ source:
96
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Severian/ANIMA-Phi-Neptune-Mistral-7B-v4
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: Winogrande (5-shot)
103
+ type: winogrande
104
+ config: winogrande_xl
105
+ split: validation
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 73.48
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Severian/ANIMA-Phi-Neptune-Mistral-7B-v4
114
+ name: Open LLM Leaderboard
115
+ - task:
116
+ type: text-generation
117
+ name: Text Generation
118
+ dataset:
119
+ name: GSM8k (5-shot)
120
+ type: gsm8k
121
+ config: main
122
+ split: test
123
+ args:
124
+ num_few_shot: 5
125
+ metrics:
126
+ - type: acc
127
+ value: 14.94
128
+ name: accuracy
129
+ source:
130
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Severian/ANIMA-Phi-Neptune-Mistral-7B-v4
131
+ name: Open LLM Leaderboard
132
+ ---
133
+
134
+ # DavidAU/ANIMA-Phi-Neptune-Mistral-10.7B-Q6_K-GGUF
135
+ This model was converted to GGUF format from [`Joseph717171/ANIMA-Phi-Neptune-Mistral-10.7B`](https://huggingface.co/Joseph717171/ANIMA-Phi-Neptune-Mistral-10.7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
136
+ Refer to the [original model card](https://huggingface.co/Joseph717171/ANIMA-Phi-Neptune-Mistral-10.7B) for more details on the model.
137
+ ## Use with llama.cpp
138
+
139
+ Install llama.cpp through brew.
140
+
141
+ ```bash
142
+ brew install ggerganov/ggerganov/llama.cpp
143
+ ```
144
+ Invoke the llama.cpp server or the CLI.
145
+
146
+ CLI:
147
+
148
+ ```bash
149
+ llama-cli --hf-repo DavidAU/ANIMA-Phi-Neptune-Mistral-10.7B-Q6_K-GGUF --model anima-phi-neptune-mistral-10.7b.Q6_K.gguf -p "The meaning to life and the universe is"
150
+ ```
151
+
152
+ Server:
153
+
154
+ ```bash
155
+ llama-server --hf-repo DavidAU/ANIMA-Phi-Neptune-Mistral-10.7B-Q6_K-GGUF --model anima-phi-neptune-mistral-10.7b.Q6_K.gguf -c 2048
156
+ ```
157
+
158
+ 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.
159
+
160
+ ```
161
+ git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m anima-phi-neptune-mistral-10.7b.Q6_K.gguf -n 128
162
+ ```