autotrain-data-processor
commited on
Commit
·
62ec4b7
1
Parent(s):
5d8f201
Processed data from AutoTrain data processor ([2023-07-26 09:35 ]
Browse files- README.md +55 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00001.arrow +3 -0
- processed/train/dataset_info.json +27 -0
- processed/train/state.json +16 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +27 -0
- processed/valid/state.json +16 -0
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
task_categories:
|
5 |
+
- text-classification
|
6 |
+
|
7 |
+
---
|
8 |
+
# AutoTrain Dataset for project: imdb-sentiment-analysis
|
9 |
+
|
10 |
+
## Dataset Description
|
11 |
+
|
12 |
+
This dataset has been automatically processed by AutoTrain for project imdb-sentiment-analysis.
|
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 |
+
"text": "Some movies you just know you're going to love from the first few seconds. This is one of those movies. Tracing it's roots back to \"Double Indemnity,\" and \"The Postman Always Rings Twice\" in the 40's - this was a great example of Modern Film Noir in the 90's. Nick Cage plays the \"down on his luck\" main character who gets entangled in a husband-wife murder plot - and his luck goes from bad to worse to even worse as he tries and tries to get away from the people, town, violence and threat of Red Rock West. Lots of twists and turns, great performances by Cage, Hopper and Walsh, an hypnotic slide-guitar musical backdrop, and seamless directing make this a real joy. Favorite Line: When Cage looks at the empty gas gauge in the get-away car, shakes his head and says: \"F***in' story of my life.\"",
|
28 |
+
"target": 1
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"text": "A brilliant movie about family, guilt, sacrifice, betrayal, and love. Macy is such a great actor. It was almost a shame to see him in the same scenes with Campbell, who looks the part of a neurotic sex object but doesn't have the chops to work with him on the level the script called for. But he's such a good actor that he played down to her level to make the scenes work. I highly applaud the casting of Tracey Ullman as the neglected wife. Who knew? Sutherland is also very good. The way he moves makes his character look taller (and even younger in some scenes). Almost everyone knew what they were doing.<br /><br />Macy's portrayal of the only situation in which his character is not able to be careful is nothing short of complete mastery.",
|
32 |
+
"target": 1
|
33 |
+
}
|
34 |
+
]
|
35 |
+
```
|
36 |
+
|
37 |
+
### Dataset Fields
|
38 |
+
|
39 |
+
The dataset has the following fields (also called "features"):
|
40 |
+
|
41 |
+
```json
|
42 |
+
{
|
43 |
+
"text": "Value(dtype='string', id=None)",
|
44 |
+
"target": "ClassLabel(names=['neg', 'pos'], id=None)"
|
45 |
+
}
|
46 |
+
```
|
47 |
+
|
48 |
+
### Dataset Splits
|
49 |
+
|
50 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
51 |
+
|
52 |
+
| Split name | Num samples |
|
53 |
+
| ------------ | ------------------- |
|
54 |
+
| train | 20000 |
|
55 |
+
| valid | 5000 |
|
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:fc3ff6a87625fec5e43460462220a0cf8d05c56a6b629e45584bd60982dd37c6
|
3 |
+
size 26712448
|
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 |
+
"neg",
|
12 |
+
"pos"
|
13 |
+
],
|
14 |
+
"_type": "ClassLabel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"homepage": "",
|
18 |
+
"license": "",
|
19 |
+
"splits": {
|
20 |
+
"train": {
|
21 |
+
"name": "train",
|
22 |
+
"num_bytes": 26707674,
|
23 |
+
"num_examples": 20000,
|
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": "b1849dedb8f877ed",
|
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:95f2065cf7461c95d3c25c41b83b9de7dae03c99fe2298471cbb48f89d32d022
|
3 |
+
size 6726616
|
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 |
+
"neg",
|
12 |
+
"pos"
|
13 |
+
],
|
14 |
+
"_type": "ClassLabel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"homepage": "",
|
18 |
+
"license": "",
|
19 |
+
"splits": {
|
20 |
+
"valid": {
|
21 |
+
"name": "valid",
|
22 |
+
"num_bytes": 6725149,
|
23 |
+
"num_examples": 5000,
|
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": "5eea37a7de11dc9f",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|