Update README.md
Browse files
README.md
CHANGED
@@ -6,17 +6,26 @@ tags:
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- gguf
|
|
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
-
-
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
- **
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** yqnis/llama3-8b-quaero
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- gguf
|
9 |
+
- ggml
|
10 |
+
- q5_k_m
|
11 |
license: apache-2.0
|
12 |
language:
|
13 |
+
- fr
|
14 |
---
|
15 |
|
16 |
+
# LLaMA 3 8B fine-tuned on Quaero for Named Entity Recognition (Generative)
|
17 |
|
18 |
+
This is a **Quantized** version (Q5_K_M) of [yqnis/llama3-8b-quaero](https://huggingface.co/yqnis/llama3-8b-quaero), a model fine-tuned on the [Quaero French medical dataset](https://quaerofrenchmed.limsi.fr/) using a **generative approach to Named Entity Recognition (NER)**.
|
|
|
|
|
19 |
|
20 |
+
## Other formats
|
21 |
+
|
22 |
+
This model is also available in the following formats:
|
23 |
+
|
24 |
+
- **16-bit**
|
25 |
+
→ [yqnis/llama3-8b-quaero](https://huggingface.co/yqnis/llama3-8b-quaero)
|
26 |
|
27 |
+
- **LoRA Q8_0**
|
28 |
+
→ [yqnis/llama3-8b-quaero-lora](https://huggingface.co/yqnis/llama3-8b-quaero-lora)
|
29 |
+
|
30 |
+
|
31 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|