Aadarssshhh commited on
Commit
5294698
1 Parent(s): 16c8966

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +50 -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:4d79bf60c179c83639dbd0058201a71aa0250057dbbd671198c116da28de4d75
3
+ size 61160576
dataset_info.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "flan-v2-filtered",
6
+ "dataset_size": 33108382,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/Roudranil/Flan-v2-Filtered@fb0cd374e3920985664638da0549bd4354560d08/data/train-00000-of-00001.parquet": {
10
+ "num_bytes": 17409381,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 17409381,
15
+ "features": {
16
+ "inputs": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "targets": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "task": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "concatenated_message": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "homepage": "",
34
+ "license": "",
35
+ "size_in_bytes": 50517763,
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 33108382,
40
+ "num_examples": 12635,
41
+ "dataset_name": "flan-v2-filtered"
42
+ }
43
+ },
44
+ "version": {
45
+ "version_str": "0.0.0",
46
+ "major": 0,
47
+ "minor": 0,
48
+ "patch": 0
49
+ }
50
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "735d53279634b03f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }