Datasets:
Update README.md
Browse files
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, "
|
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
|