autotrain-data-processor
commited on
Commit
·
12ec3d6
1
Parent(s):
62ec4b7
Processed data from AutoTrain data processor ([2023-07-26 09:37 ]
Browse files
README.md
CHANGED
@@ -24,12 +24,12 @@ A sample from this dataset looks as follows:
|
|
24 |
```json
|
25 |
[
|
26 |
{
|
27 |
-
"text": "
|
28 |
-
"target":
|
29 |
},
|
30 |
{
|
31 |
-
"text": "
|
32 |
-
"target":
|
33 |
}
|
34 |
]
|
35 |
```
|
@@ -41,7 +41,7 @@ The dataset has the following fields (also called "features"):
|
|
41 |
```json
|
42 |
{
|
43 |
"text": "Value(dtype='string', id=None)",
|
44 |
-
"target": "ClassLabel(names=['
|
45 |
}
|
46 |
```
|
47 |
|
@@ -51,5 +51,5 @@ This dataset is split into a train and validation split. The split sizes are as
|
|
51 |
|
52 |
| Split name | Num samples |
|
53 |
| ------------ | ------------------- |
|
54 |
-
| train |
|
55 |
-
| valid |
|
|
|
24 |
```json
|
25 |
[
|
26 |
{
|
27 |
+
"text": "Me neither, but this flick is unfortunately one of those movies that are too bad to be good and too good to be awful, which makes it utterly pointless and a total waste of time. There's nothing more uninteresting than a mediocre movie, and My Name is Modesty: Whatever the subtitle is takes mediocrity to a new level. It's full of B-actors but isn't any fun whatsoever because it takes itself seriously. It sets itself up as a thriller but then turns into some kind of growing-up drama, flashback style. The beautiful Alexandra Staden, smothered beyond recognition under makeup, more resembles a cast member from Top Model than Modesty Blaise. I'm not one of those die-hard comic book freaks who wants every adaptation of his precious \"graphic novels\" to be pitch-perfect - in fact I've never even read Modesty Blaise - all I wanted was a decent movie to watch. But this wasn't it. The film feels half-finished, with a weak and very unexciting conclusion to a rather weak plot. It also takes its audience for idiots, explaining every tiny detail of the plot to us and showing flashbacks of things that happened three scenes ago (I guess they think we all have Alzheimers).<br /><br />Now I love a good B-movie - what's better than just turning your brain off and swallowing the cinematic equivalent of a Calzone? - and \"Modesty\" is directed by none other than Scott Spiegel, who brought us the wonderful splatter crap flick From Dusk Till Dawn 2: Texas Blood Money! I loved From Dusk Till Dawn 2 because it brought everything a bad B-movie should bring to the table - nudity, gore, guns, you name it. \"Modesty\" is just dull. The flashback concerning Modesty's life isn't interesting. The acting isn't bad enough to be laughed at. In fact, I kinda liked Nikolaj Coaster-Waldau's (hey buddy, pseudonyms are your friends!) performance as the baddie.<br /><br />So overall it's just lame. Weak. Uninspired. Call it what you will. Don't watch anything because Tarantino presents it, people. This is just a very forgettable, half-hearted thriller, and it never tries to be more than that. Allow me to round off this review with a very lame pun (seriously, even I'm cringing): My Name Is Modesty: A Modesty Waste of Time - 4/10",
|
28 |
+
"target": 0
|
29 |
},
|
30 |
{
|
31 |
+
"text": "This movie was so incredibly boring, Michael J. Fox could've done so much better. Sorry, but it's true for all you people who liked the movie",
|
32 |
+
"target": 0
|
33 |
}
|
34 |
]
|
35 |
```
|
|
|
41 |
```json
|
42 |
{
|
43 |
"text": "Value(dtype='string', id=None)",
|
44 |
+
"target": "ClassLabel(names=['0', '1'], id=None)"
|
45 |
}
|
46 |
```
|
47 |
|
|
|
51 |
|
52 |
| Split name | Num samples |
|
53 |
| ------------ | ------------------- |
|
54 |
+
| train | 2398 |
|
55 |
+
| valid | 601 |
|
processed/train/data-00000-of-00001.arrow
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44234c134c9d9afbfa4e65cc17e92067b31af839e0d842514f0906d35e88fd7f
|
3 |
+
size 3173720
|
processed/train/dataset_info.json
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
},
|
9 |
"target": {
|
10 |
"names": [
|
11 |
-
"
|
12 |
-
"
|
13 |
],
|
14 |
"_type": "ClassLabel"
|
15 |
}
|
@@ -19,8 +19,8 @@
|
|
19 |
"splits": {
|
20 |
"train": {
|
21 |
"name": "train",
|
22 |
-
"num_bytes":
|
23 |
-
"num_examples":
|
24 |
"dataset_name": null
|
25 |
}
|
26 |
}
|
|
|
8 |
},
|
9 |
"target": {
|
10 |
"names": [
|
11 |
+
"0",
|
12 |
+
"1"
|
13 |
],
|
14 |
"_type": "ClassLabel"
|
15 |
}
|
|
|
19 |
"splits": {
|
20 |
"train": {
|
21 |
"name": "train",
|
22 |
+
"num_bytes": 3172679,
|
23 |
+
"num_examples": 2398,
|
24 |
"dataset_name": null
|
25 |
}
|
26 |
}
|
processed/train/state.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"filename": "data-00000-of-00001.arrow"
|
5 |
}
|
6 |
],
|
7 |
-
"_fingerprint": "
|
8 |
"_format_columns": [
|
9 |
"target",
|
10 |
"text"
|
|
|
4 |
"filename": "data-00000-of-00001.arrow"
|
5 |
}
|
6 |
],
|
7 |
+
"_fingerprint": "8e0189a90097f37b",
|
8 |
"_format_columns": [
|
9 |
"target",
|
10 |
"text"
|
processed/valid/data-00000-of-00001.arrow
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ba6b9324c43747f80ec2c6f93d0f3db3b4a28271f27358f103cdd83d03a061d
|
3 |
+
size 780400
|
processed/valid/dataset_info.json
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
},
|
9 |
"target": {
|
10 |
"names": [
|
11 |
-
"
|
12 |
-
"
|
13 |
],
|
14 |
"_type": "ClassLabel"
|
15 |
}
|
@@ -19,8 +19,8 @@
|
|
19 |
"splits": {
|
20 |
"valid": {
|
21 |
"name": "valid",
|
22 |
-
"num_bytes":
|
23 |
-
"num_examples":
|
24 |
"dataset_name": null
|
25 |
}
|
26 |
}
|
|
|
8 |
},
|
9 |
"target": {
|
10 |
"names": [
|
11 |
+
"0",
|
12 |
+
"1"
|
13 |
],
|
14 |
"_type": "ClassLabel"
|
15 |
}
|
|
|
19 |
"splits": {
|
20 |
"valid": {
|
21 |
"name": "valid",
|
22 |
+
"num_bytes": 779805,
|
23 |
+
"num_examples": 601,
|
24 |
"dataset_name": null
|
25 |
}
|
26 |
}
|
processed/valid/state.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"filename": "data-00000-of-00001.arrow"
|
5 |
}
|
6 |
],
|
7 |
-
"_fingerprint": "
|
8 |
"_format_columns": [
|
9 |
"target",
|
10 |
"text"
|
|
|
4 |
"filename": "data-00000-of-00001.arrow"
|
5 |
}
|
6 |
],
|
7 |
+
"_fingerprint": "bbaa342794e8baba",
|
8 |
"_format_columns": [
|
9 |
"target",
|
10 |
"text"
|