Tuana commited on
Commit
81e33bc
1 Parent(s): 88a8689

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +65 -0
dataset_infos.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Tuana--game-of-thrones": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "content": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "content_type": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "meta": {
23
+ "name": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ }
28
+ },
29
+ "score": {
30
+ "dtype": "null",
31
+ "id": null,
32
+ "_type": "Value"
33
+ },
34
+ "embedding": {
35
+ "dtype": "null",
36
+ "id": null,
37
+ "_type": "Value"
38
+ }
39
+ },
40
+ "post_processed": null,
41
+ "supervised_keys": null,
42
+ "task_templates": null,
43
+ "builder_name": "json",
44
+ "config_name": "default",
45
+ "version": {
46
+ "version_str": "0.0.0",
47
+ "description": null,
48
+ "major": 0,
49
+ "minor": 0,
50
+ "patch": 0
51
+ },
52
+ "splits": {
53
+ "train": {
54
+ "name": "train",
55
+ "num_bytes": 2728576,
56
+ "num_examples": 2357,
57
+ "dataset_name": "game-of-thrones"
58
+ }
59
+ },
60
+ "download_checksums": null,
61
+ "download_size": 1534236,
62
+ "post_processing_size": null,
63
+ "dataset_size": 2728576,
64
+ "size_in_bytes": 4262812
65
+ }}