yqnis commited on
Commit
5b24ffb
·
verified ·
1 Parent(s): 67e929a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -6,17 +6,26 @@ tags:
6
  - unsloth
7
  - llama
8
  - gguf
 
 
9
  license: apache-2.0
10
  language:
11
- - en
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** yqnis
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** yqnis/llama3-8b-quaero
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
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.