ashish-soni08 commited on
Commit
df4d7ac
·
verified ·
1 Parent(s): 4d84652

upload preprocessed dataset

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +63 -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:97f9765b018309ef26825bd3d7a9614c7c2446607bf3f06fb453e61dc1b34751
3
+ size 76884344
dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "frugalaichallenge-text-train",
6
+ "dataset_size": 2438986,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/QuotaClimat/frugalaichallenge-text-train@4748e7b548154d188a377a96e104b9b31fcd45b4/data/train-00000-of-00001.parquet": {
10
+ "num_bytes": 1022581,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/QuotaClimat/frugalaichallenge-text-train@4748e7b548154d188a377a96e104b9b31fcd45b4/data/test-00000-of-00001.parquet": {
14
+ "num_bytes": 247941,
15
+ "checksum": null
16
+ }
17
+ },
18
+ "download_size": 1270522,
19
+ "features": {
20
+ "quote": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "label_names": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "embedding": {
29
+ "feature": {
30
+ "dtype": "float64",
31
+ "_type": "Value"
32
+ },
33
+ "_type": "Sequence"
34
+ },
35
+ "label": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ }
39
+ },
40
+ "homepage": "",
41
+ "license": "",
42
+ "size_in_bytes": 3709508,
43
+ "splits": {
44
+ "train": {
45
+ "name": "train",
46
+ "num_bytes": 1966984,
47
+ "num_examples": 4872,
48
+ "dataset_name": "frugalaichallenge-text-train"
49
+ },
50
+ "test": {
51
+ "name": "test",
52
+ "num_bytes": 472002,
53
+ "num_examples": 1219,
54
+ "dataset_name": "frugalaichallenge-text-train"
55
+ }
56
+ },
57
+ "version": {
58
+ "version_str": "0.0.0",
59
+ "major": 0,
60
+ "minor": 0,
61
+ "patch": 0
62
+ }
63
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "dcef46b4c4446a30",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train+test"
13
+ }