yqnis commited on
Commit
fcd0fbe
·
verified ·
1 Parent(s): dbc0ac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ The model was trained to extract entities from French biomedical sentences (medl
27
  | `PHEN` | **Biological processes** (e.g. inflammation, mutation) |
28
  | `PHYS` | **Physiological functions** (e.g. respiration, vision) |
29
 
30
- I used `<>` as a separator and the output format is :
31
 
32
  ```
33
  TAG_1 entity_1 <> TAG_2 entity_2 <> ... <> TAG_n entity_n'
 
27
  | `PHEN` | **Biological processes** (e.g. inflammation, mutation) |
28
  | `PHYS` | **Physiological functions** (e.g. respiration, vision) |
29
 
30
+ I use `<>` as a separator and the output format is :
31
 
32
  ```
33
  TAG_1 entity_1 <> TAG_2 entity_2 <> ... <> TAG_n entity_n'