ljvmiranda921 commited on
Commit
4f42950
1 Parent(s): 442fac5

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,34 +1,72 @@
1
  ---
 
 
 
 
2
  license: gpl-3.0
 
 
 
 
3
  task_categories:
4
  - token-classification
5
  task_ids:
6
  - named-entity-recognition
7
- language:
8
- - tl
9
- size_categories:
10
- - 1K<n<10K
11
  pretty_name: TLUnified-NER
12
  tags:
13
  - low-resource
14
  - named-entity-recognition
15
- annotations_creators:
16
- - expert-generated
17
- multilinguality:
18
- - monolingual
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  train-eval-index:
20
- - config: conllpp
21
- task: token-classification
22
- task_id: entity_extraction
23
- splits:
24
- train_split: train
25
- eval_split: test
26
- col_mapping:
27
- tokens: tokens
28
- ner_tags: tags
29
- metrics:
30
- - type: seqeval
31
- name: seqeval
32
  ---
33
 
34
  <!-- SPACY PROJECT: AUTO-GENERATED DOCS START (do not remove) -->
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - tl
6
  license: gpl-3.0
7
+ multilinguality:
8
+ - monolingual
9
+ size_categories:
10
+ - 1K<n<10K
11
  task_categories:
12
  - token-classification
13
  task_ids:
14
  - named-entity-recognition
 
 
 
 
15
  pretty_name: TLUnified-NER
16
  tags:
17
  - low-resource
18
  - named-entity-recognition
19
+ dataset_info:
20
+ features:
21
+ - name: id
22
+ dtype: string
23
+ - name: tokens
24
+ sequence: string
25
+ - name: ner_tags
26
+ sequence:
27
+ class_label:
28
+ names:
29
+ '0': O
30
+ '1': B-PER
31
+ '2': I-PER
32
+ '3': B-ORG
33
+ '4': I-ORG
34
+ '5': B-LOC
35
+ '6': I-LOC
36
+ splits:
37
+ - name: train
38
+ num_bytes: 3380392
39
+ num_examples: 6252
40
+ - name: validation
41
+ num_bytes: 427069
42
+ num_examples: 782
43
+ - name: test
44
+ num_bytes: 426247
45
+ num_examples: 782
46
+ download_size: 971039
47
+ dataset_size: 4233708
48
+ configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: train
52
+ path: data/train-*
53
+ - split: validation
54
+ path: data/validation-*
55
+ - split: test
56
+ path: data/test-*
57
  train-eval-index:
58
+ - config: conllpp
59
+ task: token-classification
60
+ task_id: entity_extraction
61
+ splits:
62
+ train_split: train
63
+ eval_split: test
64
+ col_mapping:
65
+ tokens: tokens
66
+ ner_tags: tags
67
+ metrics:
68
+ - type: seqeval
69
+ name: seqeval
70
  ---
71
 
72
  <!-- SPACY PROJECT: AUTO-GENERATED DOCS START (do not remove) -->
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50602b8a71d436d297398adeeb4209b2306df63f54fccfbcfac1cd502c654252
3
+ size 101856
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f64e43b6019ae35b4055371b89c12b180510152893155975427d6946d6678a61
3
+ size 767881
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea9bb253e5e6b9827b7e47dfb31edb27d5eafec223cecc3decd13ae2017576c6
3
+ size 101302