Spaces:
Runtime error
Runtime error
# 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/` | |