Text Generation
Transformers
GGUF
Japanese
llama
japanese-stablelm
causal-lm
text-generation-inference
TheBloke commited on
Commit
fef5c32
1 Parent(s): b6b1737

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +457 -0
README.md ADDED
@@ -0,0 +1,457 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/japanese-stablelm-base-beta-70b
3
+ datasets:
4
+ - wikipedia
5
+ - mc4
6
+ - cc100
7
+ - oscar-corpus/OSCAR-2301
8
+ - oscar-corpus/OSCAR-2201
9
+ - cerebras/SlimPajama-627B
10
+ inference: false
11
+ language:
12
+ - ja
13
+ license:
14
+ - llama2
15
+ model_creator: Stability AI
16
+ model_name: Japanese StableLM Base Beta 70B
17
+ model_type: llama
18
+ pipeline_tag: text-generation
19
+ prompt_template: '{prompt}
20
+
21
+ '
22
+ quantized_by: TheBloke
23
+ tags:
24
+ - japanese-stablelm
25
+ - causal-lm
26
+ ---
27
+ <!-- markdownlint-disable MD041 -->
28
+
29
+ <!-- header start -->
30
+ <!-- 200823 -->
31
+ <div style="width: auto; margin-left: auto; margin-right: auto">
32
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
33
+ </div>
34
+ <div style="display: flex; justify-content: space-between; width: 100%;">
35
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
36
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
37
+ </div>
38
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
39
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
40
+ </div>
41
+ </div>
42
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
43
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
44
+ <!-- header end -->
45
+
46
+ # Japanese StableLM Base Beta 70B - GGUF
47
+ - Model creator: [Stability AI](https://huggingface.co/stabilityai)
48
+ - Original model: [Japanese StableLM Base Beta 70B](https://huggingface.co/stabilityai/japanese-stablelm-base-beta-70b)
49
+
50
+ <!-- description start -->
51
+ ## Description
52
+
53
+ This repo contains GGUF format model files for [Stability AI's Japanese StableLM Base Beta 70B](https://huggingface.co/stabilityai/japanese-stablelm-base-beta-70b).
54
+
55
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
56
+
57
+ <!-- description end -->
58
+ <!-- README_GGUF.md-about-gguf start -->
59
+ ### About GGUF
60
+
61
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
62
+
63
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
64
+
65
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
66
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
67
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
68
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
69
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
70
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
71
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
72
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
73
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
74
+
75
+ <!-- README_GGUF.md-about-gguf end -->
76
+ <!-- repositories-available start -->
77
+ ## Repositories available
78
+
79
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-AWQ)
80
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GPTQ)
81
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF)
82
+ * [Stability AI's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/stabilityai/japanese-stablelm-base-beta-70b)
83
+ <!-- repositories-available end -->
84
+
85
+ <!-- prompt-template start -->
86
+ ## Prompt template: None
87
+
88
+ ```
89
+ {prompt}
90
+
91
+ ```
92
+
93
+ <!-- prompt-template end -->
94
+ <!-- licensing start -->
95
+ ## Licensing
96
+
97
+ The creator of the source model has listed its license as `['llama2']`, and this quantization has therefore used that same license.
98
+
99
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
100
+
101
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Stability AI's Japanese StableLM Base Beta 70B](https://huggingface.co/stabilityai/japanese-stablelm-base-beta-70b).
102
+ <!-- licensing end -->
103
+ <!-- compatibility_gguf start -->
104
+ ## Compatibility
105
+
106
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
107
+
108
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
109
+
110
+ ## Explanation of quantisation methods
111
+
112
+ <details>
113
+ <summary>Click to see details</summary>
114
+
115
+ The new methods available are:
116
+
117
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
118
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
119
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
120
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
121
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
122
+
123
+ Refer to the Provided Files table below to see what files use which methods, and how.
124
+ </details>
125
+ <!-- compatibility_gguf end -->
126
+
127
+ <!-- README_GGUF.md-provided-files start -->
128
+ ## Provided files
129
+
130
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
131
+ | ---- | ---- | ---- | ---- | ---- | ----- |
132
+ | [japanese-stablelm-base-beta-70b.Q2_K.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q2_K.gguf) | Q2_K | 2 | 29.28 GB| 31.78 GB | smallest, significant quality loss - not recommended for most purposes |
133
+ | [japanese-stablelm-base-beta-70b.Q3_K_S.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q3_K_S.gguf) | Q3_K_S | 3 | 29.92 GB| 32.42 GB | very small, high quality loss |
134
+ | [japanese-stablelm-base-beta-70b.Q3_K_M.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q3_K_M.gguf) | Q3_K_M | 3 | 33.19 GB| 35.69 GB | very small, high quality loss |
135
+ | [japanese-stablelm-base-beta-70b.Q3_K_L.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q3_K_L.gguf) | Q3_K_L | 3 | 36.15 GB| 38.65 GB | small, substantial quality loss |
136
+ | [japanese-stablelm-base-beta-70b.Q4_0.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q4_0.gguf) | Q4_0 | 4 | 38.87 GB| 41.37 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
137
+ | [japanese-stablelm-base-beta-70b.Q4_K_S.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q4_K_S.gguf) | Q4_K_S | 4 | 39.07 GB| 41.57 GB | small, greater quality loss |
138
+ | [japanese-stablelm-base-beta-70b.Q4_K_M.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q4_K_M.gguf) | Q4_K_M | 4 | 41.42 GB| 43.92 GB | medium, balanced quality - recommended |
139
+ | [japanese-stablelm-base-beta-70b.Q5_0.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q5_0.gguf) | Q5_0 | 5 | 47.46 GB| 49.96 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
140
+ | [japanese-stablelm-base-beta-70b.Q5_K_S.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q5_K_S.gguf) | Q5_K_S | 5 | 47.46 GB| 49.96 GB | large, low quality loss - recommended |
141
+ | [japanese-stablelm-base-beta-70b.Q5_K_M.gguf](https://huggingface.co/TheBloke/japanese-stablelm-base-beta-70B-GGUF/blob/main/japanese-stablelm-base-beta-70b.Q5_K_M.gguf) | Q5_K_M | 5 | 48.75 GB| 51.25 GB | large, very low quality loss - recommended |
142
+ | japanese-stablelm-base-beta-70b.Q6_K.gguf | Q6_K | 6 | 56.59 GB| 59.09 GB | very large, extremely low quality loss |
143
+ | japanese-stablelm-base-beta-70b.Q8_0.gguf | Q8_0 | 8 | 73.29 GB| 75.79 GB | very large, extremely low quality loss - not recommended |
144
+
145
+ **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
146
+
147
+ ### Q6_K and Q8_0 files are split and require joining
148
+
149
+ **Note:** HF does not support uploading files larger than 50GB. Therefore I have uploaded the Q6_K and Q8_0 files as split files.
150
+
151
+ <details>
152
+ <summary>Click for instructions regarding Q6_K and Q8_0 files</summary>
153
+
154
+ ### q6_K
155
+ Please download:
156
+ * `japanese-stablelm-base-beta-70b.Q6_K.gguf-split-a`
157
+ * `japanese-stablelm-base-beta-70b.Q6_K.gguf-split-b`
158
+
159
+ ### q8_0
160
+ Please download:
161
+ * `japanese-stablelm-base-beta-70b.Q8_0.gguf-split-a`
162
+ * `japanese-stablelm-base-beta-70b.Q8_0.gguf-split-b`
163
+
164
+ To join the files, do the following:
165
+
166
+ Linux and macOS:
167
+ ```
168
+ cat japanese-stablelm-base-beta-70b.Q6_K.gguf-split-* > japanese-stablelm-base-beta-70b.Q6_K.gguf && rm japanese-stablelm-base-beta-70b.Q6_K.gguf-split-*
169
+ cat japanese-stablelm-base-beta-70b.Q8_0.gguf-split-* > japanese-stablelm-base-beta-70b.Q8_0.gguf && rm japanese-stablelm-base-beta-70b.Q8_0.gguf-split-*
170
+ ```
171
+ Windows command line:
172
+ ```
173
+ COPY /B japanese-stablelm-base-beta-70b.Q6_K.gguf-split-a + japanese-stablelm-base-beta-70b.Q6_K.gguf-split-b japanese-stablelm-base-beta-70b.Q6_K.gguf
174
+ del japanese-stablelm-base-beta-70b.Q6_K.gguf-split-a japanese-stablelm-base-beta-70b.Q6_K.gguf-split-b
175
+
176
+ COPY /B japanese-stablelm-base-beta-70b.Q8_0.gguf-split-a + japanese-stablelm-base-beta-70b.Q8_0.gguf-split-b japanese-stablelm-base-beta-70b.Q8_0.gguf
177
+ del japanese-stablelm-base-beta-70b.Q8_0.gguf-split-a japanese-stablelm-base-beta-70b.Q8_0.gguf-split-b
178
+ ```
179
+
180
+ </details>
181
+ <!-- README_GGUF.md-provided-files end -->
182
+
183
+ <!-- README_GGUF.md-how-to-download start -->
184
+ ## How to download GGUF files
185
+
186
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
187
+
188
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
189
+
190
+ * LM Studio
191
+ * LoLLMS Web UI
192
+ * Faraday.dev
193
+
194
+ ### In `text-generation-webui`
195
+
196
+ Under Download Model, you can enter the model repo: TheBloke/japanese-stablelm-base-beta-70B-GGUF and below it, a specific filename to download, such as: japanese-stablelm-base-beta-70b.Q4_K_M.gguf.
197
+
198
+ Then click Download.
199
+
200
+ ### On the command line, including multiple files at once
201
+
202
+ I recommend using the `huggingface-hub` Python library:
203
+
204
+ ```shell
205
+ pip3 install huggingface-hub
206
+ ```
207
+
208
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
209
+
210
+ ```shell
211
+ huggingface-cli download TheBloke/japanese-stablelm-base-beta-70B-GGUF japanese-stablelm-base-beta-70b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
212
+ ```
213
+
214
+ <details>
215
+ <summary>More advanced huggingface-cli download usage</summary>
216
+
217
+ You can also download multiple files at once with a pattern:
218
+
219
+ ```shell
220
+ huggingface-cli download TheBloke/japanese-stablelm-base-beta-70B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
221
+ ```
222
+
223
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
224
+
225
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
226
+
227
+ ```shell
228
+ pip3 install hf_transfer
229
+ ```
230
+
231
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
232
+
233
+ ```shell
234
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/japanese-stablelm-base-beta-70B-GGUF japanese-stablelm-base-beta-70b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
235
+ ```
236
+
237
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
238
+ </details>
239
+ <!-- README_GGUF.md-how-to-download end -->
240
+
241
+ <!-- README_GGUF.md-how-to-run start -->
242
+ ## Example `llama.cpp` command
243
+
244
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
245
+
246
+ ```shell
247
+ ./main -ngl 32 -m japanese-stablelm-base-beta-70b.Q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "{prompt}"
248
+ ```
249
+
250
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
251
+
252
+ Change `-c 4096` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically.
253
+
254
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
255
+
256
+ For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
257
+
258
+ ## How to run in `text-generation-webui`
259
+
260
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
261
+
262
+ ## How to run from Python code
263
+
264
+ You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries.
265
+
266
+ ### How to load this model in Python code, using ctransformers
267
+
268
+ #### First install the package
269
+
270
+ Run one of the following commands, according to your system:
271
+
272
+ ```shell
273
+ # Base ctransformers with no GPU acceleration
274
+ pip install ctransformers
275
+ # Or with CUDA GPU acceleration
276
+ pip install ctransformers[cuda]
277
+ # Or with AMD ROCm GPU acceleration (Linux only)
278
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
279
+ # Or with Metal GPU acceleration for macOS systems only
280
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
281
+ ```
282
+
283
+ #### Simple ctransformers example code
284
+
285
+ ```python
286
+ from ctransformers import AutoModelForCausalLM
287
+
288
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
289
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/japanese-stablelm-base-beta-70B-GGUF", model_file="japanese-stablelm-base-beta-70b.Q4_K_M.gguf", model_type="llama", gpu_layers=50)
290
+
291
+ print(llm("AI is going to"))
292
+ ```
293
+
294
+ ## How to use with LangChain
295
+
296
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
297
+
298
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
299
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
300
+
301
+ <!-- README_GGUF.md-how-to-run end -->
302
+
303
+ <!-- footer start -->
304
+ <!-- 200823 -->
305
+ ## Discord
306
+
307
+ For further support, and discussions on these models and AI in general, join us at:
308
+
309
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
310
+
311
+ ## Thanks, and how to contribute
312
+
313
+ Thanks to the [chirper.ai](https://chirper.ai) team!
314
+
315
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
316
+
317
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
318
+
319
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
320
+
321
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
322
+
323
+ * Patreon: https://patreon.com/TheBlokeAI
324
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
325
+
326
+ **Special thanks to**: Aemon Algiz.
327
+
328
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
329
+
330
+
331
+ Thank you to all my generous patrons and donaters!
332
+
333
+ And thank you again to a16z for their generous grant.
334
+
335
+ <!-- footer end -->
336
+
337
+ <!-- original-model-card start -->
338
+ # Original model card: Stability AI's Japanese StableLM Base Beta 70B
339
+
340
+
341
+ # Japanese-StableLM-Base-Beta-70B
342
+
343
+ ![A cute robot wearing a kimono writes calligraphy with one single brush](./japanese-stablelm-robot.jpg)
344
+
345
+ > A cute robot wearing a kimono writes calligraphy with one single brush — [Stable Diffusion XL](https://clipdrop.co/stable-diffusion)
346
+
347
+ ## Model Description
348
+
349
+ `japanese-stablelm-base-beta-70b` is a 70B-parameter decoder-only language model based on [Llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b) that has been fine-tuned on a diverse collection of Japanese data, with the intent of maximizing downstream performance on Japanese language tasks.
350
+
351
+ For an instruction-following model, check [Japanese-StableLM-Instruct-Beta-70B](https://huggingface.co/stabilityai/japanese-stablelm-instruct-beta-70b). The base and instruct models are also available in smaller 7b sizes. For a model that has faster inference times, see [Japanese-StableLM-Base-JA_Vocab-Beta-7B](https://huggingface.co/stabilityai/japanese-stablelm-base-ja_vocab-beta-7b), or [the instruction-following version](https://huggingface.co/stabilityai/japanese-stablelm-instruct-ja_vocab-beta-7b).
352
+
353
+ ## Usage
354
+
355
+ First install additional dependencies in [requirements.txt](./requirements.txt):
356
+
357
+ ```sh
358
+ pip install -r requirements.txt
359
+ ```
360
+
361
+ Then start generating text with `japanese-stablelm-base-beta-70b` by using the following code snippet:
362
+
363
+ ```python
364
+ import torch
365
+ from transformers import AutoTokenizer, AutoModelForCausalLM
366
+
367
+ model_name = "stabilityai/japanese-stablelm-base-beta-70b"
368
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
369
+
370
+ # The next line may need to be modified depending on the environment
371
+ model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16, low_cpu_mem_usage=True, device_map="auto")
372
+
373
+ prompt = """
374
+ AI で科学研究を加速するには、
375
+ """.strip()
376
+
377
+ input_ids = tokenizer.encode(
378
+ prompt,
379
+ add_special_tokens=False,
380
+ return_tensors="pt"
381
+ )
382
+
383
+ # this is for reproducibility.
384
+ # feel free to change to get different result
385
+ seed = 23
386
+ torch.manual_seed(seed)
387
+
388
+ tokens = model.generate(
389
+ input_ids.to(device=model.device),
390
+ max_new_tokens=128,
391
+ temperature=0.99,
392
+ top_p=0.95,
393
+ do_sample=True,
394
+ )
395
+
396
+ out = tokenizer.decode(tokens[0], skip_special_tokens=True)
397
+ print(out)
398
+ ```
399
+
400
+ We suggest playing with different generation config (`top_p`, `repetition_penalty` etc) to find the best setup for your tasks. For example, use higher temperature for roleplay task, lower temperature for reasoning.
401
+
402
+ ## Model Details
403
+
404
+ * **Model type**: `japanese-stablelm-base-beta-70b` model is an auto-regressive language model based on the Llama2 transformer architecture.
405
+ * **Language(s)**: Japanese
406
+ * **License**: [Llama2 Community License](https://ai.meta.com/llama/license/).
407
+ * **Contact**: For questions and comments about the model, please join [Stable Community Japan](https://discord.gg/StableJP). For future announcements / information about Stability AI models, research, and events, please follow https://twitter.com/StabilityAI_JP.
408
+
409
+ ## Training Dataset
410
+
411
+ Roughly 100B tokens from a mixture of the following corpora were used for continued pre-training.
412
+
413
+ - [Japanese/English Wikipedia](https://dumps.wikimedia.org/other/cirrussearch)
414
+ - [Japanese mc4](https://huggingface.co/datasets/mc4)
415
+ - [Japanese CC-100](http://data.statmt.org/cc-100/ja.txt.xz)
416
+ - [Japanese OSCAR](https://oscar-project.github.io/documentation/)
417
+ - [SlimPajama](https://huggingface.co/datasets/cerebras/SlimPajama-627B) (excluding the Books3 subset)
418
+
419
+ ## Use and Limitations
420
+
421
+ ### Intended Use
422
+
423
+ The model is intended to be used by all individuals as a foundation for application-specific fine-tuning without strict limitations on commercial use.
424
+
425
+ ### Limitations and bias
426
+
427
+ The pre-training dataset may have contained offensive or inappropriate content even after applying data cleansing filters which can be reflected in the model generated text. We recommend users exercise reasonable caution when using these models in production systems. Do not use the model for any applications that may cause harm or distress to individuals or groups.
428
+
429
+ ## Authors
430
+ This model was developed by the Research & Development team at Stability AI Japan, and the development was co-led by [Takuya Akiba](https://huggingface.co/iwiwi) and [Meng Lee](https://huggingface.co/leemeng). The members of the team are as follows:
431
+
432
+ - [Meng Lee](https://huggingface.co/leemeng)
433
+ - [Fujiki Nakamura](https://huggingface.co/fujiki)
434
+ - [Makoto Shing](https://huggingface.co/mkshing)
435
+ - [Paul McCann](https://huggingface.co/polm-stability)
436
+ - [Takuya Akiba](https://huggingface.co/iwiwi)
437
+ - [Naoki Orii](https://huggingface.co/mrorii)
438
+
439
+ ## Acknowledgements
440
+
441
+ We thank Meta Research for releasing Llama 2 under an open license for others to build on.
442
+
443
+ We are grateful for the contributions of the EleutherAI Polyglot-JA team in helping us to collect a large amount of pre-training data in Japanese. Polyglot-JA members includes Hyunwoong Ko (Project Lead), Fujiki Nakamura (originally started this project when he commited to the Polyglot team), Yunho Mo, Minji Jung, KeunSeok Im, and Su-Kyeong Jang.
444
+
445
+ We are also appreciative of [AI Novelist/Sta (Bit192, Inc.)](https://ai-novel.com/index.php) and the numerous contributors from [Stable Community Japan](https://discord.gg/VPrcE475HB) for assisting us in gathering a large amount of high-quality Japanese textual data for model training.
446
+
447
+ ## How to cite
448
+ ```
449
+ @misc{JapaneseStableLMBaseBeta70B,
450
+ url={[https://huggingface.co/stabilityai/japanese-stablelm-base-beta-70b](https://huggingface.co/stabilityai/japanese-stablelm-base-beta-70b)},
451
+ title={Japanese StableLM Base Beta 70B},
452
+ author={Lee, Meng and Nakamura, Fujiki and Shing, Makoto and McCann, Paul and Akiba, Takuya and Orii, Naoki}
453
+ }
454
+ ```
455
+
456
+
457
+ <!-- original-model-card end -->