Transformers
GGUF
English
tinyllama
TheBloke commited on
Commit
fe232e1
1 Parent(s): c3ced87

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +319 -0
README.md ADDED
@@ -0,0 +1,319 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: PY007/TinyLlama-1.1B-python-v0.1
3
+ datasets:
4
+ - cerebras/SlimPajama-627B
5
+ - bigcode/starcoderdata
6
+ inference: false
7
+ language:
8
+ - en
9
+ license: apache-2.0
10
+ model_creator: Zhang Peiyuan
11
+ model_name: TinyLlama 1.1B Python v0.1
12
+ model_type: tinyllama
13
+ prompt_template: '<|im_start|>system
14
+
15
+ {system_message}<|im_end|>
16
+
17
+ <|im_start|>user
18
+
19
+ {prompt}<|im_end|>
20
+
21
+ <|im_start|>assistant
22
+
23
+ '
24
+ quantized_by: TheBloke
25
+ ---
26
+
27
+ <!-- header start -->
28
+ <!-- 200823 -->
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
35
+ </div>
36
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
37
+ <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>
38
+ </div>
39
+ </div>
40
+ <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>
41
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
42
+ <!-- header end -->
43
+
44
+ # TinyLlama 1.1B Python v0.1 - GGUF
45
+ - Model creator: [Zhang Peiyuan](https://huggingface.co/PY007)
46
+ - Original model: [TinyLlama 1.1B Python v0.1](https://huggingface.co/PY007/TinyLlama-1.1B-python-v0.1)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains GGUF format model files for [Zhang Peiyuan's TinyLlama 1.1B Python v0.1](https://huggingface.co/PY007/TinyLlama-1.1B-python-v0.1).
52
+
53
+ <!-- description end -->
54
+ <!-- README_GGUF.md-about-gguf start -->
55
+ ### About GGUF
56
+
57
+ 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.
58
+
59
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
60
+
61
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
62
+ * [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.
63
+ * [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.
64
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
65
+ * [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.
66
+ * [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.
67
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
68
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
69
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
70
+
71
+ <!-- README_GGUF.md-about-gguf end -->
72
+ <!-- repositories-available start -->
73
+ ## Repositories available
74
+
75
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-AWQ)
76
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GPTQ)
77
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF)
78
+ * [Zhang Peiyuan's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/PY007/TinyLlama-1.1B-python-v0.1)
79
+ <!-- repositories-available end -->
80
+
81
+ <!-- prompt-template start -->
82
+ ## Prompt template: ChatML
83
+
84
+ ```
85
+ <|im_start|>system
86
+ {system_message}<|im_end|>
87
+ <|im_start|>user
88
+ {prompt}<|im_end|>
89
+ <|im_start|>assistant
90
+
91
+ ```
92
+
93
+ <!-- prompt-template end -->
94
+
95
+
96
+ <!-- compatibility_gguf start -->
97
+ ## Compatibility
98
+
99
+ 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)
100
+
101
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
102
+
103
+ ## Explanation of quantisation methods
104
+ <details>
105
+ <summary>Click to see details</summary>
106
+
107
+ The new methods available are:
108
+ * 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)
109
+ * 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.
110
+ * 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.
111
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
112
+ * 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
113
+
114
+ Refer to the Provided Files table below to see what files use which methods, and how.
115
+ </details>
116
+ <!-- compatibility_gguf end -->
117
+
118
+ <!-- README_GGUF.md-provided-files start -->
119
+ ## Provided files
120
+
121
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
122
+ | ---- | ---- | ---- | ---- | ---- | ----- |
123
+ | [tinyllama-1.1b-python-v0.1.Q2_K.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q2_K.gguf) | Q2_K | 2 | 0.48 GB| 2.98 GB | smallest, significant quality loss - not recommended for most purposes |
124
+ | [tinyllama-1.1b-python-v0.1.Q3_K_S.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q3_K_S.gguf) | Q3_K_S | 3 | 0.50 GB| 3.00 GB | very small, high quality loss |
125
+ | [tinyllama-1.1b-python-v0.1.Q3_K_M.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q3_K_M.gguf) | Q3_K_M | 3 | 0.55 GB| 3.05 GB | very small, high quality loss |
126
+ | [tinyllama-1.1b-python-v0.1.Q3_K_L.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q3_K_L.gguf) | Q3_K_L | 3 | 0.59 GB| 3.09 GB | small, substantial quality loss |
127
+ | [tinyllama-1.1b-python-v0.1.Q4_0.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q4_0.gguf) | Q4_0 | 4 | 0.64 GB| 3.14 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
128
+ | [tinyllama-1.1b-python-v0.1.Q4_K_S.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q4_K_S.gguf) | Q4_K_S | 4 | 0.64 GB| 3.14 GB | small, greater quality loss |
129
+ | [tinyllama-1.1b-python-v0.1.Q4_K_M.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q4_K_M.gguf) | Q4_K_M | 4 | 0.67 GB| 3.17 GB | medium, balanced quality - recommended |
130
+ | [tinyllama-1.1b-python-v0.1.Q5_0.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q5_0.gguf) | Q5_0 | 5 | 0.77 GB| 3.27 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
131
+ | [tinyllama-1.1b-python-v0.1.Q5_K_S.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q5_K_S.gguf) | Q5_K_S | 5 | 0.77 GB| 3.27 GB | large, low quality loss - recommended |
132
+ | [tinyllama-1.1b-python-v0.1.Q5_K_M.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q5_K_M.gguf) | Q5_K_M | 5 | 0.78 GB| 3.28 GB | large, very low quality loss - recommended |
133
+ | [tinyllama-1.1b-python-v0.1.Q6_K.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q6_K.gguf) | Q6_K | 6 | 0.90 GB| 3.40 GB | very large, extremely low quality loss |
134
+ | [tinyllama-1.1b-python-v0.1.Q8_0.gguf](https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/blob/main/tinyllama-1.1b-python-v0.1.Q8_0.gguf) | Q8_0 | 8 | 1.17 GB| 3.67 GB | very large, extremely low quality loss - not recommended |
135
+
136
+ **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.
137
+
138
+
139
+
140
+ <!-- README_GGUF.md-provided-files end -->
141
+
142
+ <!-- README_GGUF.md-how-to-download start -->
143
+ ## How to download GGUF files
144
+
145
+ **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.
146
+
147
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
148
+ - LM Studio
149
+ - LoLLMS Web UI
150
+ - Faraday.dev
151
+
152
+ ### In `text-generation-webui`
153
+
154
+ Under Download Model, you can enter the model repo: TheBloke/TinyLlama-1.1B-python-v0.1-GGUF and below it, a specific filename to download, such as: tinyllama-1.1b-python-v0.1.Q4_K_M.gguf.
155
+
156
+ Then click Download.
157
+
158
+ ### On the command line, including multiple files at once
159
+
160
+ I recommend using the `huggingface-hub` Python library:
161
+
162
+ ```shell
163
+ pip3 install huggingface-hub
164
+ ```
165
+
166
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
167
+
168
+ ```shell
169
+ huggingface-cli download TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tinyllama-1.1b-python-v0.1.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
170
+ ```
171
+
172
+ <details>
173
+ <summary>More advanced huggingface-cli download usage</summary>
174
+
175
+ You can also download multiple files at once with a pattern:
176
+
177
+ ```shell
178
+ huggingface-cli download TheBloke/TinyLlama-1.1B-python-v0.1-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
179
+ ```
180
+
181
+ 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).
182
+
183
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
184
+
185
+ ```shell
186
+ pip3 install hf_transfer
187
+ ```
188
+
189
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
190
+
191
+ ```shell
192
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tinyllama-1.1b-python-v0.1.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
193
+ ```
194
+
195
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
196
+ </details>
197
+ <!-- README_GGUF.md-how-to-download end -->
198
+
199
+ <!-- README_GGUF.md-how-to-run start -->
200
+ ## Example `llama.cpp` command
201
+
202
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
203
+
204
+ ```shell
205
+ ./main -ngl 32 -m tinyllama-1.1b-python-v0.1.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
206
+ ```
207
+
208
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
209
+
210
+ Change `-c 2048` 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.
211
+
212
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
213
+
214
+ 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)
215
+
216
+ ## How to run in `text-generation-webui`
217
+
218
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
219
+
220
+ ## How to run from Python code
221
+
222
+ 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.
223
+
224
+ ### How to load this model in Python code, using ctransformers
225
+
226
+ #### First install the package
227
+
228
+ Run one of the following commands, according to your system:
229
+
230
+ ```shell
231
+ # Base ctransformers with no GPU acceleration
232
+ pip install ctransformers
233
+ # Or with CUDA GPU acceleration
234
+ pip install ctransformers[cuda]
235
+ # Or with AMD ROCm GPU acceleration (Linux only)
236
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
237
+ # Or with Metal GPU acceleration for macOS systems only
238
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
239
+ ```
240
+
241
+ #### Simple ctransformers example code
242
+
243
+ ```python
244
+ from ctransformers import AutoModelForCausalLM
245
+
246
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
247
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/TinyLlama-1.1B-python-v0.1-GGUF", model_file="tinyllama-1.1b-python-v0.1.Q4_K_M.gguf", model_type="tinyllama", gpu_layers=50)
248
+
249
+ print(llm("AI is going to"))
250
+ ```
251
+
252
+ ## How to use with LangChain
253
+
254
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
255
+
256
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
257
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
258
+
259
+ <!-- README_GGUF.md-how-to-run end -->
260
+
261
+ <!-- footer start -->
262
+ <!-- 200823 -->
263
+ ## Discord
264
+
265
+ For further support, and discussions on these models and AI in general, join us at:
266
+
267
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
268
+
269
+ ## Thanks, and how to contribute
270
+
271
+ Thanks to the [chirper.ai](https://chirper.ai) team!
272
+
273
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
274
+
275
+ 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.
276
+
277
+ 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.
278
+
279
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
280
+
281
+ * Patreon: https://patreon.com/TheBlokeAI
282
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
283
+
284
+ **Special thanks to**: Aemon Algiz.
285
+
286
+ **Patreon special mentions**: Pierre Kircher, Stanislav Ovsiannikov, Michael Levine, Eugene Pentland, Andrey, 준교 김, Randy H, Fred von Graf, Artur Olbinski, Caitlyn Gatomon, terasurfer, Jeff Scroggin, James Bentley, Vadim, Gabriel Puliatti, Harry Royden McLaughlin, Sean Connelly, Dan Guido, Edmond Seymore, Alicia Loh, subjectnull, AzureBlack, Manuel Alberto Morcote, Thomas Belote, Lone Striker, Chris Smitley, Vitor Caleffi, Johann-Peter Hartmann, Clay Pascal, biorpg, Brandon Frisco, sidney chen, transmissions 11, Pedro Madruga, jinyuan sun, Ajan Kanaga, Emad Mostaque, Trenton Dambrowitz, Jonathan Leane, Iucharbius, usrbinkat, vamX, George Stoitzev, Luke Pendergrass, theTransient, Olakabola, Swaroop Kallakuri, Cap'n Zoog, Brandon Phillips, Michael Dempsey, Nikolai Manek, danny, Matthew Berman, Gabriel Tamborski, alfie_i, Raymond Fosdick, Tom X Nguyen, Raven Klaugh, LangChain4j, Magnesian, Illia Dulskyi, David Ziegler, Mano Prime, Luis Javier Navarrete Lozano, Erik Bjäreholt, 阿明, Nathan Dryer, Alex, Rainer Wilmers, zynix, TL, Joseph William Delisle, John Villwock, Nathan LeClaire, Willem Michiel, Joguhyik, GodLy, OG, Alps Aficionado, Jeffrey Morgan, ReadyPlayerEmma, Tiffany J. Kim, Sebastain Graf, Spencer Kim, Michael Davis, webtim, Talal Aujan, knownsqashed, John Detwiler, Imad Khwaja, Deo Leter, Jerry Meng, Elijah Stavena, Rooh Singh, Pieter, SuperWojo, Alexandros Triantafyllidis, Stephen Murray, Ai Maven, ya boyyy, Enrico Ros, Ken Nordquist, Deep Realms, Nicholas, Spiking Neurons AB, Elle, Will Dee, Jack West, RoA, Luke @flexchar, Viktor Bowallius, Derek Yates, Subspace Studios, jjj, Toran Billups, Asp the Wyvern, Fen Risland, Ilya, NimbleBox.ai, Chadd, Nitin Borwankar, Emre, Mandus, Leonard Tan, Kalila, K, Trailburnt, S_X, Cory Kujawski
287
+
288
+
289
+ Thank you to all my generous patrons and donaters!
290
+
291
+ And thank you again to a16z for their generous grant.
292
+
293
+ <!-- footer end -->
294
+
295
+ <!-- original-model-card start -->
296
+ # Original model card: Zhang Peiyuan's TinyLlama 1.1B Python v0.1
297
+
298
+ <div align="center">
299
+
300
+ # TinyLlama-1.1B
301
+ </div>
302
+
303
+ https://github.com/jzhang38/TinyLlama
304
+
305
+ The TinyLlama project aims to **pretrain** a **1.1B Llama model on 3 trillion tokens**. With some proper optimization, we can achieve this within a span of "just" 90 days using 16 A100-40G GPUs 🚀🚀. The training has started on 2023-09-01.
306
+
307
+
308
+ We adopted exactly the same architecture and tokenizer as Llama 2. This means TinyLlama can be plugged and played in many open-source projects built upon Llama. Besides, TinyLlama is compact with only 1.1B parameters. This compactness allows it to cater to a multitude of applications demanding a restricted computation and memory footprint.
309
+
310
+ #### This Model
311
+ This is a code LM finetuned(or so-called continue pretrianed) from the 500B TinyLlama checkpoint with another 7B Python data from the starcoderdata.
312
+
313
+ **While the finetuning data is exclusively Python, the model retains its ability in many other languages such as C or Java**.
314
+
315
+ The HumanEval accuracy is **14**.
316
+
317
+ **It can be used as the draft model to speculative-decode larger models such as models in the CodeLlama family**.
318
+
319
+ <!-- original-model-card end -->