Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,7 @@ license: mit
|
|
5 |
# 1 Source
|
6 |
Source: https://github.com/alibaba-research/ChineseBLUE
|
7 |
|
8 |
-
# 2
|
9 |
-
```python
|
10 |
-
from datasets import load_dataset
|
11 |
-
data_files = {'train': 'train.csv', 'test': 'test.csv', 'dev': 'test.csv'}
|
12 |
-
dataset = load_dataset('Adapting/chinese_biomedical_NER_dataset', data_files=data_files)
|
13 |
-
```
|
14 |
-
|
15 |
-
## Definition of the tagset
|
16 |
```python
|
17 |
tag_set = [
|
18 |
'B_手术',
|
|
|
5 |
# 1 Source
|
6 |
Source: https://github.com/alibaba-research/ChineseBLUE
|
7 |
|
8 |
+
# 2 Definition of the tagset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
```python
|
10 |
tag_set = [
|
11 |
'B_手术',
|