Erland commited on
Commit
929a697
·
verified ·
1 Parent(s): cea68ed

Upload dataset

Browse files
EN/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce64c7308bf4278f82e556b9a395fac2c45c63482445abc5e13b6c76493fd55a
3
+ size 70678
EN/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9678492c07f298c2803da915c25655a0886ec94c8f05c1aed0ef679cca392c
3
+ size 192465
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: BG
4
  features:
5
  - name: text
6
  dtype: string
@@ -27,6 +27,33 @@ dataset_info:
27
  num_examples: 34
28
  download_size: 315667
29
  dataset_size: 629025
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  configs:
31
  - config_name: BG
32
  data_files:
@@ -34,4 +61,10 @@ configs:
34
  path: BG/train-*
35
  - split: test
36
  path: BG/test-*
 
 
 
 
 
 
37
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: BG
4
  features:
5
  - name: text
6
  dtype: string
 
27
  num_examples: 34
28
  download_size: 315667
29
  dataset_size: 629025
30
+ - config_name: EN
31
+ features:
32
+ - name: text
33
+ dtype: string
34
+ - name: language
35
+ dtype: string
36
+ - name: document_id
37
+ dtype: string
38
+ - name: entities
39
+ sequence: string
40
+ - name: spans
41
+ sequence:
42
+ sequence: int64
43
+ - name: labels
44
+ sequence:
45
+ sequence: string
46
+ - name: entity_texts
47
+ sequence: string
48
+ splits:
49
+ - name: train
50
+ num_bytes: 292599
51
+ num_examples: 84
52
+ - name: test
53
+ num_bytes: 78400
54
+ num_examples: 22
55
+ download_size: 263143
56
+ dataset_size: 370999
57
  configs:
58
  - config_name: BG
59
  data_files:
 
61
  path: BG/train-*
62
  - split: test
63
  path: BG/test-*
64
+ - config_name: EN
65
+ data_files:
66
+ - split: train
67
+ path: EN/train-*
68
+ - split: test
69
+ path: EN/test-*
70
  ---