TheBloke commited on
Commit
25b127d
1 Parent(s): 277eb19

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +316 -0
README.md ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ - pl
6
+ license: llama2
7
+ model_creator: Voicelab
8
+ model_link: https://huggingface.co/Voicelab/trurl-2-7b
9
+ model_name: Trurl 2 7B
10
+ model_type: llama
11
+ pipeline_tag: text-generation
12
+ quantized_by: TheBloke
13
+ tags:
14
+ - voicelab
15
+ - pytorch
16
+ - llama-2
17
+ - trurl
18
+ - trurl-2
19
+ ---
20
+
21
+ <!-- header start -->
22
+ <!-- 200823 -->
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
29
+ </div>
30
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
31
+ <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>
32
+ </div>
33
+ </div>
34
+ <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>
35
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
36
+ <!-- header end -->
37
+
38
+ # Trurl 2 7B - GGML
39
+ - Model creator: [Voicelab](https://huggingface.co/Voicelab)
40
+ - Original model: [Trurl 2 7B](https://huggingface.co/Voicelab/trurl-2-7b)
41
+
42
+ ## Description
43
+
44
+ This repo contains GGML format model files for [Voicelab's Trurl 2 7B](https://huggingface.co/Voicelab/trurl-2-7b).
45
+
46
+ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
47
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most popular web UI. Supports NVidia CUDA GPU acceleration.
48
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful GGML web UI with GPU acceleration on all platforms (CUDA and OpenCL). Especially good for story telling.
49
+ * [LM Studio](https://lmstudio.ai/), a fully featured local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS.
50
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with CUDA GPU acceleration via the c_transformers backend.
51
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
52
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
53
+
54
+ ## Repositories available
55
+
56
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Trurl-2-7B-GPTQ)
57
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Trurl-2-7B-GGML)
58
+ * [Voicelab's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Voicelab/trurl-2-7b)
59
+
60
+ ## Prompt template: Llama-2-Chat
61
+
62
+ ```
63
+ [INST] <<SYS>>
64
+ You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
65
+ <</SYS>>
66
+ {prompt}[/INST]
67
+ ```
68
+
69
+ <!-- compatibility_ggml start -->
70
+ ## Compatibility
71
+
72
+ These quantised GGML files are compatible with llama.cpp as of June 6th, commit `2d43387`.
73
+
74
+ They should also be compatible with all UIs, libraries and utilities which use GGML.
75
+
76
+ ## Explanation of the new k-quant methods
77
+ <details>
78
+ <summary>Click to see details</summary>
79
+
80
+ The new methods available are:
81
+ * 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)
82
+ * 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.
83
+ * 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.
84
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
85
+ * 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
86
+ * GGML_TYPE_Q8_K - "type-0" 8-bit quantization. Only used for quantizing intermediate results. The difference to the existing Q8_0 is that the block size is 256. All 2-6 bit dot products are implemented for this quantization type.
87
+
88
+ Refer to the Provided Files table below to see what files use which methods, and how.
89
+ </details>
90
+ <!-- compatibility_ggml end -->
91
+
92
+ ## Provided files
93
+
94
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
95
+ | ---- | ---- | ---- | ---- | ---- | ----- |
96
+ | [trurl-2-7b.ggmlv3.q2_K.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q2_K.bin) | q2_K | 2 | 3.05 GB| 5.55 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.vw and feed_forward.w2 tensors, GGML_TYPE_Q2_K for the other tensors. |
97
+ | [trurl-2-7b.ggmlv3.q3_K_L.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q3_K_L.bin) | q3_K_L | 3 | 3.77 GB| 6.27 GB | New k-quant method. Uses GGML_TYPE_Q5_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
98
+ | [trurl-2-7b.ggmlv3.q3_K_M.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q3_K_M.bin) | q3_K_M | 3 | 3.45 GB| 5.95 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
99
+ | [trurl-2-7b.ggmlv3.q3_K_S.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q3_K_S.bin) | q3_K_S | 3 | 3.12 GB| 5.62 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
100
+ | [trurl-2-7b.ggmlv3.q4_0.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q4_0.bin) | q4_0 | 4 | 3.79 GB| 6.29 GB | Original quant method, 4-bit. |
101
+ | [trurl-2-7b.ggmlv3.q4_1.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q4_1.bin) | q4_1 | 4 | 4.21 GB| 6.71 GB | Original quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
102
+ | [trurl-2-7b.ggmlv3.q4_K_M.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q4_K_M.bin) | q4_K_M | 4 | 4.24 GB| 6.74 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q4_K |
103
+ | [trurl-2-7b.ggmlv3.q4_K_S.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q4_K_S.bin) | q4_K_S | 4 | 3.98 GB| 6.48 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
104
+ | [trurl-2-7b.ggmlv3.q5_0.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q5_0.bin) | q5_0 | 5 | 4.63 GB| 7.13 GB | Original quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
105
+ | [trurl-2-7b.ggmlv3.q5_1.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q5_1.bin) | q5_1 | 5 | 5.06 GB| 7.56 GB | Original quant method, 5-bit. Even higher accuracy, resource usage and slower inference. |
106
+ | [trurl-2-7b.ggmlv3.q5_K_M.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q5_K_M.bin) | q5_K_M | 5 | 4.92 GB| 7.42 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q5_K |
107
+ | [trurl-2-7b.ggmlv3.q5_K_S.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q5_K_S.bin) | q5_K_S | 5 | 4.79 GB| 7.29 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
108
+ | [trurl-2-7b.ggmlv3.q6_K.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q6_K.bin) | q6_K | 6 | 5.65 GB| 8.15 GB | New k-quant method. Uses GGML_TYPE_Q8_K for all tensors - 6-bit quantization |
109
+ | [trurl-2-7b.ggmlv3.q8_0.bin](https://huggingface.co/TheBloke/Trurl-2-7B-GGML/blob/main/trurl-2-7b.ggmlv3.q8_0.bin) | q8_0 | 8 | 7.16 GB| 9.66 GB | Original quant method, 8-bit. Almost indistinguishable from float16. High resource use and slow. Not recommended for most users. |
110
+
111
+ **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.
112
+
113
+ ## How to run in `llama.cpp`
114
+
115
+ I use the following command line; adjust for your tastes and needs:
116
+
117
+ ```
118
+ ./main -t 10 -ngl 32 -m trurl-2-7b.ggmlv3.q4_K_M.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### Instruction: Write a story about llamas\n### Response:"
119
+ ```
120
+ Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`.
121
+
122
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
123
+
124
+ Change `-c 2048` to the desired sequence length for this model. For example, `-c 4096` for a Llama 2 model. For models that use RoPE, add `--rope-freq-base 10000 --rope-freq-scale 0.5` for doubled context, or `--rope-freq-base 10000 --rope-freq-scale 0.25` for 4x context.
125
+
126
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
127
+
128
+ 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)
129
+
130
+ ## How to run in `text-generation-webui`
131
+
132
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
133
+
134
+ <!-- footer start -->
135
+ <!-- 200823 -->
136
+ ## Discord
137
+
138
+ For further support, and discussions on these models and AI in general, join us at:
139
+
140
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
141
+
142
+ ## Thanks, and how to contribute.
143
+
144
+ Thanks to the [chirper.ai](https://chirper.ai) team!
145
+
146
+ 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.
147
+
148
+ 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.
149
+
150
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
151
+
152
+ * Patreon: https://patreon.com/TheBlokeAI
153
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
154
+
155
+ **Special thanks to**: Aemon Algiz.
156
+
157
+ **Patreon special mentions**: Sam, theTransient, Jonathan Leane, Steven Wood, webtim, Johann-Peter Hartmann, Geoffrey Montalvo, Gabriel Tamborski, Willem Michiel, John Villwock, Derek Yates, Mesiah Bishop, Eugene Pentland, Pieter, Chadd, Stephen Murray, Daniel P. Andersen, terasurfer, Brandon Frisco, Thomas Belote, Sid, Nathan LeClaire, Magnesian, Alps Aficionado, Stanislav Ovsiannikov, Alex, Joseph William Delisle, Nikolai Manek, Michael Davis, Junyu Yang, K, J, Spencer Kim, Stefan Sabev, Olusegun Samson, transmissions 11, Michael Levine, Cory Kujawski, Rainer Wilmers, zynix, Kalila, Luke @flexchar, Ajan Kanaga, Mandus, vamX, Ai Maven, Mano Prime, Matthew Berman, subjectnull, Vitor Caleffi, Clay Pascal, biorpg, alfie_i, 阿明, Jeffrey Morgan, ya boyyy, Raymond Fosdick, knownsqashed, Olakabola, Leonard Tan, ReadyPlayerEmma, Enrico Ros, Dave, Talal Aujan, Illia Dulskyi, Sean Connelly, senxiiz, Artur Olbinski, Elle, Raven Klaugh, Fen Risland, Deep Realms, Imad Khwaja, Fred von Graf, Will Dee, usrbinkat, SuperWojo, Alexandros Triantafyllidis, Swaroop Kallakuri, Dan Guido, John Detwiler, Pedro Madruga, Iucharbius, Viktor Bowallius, Asp the Wyvern, Edmond Seymore, Trenton Dambrowitz, Space Cruiser, Spiking Neurons AB, Pyrater, LangChain4j, Tony Hughes, Kacper Wikieł, Rishabh Srivastava, David Ziegler, Luke Pendergrass, Andrey, Gabriel Puliatti, Lone Striker, Sebastain Graf, Pierre Kircher, Randy H, NimbleBox.ai, Vadim, danny, Deo Leter
158
+
159
+
160
+ Thank you to all my generous patrons and donaters!
161
+
162
+ And thank you again to a16z for their generous grant.
163
+
164
+ <!-- footer end -->
165
+
166
+ # Original model card: Voicelab's Trurl 2 7B
167
+
168
+ <img src="https://public.3.basecamp.com/p/rs5XqmAuF1iEuW6U7nMHcZeY/upload/download/VL-NLP-short.png" alt="logo voicelab nlp" style="width:300px;"/>
169
+
170
+
171
+ # Trurl 2 -- Polish Llama 2
172
+
173
+ The new OPEN TRURL is a finetuned Llama 2, trained on over 1.7b tokens (970k conversational **Polish** and **English** samples) with a large context of 4096 tokens.
174
+ TRURL was trained on a large number of Polish data.
175
+ TRURL 2 is a collection of fine-tuned generative text models with 7 billion and 13 billion parameters.
176
+ This is the repository for the 7b fine-tuned model, optimized for dialogue use cases.
177
+
178
+
179
+ # Overview
180
+
181
+ **TRURL developers** Voicelab.AI
182
+
183
+ **Variations** Trurl 2 comes in 7B and 13B versions.
184
+
185
+ **Input** Models input text only.
186
+
187
+ **Output** Models generate text only.
188
+
189
+ **Model Architecture** Trurl is an auto-regressive language model that uses an optimized transformer architecture.
190
+
191
+ ||Training Data|Params|Content Length|Num. Samples|Num. Tokens|start LR|
192
+ |---|---|---|---|---|---|---|
193
+ |Trurl 2|*A new mix of private and publicly available online data*|7B|4k|970k|1.7b|2.0 x 10<sup>-5</sup>|
194
+ |Trurl 2|*A new mix of private and publicly available online data*|13B|4k|970k|1.7b|2.0 x 10<sup>-5</sup>|
195
+
196
+ ## Training data
197
+
198
+ The training data includes Q&A pairs from various sources including Alpaca comparison data with GPT, Falcon comparison data, Dolly 15k, Oasst1, Phu saferlfhf, ShareGPT version 2023.05.08v0 filtered and cleaned, Voicelab private datasets for JSON data extraction, modification, and analysis, CURLICAT dataset containing journal entries, dataset from Polish wiki with Q&A pairs grouped into conversations, Voicelab private dataset with sales conversations, arguments and objections, paraphrases, contact reason detection, and corrected dialogues.
199
+
200
+ ## Intended Use
201
+
202
+ Trurl 2 is intended for commercial and research use in Polish and English. Tuned models are intended for assistant-like chat, but also adapted for a variety of natural language generation tasks.
203
+
204
+ # Evaluation Results
205
+ |Model | Size| hellaswag | arc_challenge | MMLU|
206
+ |---|---|---|---|---|
207
+ | Llama-2-chat | 7B | 78.55% | 52.9% | 48.32% |
208
+ | Llama-2-chat | 13B | 81.94% | 59.04% | 54.64% |
209
+ | Trurl 2.0 (with MMLU) | 13B | 80.09% | 59.30% | 78.35% |
210
+ | Trurl 2.0 (no MMLU) | 13B | TO-DO | TO-DO | TO-DO|
211
+ | Trurl 2.0 (no MMLU) | 7b | 75.29% | 53.41%| 50.0%|
212
+
213
+
214
+ <img src="https://voicelab.ai/wp-content/uploads/trurl-hero.webp" alt="trurl graphic" style="width:100px;"/>
215
+
216
+ # Ethical Considerations and Limitations
217
+ Trurl 2, same as a Llama 2, is a new technology that carries risks with use. Testing conducted to date has been in Polish and English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Trurl 2’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Trurl 2, developers should perform safety testing and tuning tailored to their specific applications of the model.
218
+
219
+ Please see the Meta's Responsible Use Guide available at [https://ai.meta.com/llama/responsible-use-guide/](https://ai.meta.com/llama/responsible-use-guide)
220
+
221
+ # Example use
222
+ ## LLM
223
+ Simply pass a prompt to a model and decode an output. Model will continue writing text based on sample you provided.
224
+ ```
225
+ import torch
226
+ from transformers import LlamaForCausalLM, LlamaTokenizer
227
+
228
+ tokenizer = LlamaTokenizer.from_pretrained("Voicelab/trurl-2-7b")
229
+ model = LlamaForCausalLM.from_pretrained("Voicelab/trurl-2-7b")
230
+
231
+ prompt = "Yesterday, when I was"
232
+
233
+ tokenized_prompt = tokenizer(prompt, return_tensors="pt")
234
+
235
+ model.eval()
236
+ with torch.no_grad():
237
+ print(tokenizer.decode(
238
+ model.generate(**tokenized_prompt, max_new_tokens=200)[0],
239
+ skip_special_tokens=True))
240
+ ```
241
+ Generated output:
242
+ > Yesterday, when I was in the city, I saw a man who was walking his dog. and the dog was wearing a little sweater. I thought it was so cute! I wish I had a dog so I could get one of those sweaters for my own dog.
243
+
244
+ ## Chat
245
+ When using TRURL in a chat mode you should remember to use Llama 2 conversation template like in the example below.
246
+
247
+
248
+ ```
249
+ import torch
250
+ from transformers import LlamaForCausalLM, LlamaTokenizer
251
+
252
+ tokenizer = LlamaTokenizer.from_pretrained("Voicelab/trurl-2-7b")
253
+ model = LlamaForCausalLM.from_pretrained("Voicelab/trurl-2-7b")
254
+
255
+ prompt = """
256
+ <s>[INST] <<SYS>> You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe.
257
+ Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content.
258
+ Please ensure that your responses are socially unbiased and positive in nature.\n\n
259
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct.
260
+ If you don't know the answer to a question, please don't share false information. <</SYS>>
261
+
262
+ What was the reason for calling in the conversation below? \n\n
263
+ AGENT: Hello, Bank of Albion, this is Mata Hari. How can I help you?
264
+ CLIENT: Hi. I've been locked out from my Internet account. I need your help.
265
+ AGENT: (yy) Yes, of course, I'll do my best to help you. But I need to find out why the locking-out happened. (yy) In order to ascertain that, I'll ask you a couple of questions to confirm your identity. I'm going to need your full name.
266
+ CLIENT: Lizz Truss.
267
+ AGENT: Thank you. Now I need your personal identification number.
268
+ CLIENT: Fourteen, two hundred thirty-one, thirty-eight, twenty-nine, sixty-five.
269
+ AGENT: Thank you. Now I need your client ID number. The client ID number is the eight digits we assigned to you at the very beginning, on conclusion of the contract.
270
+ CLIENT: OK. Give me a moment. I have to find it.
271
+ AGENT: (mhm) You'll find… You'll find it in the contract.
272
+ CLIENT: Yes, yes. I can see it. Sixty-five, twenty-nine, thirty-eight, thirty-one.
273
+ AGENT: Thank you. One final security question. Do you have any deposits in our bank?
274
+ CLIENT: No, no. I don't have any deposits in this bank.
275
+ AGENT: Thank you. Your identity has been (yy) confirmed. (yy) I can see that the account has been blocked, indeed, and you won't be able to log in via the Internet (yy) because (yy) the identity document which is listed for reference has expired. (yy) From what I can see, your identity document expired some time ago. Have you been issued a new one?
276
+ CLIENT: Well, no. I think my ID is still valid, you know. I didn't even know.
277
+ AGENT: Well, no... Your ID expired at the end of March. Well, almost at the end. Your old ID had been valid until 26 March. (yy) For that reason, your accout has been blocked, because you haven't notified us about the ID change for a few months. We are not interested if the ID document has been officialy reissued. (...) On our end, what matters is whether the document listed for our reference is valid (yy) so without a valid document I can't unlock your accout.
278
+ CLIENT: But I have to carry out an operation right now, so this is sort of problematic.
279
+ AGENT: I understand. But (yy) you are obligated, as an account holder, to notify the bank about any changes pending (yy), regrding, for example, your home address or phone number. Now, one of such safeguards protecting your… (yy) money, your sensitive data, is precisely about having a valid identification document. Since this is missing in your case, the account has been blocked. Now, I don't think this would have caught you off guard, because we always remind our customers that their ID is about to expire. When the ID is nearing expiration, we display relevant messages at least sixty days in advance. They appear once you've logged in, at the very top of the screen, there is a notification that (yy) the ID is about to expire (yy), so, well... The bank did notify you about this issue. Now, how you chose to act on this information was your choice, right? In any case, at this point, in order to unlock your accout, our protocols require that you produce a new identification document at one of our branches. You shall provide information concerning the new document number, new valid-thru date, and only then will you be able to use your account again. I can schedule an appointment with a consultant at our branch for you. What locality would you prefer?
280
+ CLIENT: Well, I'm not sure if I should share such information with you.
281
+ AGENT: And may I ask why exactly you are unsure? After all, you're calling a bank that runs your account, right?
282
+ CLIENT: Right, you know what, I need to go now. Good bye.
283
+ AGENT: (yy) Miss… [/INST]
284
+
285
+ """
286
+
287
+ tokenized_prompt = tokenizer(prompt, return_tensors="pt")
288
+
289
+ model.eval()
290
+ with torch.no_grad():
291
+ print(tokenizer.decode(
292
+ model.generate(**tokenized_prompt, max_new_tokens=200)[0],
293
+ skip_special_tokens=True))
294
+ ```
295
+
296
+ Generated output:
297
+ > The reason for calling in this conversation is for the agent to help the client regain access to their internet account, which has been locked due to an expired identification document. The agent asks for the client's personal information to confirm their identity and then informs them that their account has been blocked because they have not notified the bank about the ID change for a few months. The agent explains that the bank has displayed relevant messages about the ID expiring and that the client must produce a new identification document at one of their branches in order to unlock their account. The client expresses uncertainty about sharing their information with the agent, but ultimately decides to end the call.
298
+
299
+ To get the expected features and performance for the chat versions, a specific Llama 2 formatting needs to be followed, including the `INST` and `<<SYS>>` tags, `BOS` and `EOS` tokens, and the whitespaces and breaklines in between (we recommend calling `strip()` on inputs to avoid double-spaces). See reference code in github for details: [`chat_completion`](https://github.com/facebookresearch/llama/blob/main/llama/generation.py#L212).
300
+
301
+ # Authors
302
+
303
+ The model was trained by NLP Research Team at Voicelab.ai.
304
+
305
+ You can contact us [here](https://voicelab.ai/contact/).
306
+
307
+ * [TRURL 13b](https://huggingface.co/Voicelab/trurl-2-13b/)
308
+ * [TRURL 7b](https://huggingface.co/Voicelab/trurl-2-7b/)
309
+ * [TRURL DEMO](https://trurl.ai)
310
+
311
+ Quantized models:
312
+ * [TRURL 13b - 8bit](https://huggingface.co/Voicelab/trurl-2-13b-8bit/)
313
+ * [TRURL 7b - 8bit](https://huggingface.co/Voicelab/trurl-2-7b-8bit/)
314
+
315
+ The work was supported by [#NASK](https://www.nask.pl/)
316
+