Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,8 @@ The model was trained to extract entities from French biomedical sentences using
|
|
17 |
## Dataset
|
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 |
|
22 |
```json
|
23 |
{
|
|
|
17 |
## Dataset
|
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 |
{
|