hrizzz commited on
Commit
7647821
·
verified ·
1 Parent(s): daa7640

Upload 3 files

Browse files
Files changed (3) hide show
  1. dataset_dict.json +1 -0
  2. dataset_info.json +88 -0
  3. state.json +13 -0
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
dataset_info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 12134232,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "C:/Users/u1142640/Desktop/ClinAIS_shared_task_dataset/clinais.train.json": {
10
+ "num_bytes": 41279965,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 41279965,
15
+ "features": {
16
+ "annotated_entries": {
17
+ "boundary_annotation": {
18
+ "gold": [
19
+ {
20
+ "boundary": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "end_offset": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "span": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "start_offset": {
33
+ "dtype": "int64",
34
+ "_type": "Value"
35
+ }
36
+ }
37
+ ]
38
+ },
39
+ "note_id": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "note_text": {
44
+ "dtype": "string",
45
+ "_type": "Value"
46
+ },
47
+ "section_annotation": {
48
+ "gold": [
49
+ {
50
+ "end_offset": {
51
+ "dtype": "int64",
52
+ "_type": "Value"
53
+ },
54
+ "label": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ },
58
+ "segment": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "start_offset": {
63
+ "dtype": "int64",
64
+ "_type": "Value"
65
+ }
66
+ }
67
+ ]
68
+ }
69
+ }
70
+ },
71
+ "homepage": "",
72
+ "license": "",
73
+ "size_in_bytes": 53414197,
74
+ "splits": {
75
+ "train": {
76
+ "name": "train",
77
+ "num_bytes": 12134232,
78
+ "num_examples": 781,
79
+ "dataset_name": "json"
80
+ }
81
+ },
82
+ "version": {
83
+ "version_str": "0.0.0",
84
+ "major": 0,
85
+ "minor": 0,
86
+ "patch": 0
87
+ }
88
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2f2c42cb6ddd5ffc",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }