linluqiu commited on
Commit
edc46e0
·
verified ·
1 Parent(s): e799851

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +62 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565bc2162990eb615b10cc9328dd31ca1169ddfcda43bfe350f0b9fc4158b323
3
+ size 5934768
dataset_info.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "text",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "roc_stories",
6
+ "dataset_size": 22804284,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mintujupally/ROCStories@db6629716bd11c0d45bcb2fddc1b4bd6c35d8faa/train.txt": {
10
+ "num_bytes": 18086495,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mintujupally/ROCStories@db6629716bd11c0d45bcb2fddc1b4bd6c35d8faa/test.txt": {
14
+ "num_bytes": 4521463,
15
+ "checksum": null
16
+ }
17
+ },
18
+ "download_size": 22607958,
19
+ "features": {
20
+ "input_ids": {
21
+ "feature": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "List"
26
+ },
27
+ "attention_mask": {
28
+ "feature": {
29
+ "dtype": "int8",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "List"
33
+ },
34
+ "sequence_length": {
35
+ "dtype": "int64",
36
+ "_type": "Value"
37
+ }
38
+ },
39
+ "homepage": "",
40
+ "license": "",
41
+ "size_in_bytes": 45412242,
42
+ "splits": {
43
+ "train": {
44
+ "name": "train",
45
+ "num_bytes": 18243553,
46
+ "num_examples": 78528,
47
+ "dataset_name": "roc_stories"
48
+ },
49
+ "test": {
50
+ "name": "test",
51
+ "num_bytes": 4560731,
52
+ "num_examples": 19633,
53
+ "dataset_name": "roc_stories"
54
+ }
55
+ },
56
+ "version": {
57
+ "version_str": "0.0.0",
58
+ "major": 0,
59
+ "minor": 0,
60
+ "patch": 0
61
+ }
62
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9160f437f880cc3b",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }