arvindh75 commited on
Commit
f58ba87
·
verified ·
1 Parent(s): b8819e7

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. README.md +15 -0
  3. config.json +7 -0
  4. dictionary.json +102 -0
  5. test.jsonl +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ test.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dict Sum dataset (HF-compatible files)
2
+
3
+ This folder contains JSONL files compatible with Hugging Face Datasets.
4
+ All samples are placed in the 'test' split by default.
5
+
6
+ ## Loading locally
7
+
8
+ ```python
9
+ from datasets import load_dataset
10
+ ds = load_dataset('json', data_files={'test': str(PATH_TO_DIR/'test.jsonl')})
11
+ print(ds)
12
+ print(ds['test'][0])
13
+ ```
14
+
15
+ The original dictionary is saved in `dictionary.json` and config in `config.json`.
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "dict_size": 100,
3
+ "horizon_length": 50000,
4
+ "num_samples": 100,
5
+ "min_input_value": -99,
6
+ "max_input_value": 99
7
+ }
dictionary.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "drive": -45,
3
+ "alone": 46,
4
+ "adult": 84,
5
+ "fault": -19,
6
+ "brain": -45,
7
+ "blind": 68,
8
+ "below": 28,
9
+ "apple": 2,
10
+ "allow": 65,
11
+ "equal": 18,
12
+ "crime": -63,
13
+ "alert": -32,
14
+ "doubt": -64,
15
+ "civil": -36,
16
+ "after": 91,
17
+ "fight": 44,
18
+ "every": 38,
19
+ "being": -32,
20
+ "black": 92,
21
+ "court": 50,
22
+ "drama": 10,
23
+ "enter": 50,
24
+ "crowd": 3,
25
+ "beach": -7,
26
+ "exact": -43,
27
+ "child": -64,
28
+ "fifth": 31,
29
+ "clean": 27,
30
+ "field": -76,
31
+ "about": 94,
32
+ "audio": -87,
33
+ "error": -71,
34
+ "brown": -60,
35
+ "dance": 61,
36
+ "arise": -59,
37
+ "enemy": 75,
38
+ "cream": 9,
39
+ "faith": 53,
40
+ "again": -83,
41
+ "basic": -1,
42
+ "agent": -2,
43
+ "award": 53,
44
+ "draft": 20,
45
+ "clock": 36,
46
+ "bread": -35,
47
+ "anger": 42,
48
+ "check": -97,
49
+ "admit": 75,
50
+ "buyer": 85,
51
+ "earth": -70,
52
+ "board": 75,
53
+ "agree": 38,
54
+ "cloud": 93,
55
+ "coach": -31,
56
+ "crash": 97,
57
+ "apply": 65,
58
+ "brief": -12,
59
+ "break": -71,
60
+ "aware": -24,
61
+ "brand": 12,
62
+ "alive": -59,
63
+ "extra": 17,
64
+ "event": -99,
65
+ "final": 85,
66
+ "burst": 85,
67
+ "cable": -32,
68
+ "brave": 29,
69
+ "close": 96,
70
+ "chair": -54,
71
+ "false": 30,
72
+ "cheap": -72,
73
+ "cross": 61,
74
+ "begin": -23,
75
+ "enjoy": 64,
76
+ "chief": 30,
77
+ "cover": 56,
78
+ "drink": -49,
79
+ "blood": -60,
80
+ "avoid": -4,
81
+ "ahead": 96,
82
+ "clear": -58,
83
+ "class": 39,
84
+ "depth": 36,
85
+ "fiber": -99,
86
+ "chart": 54,
87
+ "bring": -17,
88
+ "claim": 26,
89
+ "broad": -95,
90
+ "first": -71,
91
+ "album": -7,
92
+ "death": -21,
93
+ "dress": -38,
94
+ "among": -85,
95
+ "dream": -38,
96
+ "above": 46,
97
+ "blame": -79,
98
+ "craft": -78,
99
+ "alarm": 88,
100
+ "could": 25,
101
+ "block": -82
102
+ }
test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111ef6e3850368efd84175576c279aeba36ddfb20da3582c01a078bfa77620c6
3
+ size 102390358