autotrain-data-processor commited on
Commit
97d06be
1 Parent(s): 2f65b15

Processed data from AutoTrain data processor ([2023-10-06 01:25 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: test13
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project test13.
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": "MOSCOW\u2014Warning President Volodymyr Zelensky think carefully repercussions changing country\u2019s college football conference alignment, Russian president Vladimir Putin reportedly vowed retaliation Friday Ukraine ever become member Big Ten. \u201cThere absolutely reason Ukraine needs join Big Ten outside provoking Russia, move apply membership met harshest consequences,\u201d said Putin, pointing Ukraine\u2019s position neutral firewall countries long served geographical buffer Russia Big Ten members like Indiana University Rutgers. \u201cAny move even increase number games Ukraine Big Ten schools considered act aggression Russian state met proportionate force. universities stoking hostility Russia decades, caution Ukraine indulge thirst power. Frankly, Zelensky\u2019s good. know University Michigan cofounded Big Ten years ago vehicle nefarious interests NCAA Division sports, urge Ukraine become puppet [University Michigan athletic director] Alan Haller prolonged proxy season Big Ten schools Russia.\u201d press time, tensions rising Russia pulled ambassador Penn State. Watch Biden Asks Americans Come Sit Keep Company End CC Share Subtitles English Share Video Facebook Twitter Email Reddit Link view video Biden Asks Americans Come Sit Keep Company End Week's Viral News: September 22, 2023 Friday 2:58PM Study Finds LSD Highly Effective Ruining Nephew\u2019s Baptism Thursday 10:44AM",
26
+ "target": 0
27
+ },
28
+ {
29
+ "text": "Coast Guard searching 35yearold man fell overboard Carnival cruise ship near Florida Monday, according statement . man passenger Carnival Magic cruise ship, 186 miles east Jacksonville fell water. Security footage shows leaned railing room balcony fell water around 4:10 a.m. Monday, cruise corporation said statement. reported missing companion late Monday afternoon. Officials released identifying information man age. cruise ship released Coast Guard search rescue efforts continue way Norfolk, Virginia, scheduled arrive Tuesday. \"The Carnival Care Team providing support guest\u2019s companion traveling party board,\" Carnival said. Coast Guard using air water assets search passenger.",
30
+ "target": 1
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": "ClassLabel(names=['fake', 'real'], 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 | 508 |
53
+ | valid | 128 |
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:3da878fadae1806010c39f6f9c25ac3080eff08ae8151c7801cd914d39380668
3
+ size 1127544
processed/train/dataset_info.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "names": [
11
+ "fake",
12
+ "real"
13
+ ],
14
+ "_type": "ClassLabel"
15
+ }
16
+ },
17
+ "homepage": "",
18
+ "license": "",
19
+ "splits": {
20
+ "train": {
21
+ "name": "train",
22
+ "num_bytes": 1126940,
23
+ "num_examples": 508,
24
+ "dataset_name": null
25
+ }
26
+ }
27
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d55702aba2d510ca",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17fa306d72ccb318f23cac68237ee02df97bcbc7b20e92b1877517e7bbd37c9b
3
+ size 295608
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "names": [
11
+ "fake",
12
+ "real"
13
+ ],
14
+ "_type": "ClassLabel"
15
+ }
16
+ },
17
+ "homepage": "",
18
+ "license": "",
19
+ "splits": {
20
+ "valid": {
21
+ "name": "valid",
22
+ "num_bytes": 295007,
23
+ "num_examples": 128,
24
+ "dataset_name": null
25
+ }
26
+ }
27
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "44d8558a82999954",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }