GaoangLau
commited on
Commit
·
ec77a75
0
Parent(s):
init: add resume ner
Browse files- README.md +13 -0
- dataset_infos.json +18 -0
- dev.csv +0 -0
- test.csv +0 -0
- train.csv +0 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- code
|
4 |
+
pretty_name: "resume ner dataseet"
|
5 |
+
tags:
|
6 |
+
- ner
|
7 |
+
license: "bsd"
|
8 |
+
task_categories:
|
9 |
+
- token-classification
|
10 |
+
---
|
11 |
+
|
12 |
+
中文 resume ner 数据集, source: https://github.com/luopeixiang/named_entity_recognition
|
13 |
+
|
dataset_infos.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "Chinese ner dataset",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "bsd",
|
7 |
+
"supervised_keys": null,
|
8 |
+
"config_name": "default",
|
9 |
+
"version": {
|
10 |
+
"version_str": "0.1.0",
|
11 |
+
"description": null,
|
12 |
+
"datasets_version_to_prepare": null,
|
13 |
+
"major": 0,
|
14 |
+
"minor": 1,
|
15 |
+
"patch": 0
|
16 |
+
}
|
17 |
+
}
|
18 |
+
}
|
dev.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|