Miron commited on
Commit
477b803
·
1 Parent(s): 7b83e61

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +45 -1
dataset_infos.json CHANGED
@@ -1 +1,45 @@
1
- {"Miron--Text": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Science artilce's texts": {"dtype": "string", "id": null, "_type": "Value"}, "text_length": {"dtype": "int64", "id": null, "_type": "Value"}, "TEXT": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "csv", "config_name": "Miron--Text_Science_Articles", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54709956.09102402, "num_examples": 711, "dataset_name": "Text"}, "validation": {"name": "validation", "num_bytes": 6155831.908975979, "num_examples": 80, "dataset_name": "Text"}}, "download_checksums": null, "download_size": 26356400, "post_processing_size": null, "dataset_size": 60865788.0, "size_in_bytes": 87222188.0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "Science artilce's texts": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "text_length": {
12
+ "dtype": "int64",
13
+ "_type": "Value"
14
+ },
15
+ "TEXT": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ }
19
+ },
20
+ "builder_name": "csv",
21
+ "config_name": "Miron--Text_Science_Articles",
22
+ "version": {
23
+ "version_str": "0.0.0",
24
+ "major": 0,
25
+ "minor": 0,
26
+ "patch": 0
27
+ },
28
+ "splits": {
29
+ "train": {
30
+ "name": "train",
31
+ "num_bytes": 54709956.09102402,
32
+ "num_examples": 711,
33
+ "dataset_name": null
34
+ },
35
+ "validation": {
36
+ "name": "validation",
37
+ "num_bytes": 6155831.908975979,
38
+ "num_examples": 80,
39
+ "dataset_name": null
40
+ }
41
+ },
42
+ "download_size": 26356400,
43
+ "dataset_size": 60865788.0,
44
+ "size_in_bytes": 87222188.0
45
+ }}