timo-pierre-schrader commited on
Commit
10d8099
·
verified ·
1 Parent(s): 0eafa75

Add 'NER_Dependencies' config data files

Browse files
NER_Dependencies/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631c6d8fff5ab47c594e515b4b34fe628b34dd3238bb546883f552ce734026e3
3
+ size 379924
NER_Dependencies/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0425c557f71005b1b27c9d9885218bed57188c3d2ec4f7f1da2f079619c42f3a
3
+ size 2311556
NER_Dependencies/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0567b34e08c8f2ab25e279d0e725b06915d1f73fbb26c1daae3a84f8c1382ea
3
+ size 448452
README.md CHANGED
@@ -24,8 +24,16 @@ configs:
24
  - split: test
25
  path: MuLMS_Corpus/test-*
26
  default: true
 
 
 
 
 
 
 
 
27
  dataset_info:
28
- config_name: MuLMS_Corpus
29
  features:
30
  - name: doc_id
31
  dtype: string
@@ -83,6 +91,32 @@ dataset_info:
83
  num_examples: 1114
84
  download_size: 2792635
85
  dataset_size: 10055377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  ---
87
 
88
  # Dataset Card for MuLMS
 
24
  - split: test
25
  path: MuLMS_Corpus/test-*
26
  default: true
27
+ - config_name: NER_Dependencies
28
+ data_files:
29
+ - split: train
30
+ path: NER_Dependencies/train-*
31
+ - split: validation
32
+ path: NER_Dependencies/validation-*
33
+ - split: test
34
+ path: NER_Dependencies/test-*
35
  dataset_info:
36
+ - config_name: MuLMS_Corpus
37
  features:
38
  - name: doc_id
39
  dtype: string
 
91
  num_examples: 1114
92
  download_size: 2792635
93
  dataset_size: 10055377
94
+ - config_name: NER_Dependencies
95
+ features:
96
+ - name: ID
97
+ dtype: int32
98
+ - name: sentence
99
+ dtype: string
100
+ - name: token_id
101
+ dtype: int32
102
+ - name: token_text
103
+ dtype: string
104
+ - name: NE_Dependencies
105
+ dtype: string
106
+ - name: data_split
107
+ dtype: string
108
+ splits:
109
+ - name: train
110
+ num_bytes: 50517495
111
+ num_examples: 216806
112
+ - name: validation
113
+ num_bytes: 9320669
114
+ num_examples: 42010
115
+ - name: test
116
+ num_bytes: 8450774
117
+ num_examples: 33921
118
+ download_size: 3139932
119
+ dataset_size: 68288938
120
  ---
121
 
122
  # Dataset Card for MuLMS