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/`