phucdev commited on
Commit
92d4a4a
1 Parent(s): feb61bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -330,7 +330,7 @@ An example of 'train' looks as follows:
330
  - `tags`: the list of tags of this sentence marking a token as being outside a key phrase, or being part of a material, process or task, a `list` of classification labels.
331
 
332
  ```python
333
- {"O": 0, "M": 1, "P": 2, "P": 3}
334
  ```
335
 
336
  #### subtask_c
 
330
  - `tags`: the list of tags of this sentence marking a token as being outside a key phrase, or being part of a material, process or task, a `list` of classification labels.
331
 
332
  ```python
333
+ {"O": 0, "M": 1, "P": 2, "T": 3}
334
  ```
335
 
336
  #### subtask_c