yqnis commited on
Commit
e95984a
·
verified ·
1 Parent(s): 238ac8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -8,11 +8,11 @@ tags:
8
 
9
  # LLaMA 3 8B fine-tuned on Quaero for Named Entity Recognition (Generative)
10
 
11
- This model is a 16-bit merged version of `meta-llama/Meta-Llama-3-8B`, fine-tuned on the Quaero French medical dataset using a generative approach to Named Entity Recognition (NER).
12
 
13
  ## Task
14
 
15
- The model was trained to extract entities from French biomedical sentences using a structured, prompt-based format.
16
 
17
  ## Dataset
18
 
@@ -35,14 +35,14 @@ The QUAERO French Medical corpus features **overlapping entity spans**, includin
35
  }
36
  ```
37
 
38
-
39
  ## Evaluation
40
 
41
  Evaluation was performed on the test split by comparing the predicted entity set against the ground truth annotations using exact (type, entity) matching.
42
-
43
  | Metric | Score |
44
  | --------- | ------ |
45
  | Precision | 0.6482 |
46
  | Recall | 0.6951 |
47
  | F1 Score | 0.6709 |
48
 
 
 
 
8
 
9
  # LLaMA 3 8B fine-tuned on Quaero for Named Entity Recognition (Generative)
10
 
11
+ This model is a 16-bit merged version of [unsloth/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct), fine-tuned on the [Quaero French medical dataset](https://quaerofrenchmed.limsi.fr/) using a generative approach to Named Entity Recognition (NER).
12
 
13
  ## Task
14
 
15
+ The model was trained to extract entities from French biomedical sentences (medlines) using a structured, prompt-based format.
16
 
17
  ## Dataset
18
 
 
35
  }
36
  ```
37
 
 
38
  ## Evaluation
39
 
40
  Evaluation was performed on the test split by comparing the predicted entity set against the ground truth annotations using exact (type, entity) matching.
 
41
  | Metric | Score |
42
  | --------- | ------ |
43
  | Precision | 0.6482 |
44
  | Recall | 0.6951 |
45
  | F1 Score | 0.6709 |
46
 
47
+
48
+ This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.