Datasets:
Add re data files
Browse files- README.md +30 -21
- re/test-00000-of-00001.parquet +3 -0
- re/train-00000-of-00001.parquet +3 -0
- re/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -361,26 +361,27 @@ dataset_info:
|
|
361 |
sequence:
|
362 |
class_label:
|
363 |
names:
|
364 |
-
'0':
|
365 |
-
'1':
|
366 |
-
'2':
|
367 |
-
'3':
|
368 |
-
'4':
|
369 |
-
'5':
|
370 |
-
'6': location
|
371 |
-
'7': location-
|
372 |
-
'8': location-
|
373 |
-
'9': location-
|
374 |
-
'10':
|
375 |
-
'11':
|
376 |
-
'12':
|
377 |
-
'13': organization
|
378 |
-
'14':
|
379 |
-
'15':
|
380 |
-
'16':
|
381 |
-
'17':
|
382 |
-
'18':
|
383 |
-
'19':
|
|
|
384 |
- name: event_type
|
385 |
dtype:
|
386 |
class_label:
|
@@ -405,7 +406,7 @@ dataset_info:
|
|
405 |
- name: validation
|
406 |
num_bytes: 179001
|
407 |
num_examples: 228
|
408 |
-
download_size:
|
409 |
dataset_size: 1728794
|
410 |
configs:
|
411 |
- config_name: el
|
@@ -425,6 +426,14 @@ configs:
|
|
425 |
- split: validation
|
426 |
path: ner/validation-*
|
427 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
---
|
429 |
|
430 |
# Dataset Card for "MobIE"
|
|
|
361 |
sequence:
|
362 |
class_label:
|
363 |
names:
|
364 |
+
'0': O
|
365 |
+
'1': date
|
366 |
+
'2': disaster-type
|
367 |
+
'3': distance
|
368 |
+
'4': duration
|
369 |
+
'5': event-cause
|
370 |
+
'6': location
|
371 |
+
'7': location-city
|
372 |
+
'8': location-route
|
373 |
+
'9': location-stop
|
374 |
+
'10': location-street
|
375 |
+
'11': money
|
376 |
+
'12': number
|
377 |
+
'13': organization
|
378 |
+
'14': organization-company
|
379 |
+
'15': org-position
|
380 |
+
'16': percent
|
381 |
+
'17': person
|
382 |
+
'18': set
|
383 |
+
'19': time
|
384 |
+
'20': trigger
|
385 |
- name: event_type
|
386 |
dtype:
|
387 |
class_label:
|
|
|
406 |
- name: validation
|
407 |
num_bytes: 179001
|
408 |
num_examples: 228
|
409 |
+
download_size: 342446
|
410 |
dataset_size: 1728794
|
411 |
configs:
|
412 |
- config_name: el
|
|
|
426 |
- split: validation
|
427 |
path: ner/validation-*
|
428 |
default: true
|
429 |
+
- config_name: re
|
430 |
+
data_files:
|
431 |
+
- split: train
|
432 |
+
path: re/train-*
|
433 |
+
- split: test
|
434 |
+
path: re/test-*
|
435 |
+
- split: validation
|
436 |
+
path: re/validation-*
|
437 |
---
|
438 |
|
439 |
# Dataset Card for "MobIE"
|
re/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7159b37a1da8cdc2e7ffffbec83e69a045a752acd20c465a44166c772b9911b7
|
3 |
+
size 87943
|
re/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:914f2fe8eda52e672220dc2cbf3157200e8d898a77c24be0f42769ca7e2e67b7
|
3 |
+
size 209333
|
re/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e2ee61e7488044820c089a8b680400a318ee81819e1358dfd6bce4f9a6a6af7
|
3 |
+
size 45170
|