CaoHaiNam commited on
Commit
bd5c586
1 Parent(s): d4b4d12

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +53 -0
dataset_infos.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"CaoHaiNam--data_comment": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "name": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "text": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "rating": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "id": {
23
+ "dtype": "int64",
24
+ "id": null,
25
+ "_type": "Value"
26
+ }
27
+ },
28
+ "post_processed": null,
29
+ "supervised_keys": null,
30
+ "task_templates": null,
31
+ "builder_name": "json",
32
+ "config_name": "default",
33
+ "version": {
34
+ "version_str": "0.0.0",
35
+ "description": null,
36
+ "major": 0,
37
+ "minor": 0,
38
+ "patch": 0
39
+ },
40
+ "splits": {
41
+ "train[:20000]": {
42
+ "name": "train[:20000]",
43
+ "num_bytes": 4986137,
44
+ "num_examples": 20000,
45
+ "dataset_name": "data_comment"
46
+ }
47
+ },
48
+ "download_checksums": null,
49
+ "download_size": 1820008,
50
+ "post_processing_size": null,
51
+ "dataset_size": 4986137,
52
+ "size_in_bytes": 6806145
53
+ }}