autotrain-data-processor commited on
Commit
4331ac2
1 Parent(s): b4382ff

Processed data from AutoTrain data processor ([2023-08-24 07:12 ]

Browse files
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - summarization
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: summarization
9
+
10
+ ## Dataset Description
11
+
12
+ This dataset has been automatically processed by AutoTrain for project summarization.
13
+
14
+ ### Languages
15
+
16
+ The BCP-47 code for the dataset's language is en.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Instances
21
+
22
+ A sample from this dataset looks as follows:
23
+
24
+ ```json
25
+ [
26
+ {
27
+ "feat_id": "train_0",
28
+ "text": "#Person1#: Hi, Mr. Smith. I'm Doctor Hawkins. Why are you here today?\n#Person2#: I found it would be a good idea to get a check-up.\n#Person1#: Yes, well, you haven't had one for 5 years. You should have one every year.\n#Person2#: I know. I figure as long as there is nothing wrong, why go see the doctor?\n#Person1#: Well, the best way to avoid serious illnesses is to find out about them early. So try to come at least once a year for your own good.\n#Person2#: Ok.\n#Person1#: Let me see here. Your eyes and ears look fine. Take a deep breath, please. Do you smoke, Mr. Smith?\n#Person2#: Yes.\n#Person1#: Smoking is the leading cause of lung cancer and heart disease, you know. You really should quit.\n#Person2#: I've tried hundreds of times, but I just can't seem to kick the habit.\n#Person1#: Well, we have classes and some medications that might help. I'll give you more information before you leave.\n#Person2#: Ok, thanks doctor.",
29
+ "target": "Mr. Smith's getting a check-up, and Doctor Hawkins advises him to have one every year. Hawkins'll give some information about their classes and medications to help Mr. Smith quit smoking.",
30
+ "feat_topic": "get a check-up"
31
+ },
32
+ {
33
+ "feat_id": "train_1",
34
+ "text": "#Person1#: Hello Mrs. Parker, how have you been?\n#Person2#: Hello Dr. Peters. Just fine thank you. Ricky and I are here for his vaccines.\n#Person1#: Very well. Let's see, according to his vaccination record, Ricky has received his Polio, Tetanus and Hepatitis B shots. He is 14 months old, so he is due for Hepatitis A, Chickenpox and Measles shots.\n#Person2#: What about Rubella and Mumps?\n#Person1#: Well, I can only give him these for now, and after a couple of weeks I can administer the rest.\n#Person2#: OK, great. Doctor, I think I also may need a Tetanus booster. Last time I got it was maybe fifteen years ago!\n#Person1#: We will check our records and I'll have the nurse administer and the booster as well. Now, please hold Ricky's arm tight, this may sting a little.",
35
+ "target": "Mrs Parker takes Ricky for his vaccines. Dr. Peters checks the record and then gives Ricky a vaccine.",
36
+ "feat_topic": "vaccines"
37
+ }
38
+ ]
39
+ ```
40
+
41
+ ### Dataset Fields
42
+
43
+ The dataset has the following fields (also called "features"):
44
+
45
+ ```json
46
+ {
47
+ "feat_id": "Value(dtype='string', id=None)",
48
+ "text": "Value(dtype='string', id=None)",
49
+ "target": "Value(dtype='string', id=None)",
50
+ "feat_topic": "Value(dtype='string', id=None)"
51
+ }
52
+ ```
53
+
54
+ ### Dataset Splits
55
+
56
+ This dataset is split into a train and validation split. The split sizes are as follow:
57
+
58
+ | Split name | Num samples |
59
+ | ------------ | ------------------- |
60
+ | train | 1999 |
61
+ | valid | 499 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec2375a7b8de5155318188aa8e6321911bb60d8649225f458862b53c8fed09e
3
+ size 1831856
processed/train/dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "feat_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "target": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "feat_topic": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "homepage": "",
23
+ "license": "",
24
+ "splits": {
25
+ "train": {
26
+ "name": "train",
27
+ "num_bytes": 1830530,
28
+ "num_examples": 1999,
29
+ "dataset_name": null
30
+ }
31
+ }
32
+ }
processed/train/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "493fa7947c72d758",
8
+ "_format_columns": [
9
+ "feat_id",
10
+ "feat_topic",
11
+ "target",
12
+ "text"
13
+ ],
14
+ "_format_kwargs": {},
15
+ "_format_type": null,
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde7deec43ab631b70f3e71aebb3bc0309b7fa23a4537be8a4bf1d316d62c0af
3
+ size 446176
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "feat_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "target": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "feat_topic": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "homepage": "",
23
+ "license": "",
24
+ "splits": {
25
+ "valid": {
26
+ "name": "valid",
27
+ "num_bytes": 445253,
28
+ "num_examples": 499,
29
+ "dataset_name": null
30
+ }
31
+ }
32
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "237157987514b7d1",
8
+ "_format_columns": [
9
+ "feat_id",
10
+ "feat_topic",
11
+ "target",
12
+ "text"
13
+ ],
14
+ "_format_kwargs": {},
15
+ "_format_type": null,
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }