Spaces:
Runtime error
Runtime error
File size: 611 Bytes
2366e36 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Named Entity Recognition
## Overview
The structure of the named entity recognition dataset directory is organized as follows.
```text
βββ cluener2020
βββ cluener_predict.json
βββ dev.json
βββ README.md
βββ test.json
βββ train.json
βββ vocab.txt
```
## Preparation Steps
### CLUENER2020
- Download and extract [cluener_public.zip](https://storage.googleapis.com/cluebenchmark/tasks/cluener_public.zip) to `cluener2020/`
- Download [vocab.txt](https://download.openmmlab.com/mmocr/data/cluener_public/vocab.txt) and move `vocab.txt` to `cluener2020/`
|