Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ The model was trained to extract entities from French biomedical sentences (medl
|
|
18 |
|
19 |
The original dataset is Quaero French Medical Corpus and I converted it to a JSON format for generative instruction-style training.
|
20 |
|
21 |
-
I used
|
22 |
|
23 |
```json
|
24 |
{
|
|
|
18 |
|
19 |
The original dataset is Quaero French Medical Corpus and I converted it to a JSON format for generative instruction-style training.
|
20 |
|
21 |
+
I used `<>` as a separator and the format is : `'TAG_1 entity_1 <> TAG_2 entity_2 <> ... <> TAG_n entity_n'`.
|
22 |
|
23 |
```json
|
24 |
{
|