TheBloke commited on
Commit
00f36f2
1 Parent(s): 2867dbd

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +373 -0
README.md ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/medalpaca/medalpaca-13b
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: cc
8
+ model_creator: medalpaca
9
+ model_name: Medalpaca 13B
10
+ model_type: llama
11
+ pipeline_tag: text-generation
12
+ prompt_template: 'Below is an instruction that describes a task. Write a response
13
+ that appropriately completes the request.
14
+
15
+
16
+ ### Instruction:
17
+
18
+ {prompt}
19
+
20
+
21
+ ### Response:
22
+
23
+ '
24
+ quantized_by: TheBloke
25
+ tags:
26
+ - medical
27
+ ---
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
+ # Medalpaca 13B - GGUF
47
+ - Model creator: [medalpaca](https://huggingface.co/medalpaca)
48
+ - Original model: [Medalpaca 13B](https://huggingface.co/medalpaca/medalpaca-13b)
49
+
50
+ <!-- description start -->
51
+ ## Description
52
+
53
+ This repo contains GGUF format model files for [medalpaca's Medalpaca 13B](https://huggingface.co/medalpaca/medalpaca-13b).
54
+
55
+ <!-- description end -->
56
+ <!-- README_GGUF.md-about-gguf start -->
57
+ ### About GGUF
58
+
59
+ 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. GGUF offers numerous advantages over GGML, such as better tokenisation, and support for special tokens. It is also supports metadata, and is designed to be extensible.
60
+
61
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
62
+
63
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
64
+ * [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.
65
+ * [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.
66
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
67
+ * [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.
68
+ * [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.
69
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
70
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
71
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
72
+
73
+ <!-- README_GGUF.md-about-gguf end -->
74
+ <!-- repositories-available start -->
75
+ ## Repositories available
76
+
77
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/medalpaca-13B-AWQ)
78
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/medalpaca-13B-GPTQ)
79
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/medalpaca-13B-GGUF)
80
+ * [medalpaca's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/medalpaca/medalpaca-13b)
81
+ <!-- repositories-available end -->
82
+
83
+ <!-- prompt-template start -->
84
+ ## Prompt template: Alpaca
85
+
86
+ ```
87
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
88
+
89
+ ### Instruction:
90
+ {prompt}
91
+
92
+ ### Response:
93
+
94
+ ```
95
+
96
+ <!-- prompt-template end -->
97
+ <!-- licensing start -->
98
+ ## Licensing
99
+
100
+ The creator of the source model has listed its license as `cc`, and this quantization has therefore used that same license.
101
+
102
+ 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.
103
+
104
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [medalpaca's Medalpaca 13B](https://huggingface.co/medalpaca/medalpaca-13b).
105
+ <!-- licensing end -->
106
+ <!-- compatibility_gguf start -->
107
+ ## Compatibility
108
+
109
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
110
+
111
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
112
+
113
+ ## Explanation of quantisation methods
114
+ <details>
115
+ <summary>Click to see details</summary>
116
+
117
+ The new methods available are:
118
+ * 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)
119
+ * 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.
120
+ * 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.
121
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
122
+ * 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
123
+
124
+ Refer to the Provided Files table below to see what files use which methods, and how.
125
+ </details>
126
+ <!-- compatibility_gguf end -->
127
+
128
+ <!-- README_GGUF.md-provided-files start -->
129
+ ## Provided files
130
+
131
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
132
+ | ---- | ---- | ---- | ---- | ---- | ----- |
133
+ | [medalpaca-13b.Q2_K.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q2_K.gguf) | Q2_K | 2 | 5.43 GB| 7.93 GB | smallest, significant quality loss - not recommended for most purposes |
134
+ | [medalpaca-13b.Q3_K_S.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| 8.16 GB | very small, high quality loss |
135
+ | [medalpaca-13b.Q3_K_M.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| 8.84 GB | very small, high quality loss |
136
+ | [medalpaca-13b.Q3_K_L.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| 9.43 GB | small, substantial quality loss |
137
+ | [medalpaca-13b.Q4_0.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| 9.87 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
138
+ | [medalpaca-13b.Q4_K_S.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q4_K_S.gguf) | Q4_K_S | 4 | 7.41 GB| 9.91 GB | small, greater quality loss |
139
+ | [medalpaca-13b.Q4_K_M.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| 10.37 GB | medium, balanced quality - recommended |
140
+ | [medalpaca-13b.Q5_0.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| 11.47 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
141
+ | [medalpaca-13b.Q5_K_S.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| 11.47 GB | large, low quality loss - recommended |
142
+ | [medalpaca-13b.Q5_K_M.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| 11.73 GB | large, very low quality loss - recommended |
143
+ | [medalpaca-13b.Q6_K.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q6_K.gguf) | Q6_K | 6 | 10.68 GB| 13.18 GB | very large, extremely low quality loss |
144
+ | [medalpaca-13b.Q8_0.gguf](https://huggingface.co/TheBloke/medalpaca-13B-GGUF/blob/main/medalpaca-13b.Q8_0.gguf) | Q8_0 | 8 | 13.83 GB| 16.33 GB | very large, extremely low quality loss - not recommended |
145
+
146
+ **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.
147
+
148
+
149
+
150
+ <!-- README_GGUF.md-provided-files end -->
151
+
152
+ <!-- README_GGUF.md-how-to-download start -->
153
+ ## How to download GGUF files
154
+
155
+ **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.
156
+
157
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
158
+ - LM Studio
159
+ - LoLLMS Web UI
160
+ - Faraday.dev
161
+
162
+ ### In `text-generation-webui`
163
+
164
+ Under Download Model, you can enter the model repo: TheBloke/medalpaca-13B-GGUF and below it, a specific filename to download, such as: medalpaca-13b.q4_K_M.gguf.
165
+
166
+ Then click Download.
167
+
168
+ ### On the command line, including multiple files at once
169
+
170
+ I recommend using the `huggingface-hub` Python library:
171
+
172
+ ```shell
173
+ pip3 install huggingface-hub>=0.17.1
174
+ ```
175
+
176
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
177
+
178
+ ```shell
179
+ huggingface-cli download TheBloke/medalpaca-13B-GGUF medalpaca-13b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
180
+ ```
181
+
182
+ <details>
183
+ <summary>More advanced huggingface-cli download usage</summary>
184
+
185
+ You can also download multiple files at once with a pattern:
186
+
187
+ ```shell
188
+ huggingface-cli download TheBloke/medalpaca-13B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
189
+ ```
190
+
191
+ 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).
192
+
193
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
194
+
195
+ ```shell
196
+ pip3 install hf_transfer
197
+ ```
198
+
199
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
200
+
201
+ ```shell
202
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/medalpaca-13B-GGUF medalpaca-13b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
203
+ ```
204
+
205
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
206
+ </details>
207
+ <!-- README_GGUF.md-how-to-download end -->
208
+
209
+ <!-- README_GGUF.md-how-to-run start -->
210
+ ## Example `llama.cpp` command
211
+
212
+ Make sure you are using `llama.cpp` from commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
213
+
214
+ ```shell
215
+ ./main -ngl 32 -m medalpaca-13b.q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:"
216
+ ```
217
+
218
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
219
+
220
+ 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.
221
+
222
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
223
+
224
+ 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)
225
+
226
+ ## How to run in `text-generation-webui`
227
+
228
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
229
+
230
+ ## How to run from Python code
231
+
232
+ 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.
233
+
234
+ ### How to load this model from Python using ctransformers
235
+
236
+ #### First install the package
237
+
238
+ ```bash
239
+ # Base ctransformers with no GPU acceleration
240
+ pip install ctransformers>=0.2.24
241
+ # Or with CUDA GPU acceleration
242
+ pip install ctransformers[cuda]>=0.2.24
243
+ # Or with ROCm GPU acceleration
244
+ CT_HIPBLAS=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
245
+ # Or with Metal GPU acceleration for macOS systems
246
+ CT_METAL=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
247
+ ```
248
+
249
+ #### Simple example code to load one of these GGUF models
250
+
251
+ ```python
252
+ from ctransformers import AutoModelForCausalLM
253
+
254
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
255
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/medalpaca-13B-GGUF", model_file="medalpaca-13b.q4_K_M.gguf", model_type="llama", gpu_layers=50)
256
+
257
+ print(llm("AI is going to"))
258
+ ```
259
+
260
+ ## How to use with LangChain
261
+
262
+ Here's guides on using llama-cpp-python or ctransformers with LangChain:
263
+
264
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
265
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
266
+
267
+ <!-- README_GGUF.md-how-to-run end -->
268
+
269
+ <!-- footer start -->
270
+ <!-- 200823 -->
271
+ ## Discord
272
+
273
+ For further support, and discussions on these models and AI in general, join us at:
274
+
275
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
276
+
277
+ ## Thanks, and how to contribute
278
+
279
+ Thanks to the [chirper.ai](https://chirper.ai) team!
280
+
281
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
282
+
283
+ 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.
284
+
285
+ 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.
286
+
287
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
288
+
289
+ * Patreon: https://patreon.com/TheBlokeAI
290
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
291
+
292
+ **Special thanks to**: Aemon Algiz.
293
+
294
+ **Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
295
+
296
+
297
+ Thank you to all my generous patrons and donaters!
298
+
299
+ And thank you again to a16z for their generous grant.
300
+
301
+ <!-- footer end -->
302
+
303
+ <!-- original-model-card start -->
304
+ # Original model card: medalpaca's Medalpaca 13B
305
+
306
+ # MedAlpaca 13b
307
+
308
+
309
+ ## Table of Contents
310
+
311
+ [Model Description](#model-description)
312
+ - [Architecture](#architecture)
313
+ - [Training Data](#trainig-data)
314
+ [Model Usage](#model-usage)
315
+ [Limitations](#limitations)
316
+
317
+ ## Model Description
318
+ ### Architecture
319
+ `medalpaca-13b` is a large language model specifically fine-tuned for medical domain tasks.
320
+ It is based on LLaMA (Large Language Model Meta AI) and contains 13 billion parameters.
321
+ The primary goal of this model is to improve question-answering and medical dialogue tasks.
322
+
323
+ ### Training Data
324
+ The training data for this project was sourced from various resources.
325
+ Firstly, we used Anki flashcards to automatically generate questions,
326
+ from the front of the cards and anwers from the back of the card.
327
+ Secondly, we generated medical question-answer pairs from [Wikidoc](https://www.wikidoc.org/index.php/Main_Page).
328
+ We extracted paragraphs with relevant headings, and used Chat-GPT 3.5
329
+ to generate questions from the headings and using the corresponding paragraphs
330
+ as answers. This dataset is still under development and we believe
331
+ that approximately 70% of these question answer pairs are factual correct.
332
+ Thirdly, we used StackExchange to extract question-answer pairs, taking the
333
+ top-rated question from five categories: Academia, Bioinformatics, Biology,
334
+ Fitness, and Health. Additionally, we used a dataset from [ChatDoctor](https://arxiv.org/abs/2303.14070)
335
+ consisting of 200,000 question-answer pairs, available at https://github.com/Kent0n-Li/ChatDoctor.
336
+
337
+ | Source | n items |
338
+ |------------------------------|--------|
339
+ | ChatDoc large | 200000 |
340
+ | wikidoc | 67704 |
341
+ | Stackexchange academia | 40865 |
342
+ | Anki flashcards | 33955 |
343
+ | Stackexchange biology | 27887 |
344
+ | Stackexchange fitness | 9833 |
345
+ | Stackexchange health | 7721 |
346
+ | Wikidoc patient information | 5942 |
347
+ | Stackexchange bioinformatics | 5407 |
348
+
349
+ ## Model Usage
350
+ To evaluate the performance of the model on a specific dataset, you can use the Hugging Face Transformers library's built-in evaluation scripts. Please refer to the evaluation guide for more information.
351
+ Inference
352
+
353
+ You can use the model for inference tasks like question-answering and medical dialogues using the Hugging Face Transformers library. Here's an example of how to use the model for a question-answering task:
354
+
355
+ ```python
356
+
357
+ from transformers import pipeline
358
+
359
+ pl = pipeline("text-generation", model="medalpaca/medalpaca-13b", tokenizer="medalpaca/medalpaca-13b")
360
+ question = "What are the symptoms of diabetes?"
361
+ context = "Diabetes is a metabolic disease that causes high blood sugar. The symptoms include increased thirst, frequent urination, and unexplained weight loss."
362
+ answer = pl(f"Context: {context}\n\nQuestion: {question}\n\nAnswer: ")
363
+ print(answer)
364
+ ```
365
+
366
+ ## Limitations
367
+ The model may not perform effectively outside the scope of the medical domain.
368
+ The training data primarily targets the knowledge level of medical students,
369
+ which may result in limitations when addressing the needs of board-certified physicians.
370
+ The model has not been tested in real-world applications, so its efficacy and accuracy are currently unknown.
371
+ It should never be used as a substitute for a doctor's opinion and must be treated as a research tool only.
372
+
373
+ <!-- original-model-card end -->