kitsdk commited on
Commit
ce9f8e3
·
verified ·
1 Parent(s): 11d7dda

Upload folder using huggingface_hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f305083aa8d3432b3a606eee2ed521b710f4776aca0e3a58cc2cc76b77a4fc
3
+ size 24872952
train/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "csv",
6
+ "dataset_size": 24847953,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "H:/lm-studio/dataset/bonito/source/100000/ag_news.csv": {
10
+ "num_bytes": 24204209,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 24204209,
15
+ "features": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "dtype": "int64",
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "size_in_bytes": 49052162,
28
+ "splits": {
29
+ "train": {
30
+ "name": "train",
31
+ "num_bytes": 24847953,
32
+ "num_examples": 100000,
33
+ "dataset_name": "csv"
34
+ }
35
+ },
36
+ "version": {
37
+ "version_str": "0.0.0",
38
+ "major": 0,
39
+ "minor": 0,
40
+ "patch": 0
41
+ }
42
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0442e095511124bc",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }