autotrain-data-processor commited on
Commit
915f1f8
1 Parent(s): 98fd1e8

Processed data from AutoTrain data processor ([2023-03-06 01:53 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - summarization
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: cylonix_summarize
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project cylonix_summarize.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is unk.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "text": "CAPE TOWN (Reuters) - Two men were injured in a drive-by shooting at South Africa s Cape Town International Airport, police said on Wednesday. Operations at the airport, the second busiest in the country and a tourism hub, were not affected, police spokesman Vish Naidoo said, adding the motive for the shooting was unknown. The airport is Africa s third busiest and handles around 10 million passengers a year, including tourists and businesspeople commuting to the economic hub Johannesburg. A man, about 50 years of age, was shot in a drive-by shooting and in the process a bystander, a 30-year-old man, was also hit, Naidoo said. The shooting took place in the early morning in a public area some distance from the airport s security gates, Naidoo said. Flights had not been affected, the airport s general manager Deon Cloete said in a statement. The shooting scene has been cordoned off while investigations continue, Cloete said. Local media reported that the shooting was gang-related, but Naidoo could not confirm that was the motive. ",
26
+ "target": "Two injured in shooting at South Africa's Cape Town airport"
27
+ },
28
+ {
29
+ "text": "WASHINGTON (Reuters) - The chairman of a U.S. Senate cyber security subcommittee said on Friday he planned to introduce sanctions legislation over \u201cRussia\u2019s cyber criminals\u201d after Washington accused Russia of political cyber attacks ahead of the Nov. 8 presidential election. Republican Senator Cory Gardner said his legislation would require the Obama administration to investigate those who have engaged in significant actions undermining cyber security and aggressively pursue sanctions when appropriate. Gardner is chairman of the Senate Foreign Relations Subcommittee on East Asia, the Pacific and International Cybersecurity. ",
30
+ "target": "U.S. lawmaker wants cyber sanctions on Russia after hacking charges"
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "text": "Value(dtype='string', id=None)",
42
+ "target": "Value(dtype='string', id=None)"
43
+ }
44
+ ```
45
+
46
+ ### Dataset Splits
47
+
48
+ This dataset is split into a train and validation split. The split sizes are as follow:
49
+
50
+ | Split name | Num samples |
51
+ | ------------ | ------------------- |
52
+ | train | 37 |
53
+ | valid | 10 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d750cff91934400621ea079bdac67016f8656cca36b7b433c196d46f61e6cd9
3
+ size 84584
processed/train/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "train": {
18
+ "name": "train",
19
+ "num_bytes": 83992,
20
+ "num_examples": 37,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "09e87f400e282be9",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1ab279b6d70ce34b4bb336ec4faa613a14921fc97e084d02e9ab0b511c7390
3
+ size 21608
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "valid": {
18
+ "name": "valid",
19
+ "num_bytes": 21006,
20
+ "num_examples": 10,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b3f2bd3b33c44832",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }