autotrain-data-processor commited on
Commit
43e8464
·
1 Parent(s): 02e45c0

Processed data from AutoTrain data processor ([2022-11-14 09:01 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: luke-isot
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project luke-isot.
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
+ "target": 0,
26
+ "text": "The chief executive of the U.S. Aerospace Industries Association urged President-elect Donald Trump on Tuesday to quickly nominate new board members to the U.S. Export-Import Bank to allow the export financing agency to resume functioning. Dave Melcher said billions of dollars worth of potential orders were in limbo because the agency\u2019s board lacked the necessary number of board members to back important trade deals. \u201cThe Senate can protect American manufacturing jobs by restoring the quorum to the Export-Import Bank\u2019s board of directors,\u201d Melcher said in a speech before more than 300 industry and media representatives Tuesday in Arlington, Virginia. Boeing Co, one of the largest U.S. exporters, and other aerospace companies have raised similar concerns."
27
+ },
28
+ {
29
+ "target": 0,
30
+ "text": "WASHINGTON/The U.S. Congress may be headed for a reckoning with the federal debt limit within weeks, thanks to wealthy Americans and corporations deferring tax payments in the hope that they would benefit from the lower tax rates promised by President Trump. Trump promised tax cuts during his election campaign last year and has reiterated those promises in recent months leading some wealthy Americans and businesses to shift accounting for income into the future, betting that lower tax rates will arrive, perhaps in 2018, wealth managers told Reuters. \u201cEveryone wants to talk about deferring income,\u201d said Mark Copeland, senior partner at Signature Estate & Investment Advisors LLC in Newport Beach, California. The U.S. stock market has also rallied since Trump\u2019s election victory in November, partly on hopes for lower corporate tax rates. \u201cWe are starting to prepare clients for potentially lower taxes in 2018,\u201d said Julia Carlson, chief executive and at Financial Freedom Wealth Management Group LLC in Oregon. Trump promised to cut taxes as far back as September 2015 in a four-page plan and reiterated those promises in a two-page \u201cContract with the American Voter\u201d before last November\u2019s election and again in a one-page document in April, but Republicans in Congress remain divided on tax reform. The delay to tax payments could help to explain why tax receipts this fiscal year are coming in more slowly than projected, said tax experts and the Congressional Budget Office (CBO), an arm of Congress. \u201cTaxpayers may have shifted more income than projected ... to later years, expecting legislation to reduce tax rates to be enacted this year,\u201d the CBO said in a monthly report on Wednesday. The weaker tax revenues this year have forced the U.S. Treasury to borrow more money than expected to cover the federal budget deficit and that is putting the government on track to hit its legal debt limit sooner than expected, experts said. The U.S. government has a legal limit on how much it can borrow, currently set at about $19.8 trillion and the limit can only be increased by a vote of Congress. The need to raise the debt limit usually creates partisan debate in Washington. Conservative Republicans like to use the debt limit issue as leverage to demand cuts in spending but Democrats and moderate Republicans usually oppose such ultimatums on the grounds that the borrowings are used to fund spending approved previously by Congress. This year, with Trump\u2019s legislative agenda stalled and Congress preoccupied by Trump\u2019s firing of former FBI director James Comey, the House Republicans known as the House Freedom Caucus along with outside conservative groups are again demanding spending cuts for support to raise the debt limit. In 2011 the failure to raise the debt limit in a timely way and the possibility that the U.S. government might default on its obligations led to the U.S. losing its prized triple-A credit rating from Standard & Poor\u2019s. Since mid-March the U.S. Treasury has been using emergency funding powers to postpone hitting the debt limit and those measures had been expected to last until about October, but lower tax receipts so far this year may mean the debt limit will be hit sooner-than-expected. Treasury Secretary Steven Mnuchin urged Congress last month to raise the debt ceiling before lawmakers break for a long August summer recess, a call echoed last week by House Democratic leader Nancy Pelosi."
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "target": "ClassLabel(num_classes=2, names=['0', '1'], id=None)",
42
+ "text": "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 | 27284 |
53
+ | valid | 6822 |
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:60c87b694682a3c2423a3856647ebdf84af43f3693a90646ffb61540e6969e49
3
+ size 68977280
processed/train/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "target": {
11
+ "num_classes": 2,
12
+ "names": [
13
+ "0",
14
+ "1"
15
+ ],
16
+ "id": null,
17
+ "_type": "ClassLabel"
18
+ },
19
+ "text": {
20
+ "dtype": "string",
21
+ "id": null,
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "post_processed": null,
28
+ "post_processing_size": null,
29
+ "size_in_bytes": null,
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 68970746,
34
+ "num_examples": 27284,
35
+ "dataset_name": null
36
+ }
37
+ },
38
+ "supervised_keys": null,
39
+ "task_templates": null,
40
+ "version": null
41
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8534a7ae5e87a416",
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:6e4632e33f8d6aa2d3539be338779eb63a8e04e6fd2ea5fb52219d47c4971a3d
3
+ size 16990880
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "target": {
11
+ "num_classes": 2,
12
+ "names": [
13
+ "0",
14
+ "1"
15
+ ],
16
+ "id": null,
17
+ "_type": "ClassLabel"
18
+ },
19
+ "text": {
20
+ "dtype": "string",
21
+ "id": null,
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "post_processed": null,
28
+ "post_processing_size": null,
29
+ "size_in_bytes": null,
30
+ "splits": {
31
+ "valid": {
32
+ "name": "valid",
33
+ "num_bytes": 16988925,
34
+ "num_examples": 6822,
35
+ "dataset_name": null
36
+ }
37
+ },
38
+ "supervised_keys": null,
39
+ "task_templates": null,
40
+ "version": null
41
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "139abf285ce09763",
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
+ }