yqnis commited on
Commit
23931a0
·
verified ·
1 Parent(s): 48b21c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 "<>" as a separator and the format is : `'TAG_1 entity_1 <> TAG_2 entity_2 <> ... <> TAG_n entity_n'`.
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
  {