winterForestStump commited on
Commit
f6d0a9e
1 Parent(s): 847b434

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +62 -0
dataset_infos.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"winterForestStump--10k_SEC_10examples_text_corpus": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "index": {
8
+ "dtype": "int64",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "cik_number": {
13
+ "dtype": "int64",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "company_name": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "form_id": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "date": {
28
+ "dtype": "int64",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "file_url": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "text": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ }
42
+ },
43
+ "post_processed": null,
44
+ "supervised_keys": null,
45
+ "task_templates": null,
46
+ "builder_name": null,
47
+ "config_name": null,
48
+ "version": null,
49
+ "splits": {
50
+ "train": {
51
+ "name": "train",
52
+ "num_bytes": 1842006,
53
+ "num_examples": 10,
54
+ "dataset_name": "10k_SEC_10examples_text_corpus"
55
+ }
56
+ },
57
+ "download_checksums": null,
58
+ "download_size": 750157,
59
+ "post_processing_size": null,
60
+ "dataset_size": 1842006,
61
+ "size_in_bytes": 2592163
62
+ }}