Triangle104
commited on
Commit
•
3ff3f3f
1
Parent(s):
d6e744b
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,27 @@ tags:
|
|
24 |
This model was converted to GGUF format from [`prithivMLmods/Llama-Doctor-3.2-3B-Instruct`](https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
25 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct) for more details on the model.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Use with llama.cpp
|
28 |
Install llama.cpp through brew (works on Mac and Linux)
|
29 |
|
|
|
24 |
This model was converted to GGUF format from [`prithivMLmods/Llama-Doctor-3.2-3B-Instruct`](https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
25 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct) for more details on the model.
|
26 |
|
27 |
+
---
|
28 |
+
Model details:
|
29 |
+
-
|
30 |
+
The Llama-Doctor-3.2-3B-Instruct model is designed for text generation tasks, particularly in contexts where instruction-following capabilities are needed. This model is a fine-tuned version of the base Llama-3.2-3B-Instruct model and is optimized for understanding and responding to user-provided instructions or prompts. The model has been trained on a specialized dataset, avaliev/chat_doctor, to enhance its performance in providing conversational or advisory responses, especially in medical or technical fields.
|
31 |
+
|
32 |
+
Key Use Cases:
|
33 |
+
-
|
34 |
+
Conversational AI: Engage in dialogue, answering questions, or providing responses based on user instructions.
|
35 |
+
Text Generation: Generate content, summaries, explanations, or solutions to problems based on given prompts.
|
36 |
+
Instruction Following: Understand and execute instructions, potentially in complex or specialized domains like medical, technical, or academic fields.
|
37 |
+
|
38 |
+
The model leverages a PyTorch-based architecture and comes with various files such as configuration files, tokenizer files, and special tokens maps to facilitate smooth deployment and interaction.
|
39 |
+
|
40 |
+
Intended Applications:
|
41 |
+
-
|
42 |
+
Chatbots for customer support or virtual assistants.
|
43 |
+
Medical Consultation Tools for generating advice or answering medical queries (given its training on the chat_doctor dataset).
|
44 |
+
Content Creation tools, helping generate text based on specific instructions.
|
45 |
+
Problem-solving Assistants that offer explanations or answers to user queries, particularly in instructional contexts.
|
46 |
+
|
47 |
+
---
|
48 |
## Use with llama.cpp
|
49 |
Install llama.cpp through brew (works on Mac and Linux)
|
50 |
|