DavidAU commited on
Commit
54d2bed
1 Parent(s): d6e7f04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +153 -0
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - merge
5
+ - conversational
6
+ - multi-task
7
+ - llama-cpp
8
+ - gguf-my-repo
9
+ base_model:
10
+ - paulml/OmniBeagleSquaredMBX-v3-7B
11
+ - ZySec-AI/ZySec-7B-v1
12
+ - liminerity/Omningotex-7b-slerp
13
+ - localfultonextractor/Erosumika-7B
14
+ - KatyTheCutie/LemonadeRP-4.5.3
15
+ - cgato/Thespis-Krangled-7b
16
+ - CorticalStack/pastiche-crown-clown-7b-dare
17
+ - snorkelai/Snorkel-Mistral-PairRM-DPO
18
+ - MTSAIR/multi_verse_model
19
+ pipeline_tag: text-generation
20
+ model-index:
21
+ - name: winter-garden-7b-alpha - "Smart Assistant"
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Text Generation
26
+ dataset:
27
+ name: AI2 Reasoning Challenge (25-Shot)
28
+ type: ai2_arc
29
+ config: ARC-Challenge
30
+ split: test
31
+ args:
32
+ num_few_shot: 25
33
+ metrics:
34
+ - type: acc_norm
35
+ value: 65.19
36
+ name: normalized accuracy
37
+ source:
38
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=maldv/winter-garden-7b-alpha
39
+ name: Open LLM Leaderboard
40
+ - task:
41
+ type: text-generation
42
+ name: Text Generation
43
+ dataset:
44
+ name: HellaSwag (10-Shot)
45
+ type: hellaswag
46
+ split: validation
47
+ args:
48
+ num_few_shot: 10
49
+ metrics:
50
+ - type: acc_norm
51
+ value: 85.36
52
+ name: normalized accuracy
53
+ source:
54
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=maldv/winter-garden-7b-alpha
55
+ name: Open LLM Leaderboard
56
+ - task:
57
+ type: text-generation
58
+ name: Text Generation
59
+ dataset:
60
+ name: MMLU (5-Shot)
61
+ type: cais/mmlu
62
+ config: all
63
+ split: test
64
+ args:
65
+ num_few_shot: 5
66
+ metrics:
67
+ - type: acc
68
+ value: 65.2
69
+ name: accuracy
70
+ source:
71
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=maldv/winter-garden-7b-alpha
72
+ name: Open LLM Leaderboard
73
+ - task:
74
+ type: text-generation
75
+ name: Text Generation
76
+ dataset:
77
+ name: TruthfulQA (0-shot)
78
+ type: truthful_qa
79
+ config: multiple_choice
80
+ split: validation
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: mc2
85
+ value: 50.94
86
+ source:
87
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=maldv/winter-garden-7b-alpha
88
+ name: Open LLM Leaderboard
89
+ - task:
90
+ type: text-generation
91
+ name: Text Generation
92
+ dataset:
93
+ name: Winogrande (5-shot)
94
+ type: winogrande
95
+ config: winogrande_xl
96
+ split: validation
97
+ args:
98
+ num_few_shot: 5
99
+ metrics:
100
+ - type: acc
101
+ value: 80.35
102
+ name: accuracy
103
+ source:
104
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=maldv/winter-garden-7b-alpha
105
+ name: Open LLM Leaderboard
106
+ - task:
107
+ type: text-generation
108
+ name: Text Generation
109
+ dataset:
110
+ name: GSM8k (5-shot)
111
+ type: gsm8k
112
+ config: main
113
+ split: test
114
+ args:
115
+ num_few_shot: 5
116
+ metrics:
117
+ - type: acc
118
+ value: 54.44
119
+ name: accuracy
120
+ source:
121
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=maldv/winter-garden-7b-alpha
122
+ name: Open LLM Leaderboard
123
+ ---
124
+
125
+ # DavidAU/winter-garden-7b-alpha-Q6_K-GGUF
126
+ This model was converted to GGUF format from [`maldv/winter-garden-7b-alpha`](https://huggingface.co/maldv/winter-garden-7b-alpha) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
127
+ Refer to the [original model card](https://huggingface.co/maldv/winter-garden-7b-alpha) for more details on the model.
128
+ ## Use with llama.cpp
129
+
130
+ Install llama.cpp through brew.
131
+
132
+ ```bash
133
+ brew install ggerganov/ggerganov/llama.cpp
134
+ ```
135
+ Invoke the llama.cpp server or the CLI.
136
+
137
+ CLI:
138
+
139
+ ```bash
140
+ llama-cli --hf-repo DavidAU/winter-garden-7b-alpha-Q6_K-GGUF --model winter-garden-7b-alpha.Q6_K.gguf -p "The meaning to life and the universe is"
141
+ ```
142
+
143
+ Server:
144
+
145
+ ```bash
146
+ llama-server --hf-repo DavidAU/winter-garden-7b-alpha-Q6_K-GGUF --model winter-garden-7b-alpha.Q6_K.gguf -c 2048
147
+ ```
148
+
149
+ 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.
150
+
151
+ ```
152
+ git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m winter-garden-7b-alpha.Q6_K.gguf -n 128
153
+ ```