aari1995 commited on
Commit
0d8c77a
1 Parent(s): 17f3136

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +77 -0
dataset_infos.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"aari1995--false_friends_en_de": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "False Friend": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "False Friend Word": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "Correct False Friend Synonym": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "Wrong False Friend Synonym": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "Sentence": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "Correct Sentence": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "Wrong Sentence": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "Correct English Translation": {
43
+ "dtype": "string",
44
+ "id": null,
45
+ "_type": "Value"
46
+ },
47
+ "Wrong English Translation": {
48
+ "dtype": "string",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "Source": {
53
+ "dtype": "string",
54
+ "id": null,
55
+ "_type": "Value"
56
+ }
57
+ },
58
+ "post_processed": null,
59
+ "supervised_keys": null,
60
+ "task_templates": null,
61
+ "builder_name": null,
62
+ "config_name": null,
63
+ "version": null,
64
+ "splits": {
65
+ "train": {
66
+ "name": "train",
67
+ "num_bytes": 64474,
68
+ "num_examples": 254,
69
+ "dataset_name": "false_friends_en_de"
70
+ }
71
+ },
72
+ "download_checksums": null,
73
+ "download_size": 42330,
74
+ "post_processing_size": null,
75
+ "dataset_size": 64474,
76
+ "size_in_bytes": 106804
77
+ }}