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

Update README.md

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