asahi417 commited on
Commit
6f10e21
1 Parent(s): c9ce5c6
Files changed (4) hide show
  1. README.md +3 -20
  2. dataset/test.json +0 -0
  3. dataset/train.json +0 -0
  4. dataset/valid.json +0 -0
README.md CHANGED
@@ -12,19 +12,9 @@ task_categories:
12
  task_ids:
13
  - named-entity-recognition
14
  pretty_name: CoNLL-2003
15
- train-eval-index:
16
- - config: conll2003
17
- task: token-classification
18
- task_id: entity_extraction
19
- splits:
20
- train_split: train
21
- eval_split: test
22
- col_mapping:
23
- tokens: tokens
24
- ner_tags: tags
25
  ---
26
 
27
- # Dataset Card for "conll2003"
28
 
29
  ## Table of Contents
30
  - [Dataset Description](#dataset-description)
@@ -98,17 +88,10 @@ An example of 'train' looks as follows.
98
 
99
  ```
100
  {
101
- "chunk_tags": [11, 12, 12, 21, 13, 11, 11, 21, 13, 11, 12, 13, 11, 21, 22, 11, 12, 17, 11, 21, 17, 11, 12, 12, 21, 22, 22, 13, 11, 0],
102
- "id": "0",
103
- "ner_tags": [0, 3, 4, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
104
- "pos_tags": [12, 22, 22, 38, 15, 22, 28, 38, 15, 16, 21, 35, 24, 35, 37, 16, 21, 15, 24, 41, 15, 16, 21, 21, 20, 37, 40, 35, 21, 7],
105
- "tokens": ["The", "European", "Commission", "said", "on", "Thursday", "it", "disagreed", "with", "German", "advice", "to", "consumers", "to", "shun", "British", "lamb", "until", "scientists", "determine", "whether", "mad", "cow", "disease", "can", "be", "transmitted", "to", "sheep", "."]
106
  }
107
  ```
108
-
109
- The original data files have `-DOCSTART-` lines used to separate documents, but these lines are removed here.
110
- Indeed `-DOCSTART-` is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.
111
-
112
  ### Data Fields
113
 
114
  The data fields are the same among all splits.
12
  task_ids:
13
  - named-entity-recognition
14
  pretty_name: CoNLL-2003
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
+ # Dataset Card for "tner/conll2003"
18
 
19
  ## Table of Contents
20
  - [Dataset Description](#dataset-description)
88
 
89
  ```
90
  {
91
+ 'tags': ['SOCCER','-', 'JAPAN', 'GET', 'LUCKY', 'WIN', ',', 'CHINA', 'IN', 'SURPRISE', 'DEFEAT', '.'],
92
+ 'tokens': [0, 0, 5, 0, 0, 0, 0, 3, 0, 0, 0, 0]
 
 
 
93
  }
94
  ```
 
 
 
 
95
  ### Data Fields
96
 
97
  The data fields are the same among all splits.
dataset/test.json CHANGED
The diff for this file is too large to render. See raw diff
dataset/train.json CHANGED
The diff for this file is too large to render. See raw diff
dataset/valid.json CHANGED
The diff for this file is too large to render. See raw diff