Mvictor97 commited on
Commit
3cc5520
·
verified ·
1 Parent(s): 1523f1d

Upload folder using huggingface_hub

Browse files
Files changed (42) hide show
  1. .gitattributes +28 -0
  2. deepcoder_data/LENGTH_GENERALIZATION_data/all_data_test.json +0 -0
  3. deepcoder_data/LENGTH_GENERALIZATION_data/all_data_train.json +3 -0
  4. deepcoder_data/LENGTH_GENERALIZATION_data/all_data_valid.json +0 -0
  5. simple_generalisation/eval_data_1_5.json +3 -0
  6. simple_generalisation/eval_data_6_10.json +3 -0
  7. simple_generalisation/eval_data_both_6_10.json +3 -0
  8. simple_generalisation/eval_data_compositions_26prims_in_dist.json +3 -0
  9. simple_generalisation/eval_data_compositions_26prims_ood.json +3 -0
  10. simple_generalisation/eval_data_compositions_2prims.json +3 -0
  11. simple_generalisation/eval_data_compositions_2prims_in_dist.json +3 -0
  12. simple_generalisation/eval_data_compositions_2prims_ood.json +3 -0
  13. simple_generalisation/eval_data_compositions_8prims_in_dist.json +3 -0
  14. simple_generalisation/eval_data_compositions_8prims_ood.json +3 -0
  15. simple_generalisation/eval_data_compositions_in_dist.json +3 -0
  16. simple_generalisation/eval_data_compositions_ood.json +3 -0
  17. simple_generalisation/eval_data_parameterised_functions.json +3 -0
  18. simple_generalisation/eval_data_subseq_in_dist_1_2.json +0 -0
  19. simple_generalisation/eval_data_subseq_in_dist_2_2.json +0 -0
  20. simple_generalisation/eval_data_subseq_in_dist_4_4.json +0 -0
  21. simple_generalisation/eval_data_subseq_in_dist_len_1to2.json +0 -0
  22. simple_generalisation/eval_data_subseq_in_dist_len_1to5.json +0 -0
  23. simple_generalisation/eval_data_subseq_ood.json +0 -0
  24. simple_generalisation/eval_data_subseq_ood_1_2.json +0 -0
  25. simple_generalisation/eval_data_subseq_ood_2_2.json +0 -0
  26. simple_generalisation/eval_data_subseq_ood_4_4.json +0 -0
  27. simple_generalisation/eval_data_subseq_ood_len_3to4.json +0 -0
  28. simple_generalisation/eval_data_subseq_ood_len_6to10.json +0 -0
  29. simple_generalisation/extract_sub_functions_eval.json +3 -0
  30. simple_generalisation/extract_sub_functions_train.json +3 -0
  31. simple_generalisation/train_data_1_5.json +3 -0
  32. simple_generalisation/train_data_compositions.json +3 -0
  33. simple_generalisation/train_data_compositions_26prims.json +3 -0
  34. simple_generalisation/train_data_compositions_2prims.json +3 -0
  35. simple_generalisation/train_data_compositions_8prims.json +3 -0
  36. simple_generalisation/train_data_parameterised_functions.json +3 -0
  37. simple_generalisation/train_data_subsequence_1_2.json +3 -0
  38. simple_generalisation/train_data_subsequence_2_2.json +3 -0
  39. simple_generalisation/train_data_subsequence_4_4.json +3 -0
  40. simple_generalisation/train_data_subsequence_len_1to2.json +3 -0
  41. simple_generalisation/train_data_subsequence_len_1to5.json +3 -0
  42. simple_generalisation/train_data_subsequence_length_based.json +3 -0
.gitattributes CHANGED
@@ -57,3 +57,31 @@ 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
+ deepcoder_data/LENGTH_GENERALIZATION_data/all_data_train.json filter=lfs diff=lfs merge=lfs -text
61
+ simple_generalisation/eval_data_1_5.json filter=lfs diff=lfs merge=lfs -text
62
+ simple_generalisation/eval_data_6_10.json filter=lfs diff=lfs merge=lfs -text
63
+ simple_generalisation/eval_data_both_6_10.json filter=lfs diff=lfs merge=lfs -text
64
+ simple_generalisation/eval_data_compositions_26prims_in_dist.json filter=lfs diff=lfs merge=lfs -text
65
+ simple_generalisation/eval_data_compositions_26prims_ood.json filter=lfs diff=lfs merge=lfs -text
66
+ simple_generalisation/eval_data_compositions_2prims.json filter=lfs diff=lfs merge=lfs -text
67
+ simple_generalisation/eval_data_compositions_2prims_in_dist.json filter=lfs diff=lfs merge=lfs -text
68
+ simple_generalisation/eval_data_compositions_2prims_ood.json filter=lfs diff=lfs merge=lfs -text
69
+ simple_generalisation/eval_data_compositions_8prims_in_dist.json filter=lfs diff=lfs merge=lfs -text
70
+ simple_generalisation/eval_data_compositions_8prims_ood.json filter=lfs diff=lfs merge=lfs -text
71
+ simple_generalisation/eval_data_compositions_in_dist.json filter=lfs diff=lfs merge=lfs -text
72
+ simple_generalisation/eval_data_compositions_ood.json filter=lfs diff=lfs merge=lfs -text
73
+ simple_generalisation/eval_data_parameterised_functions.json filter=lfs diff=lfs merge=lfs -text
74
+ simple_generalisation/extract_sub_functions_eval.json filter=lfs diff=lfs merge=lfs -text
75
+ simple_generalisation/extract_sub_functions_train.json filter=lfs diff=lfs merge=lfs -text
76
+ simple_generalisation/train_data_1_5.json filter=lfs diff=lfs merge=lfs -text
77
+ simple_generalisation/train_data_compositions.json filter=lfs diff=lfs merge=lfs -text
78
+ simple_generalisation/train_data_compositions_26prims.json filter=lfs diff=lfs merge=lfs -text
79
+ simple_generalisation/train_data_compositions_2prims.json filter=lfs diff=lfs merge=lfs -text
80
+ simple_generalisation/train_data_compositions_8prims.json filter=lfs diff=lfs merge=lfs -text
81
+ simple_generalisation/train_data_parameterised_functions.json filter=lfs diff=lfs merge=lfs -text
82
+ simple_generalisation/train_data_subsequence_1_2.json filter=lfs diff=lfs merge=lfs -text
83
+ simple_generalisation/train_data_subsequence_2_2.json filter=lfs diff=lfs merge=lfs -text
84
+ simple_generalisation/train_data_subsequence_4_4.json filter=lfs diff=lfs merge=lfs -text
85
+ simple_generalisation/train_data_subsequence_len_1to2.json filter=lfs diff=lfs merge=lfs -text
86
+ simple_generalisation/train_data_subsequence_len_1to5.json filter=lfs diff=lfs merge=lfs -text
87
+ simple_generalisation/train_data_subsequence_length_based.json filter=lfs diff=lfs merge=lfs -text
deepcoder_data/LENGTH_GENERALIZATION_data/all_data_test.json ADDED
The diff for this file is too large to render. See raw diff
 
deepcoder_data/LENGTH_GENERALIZATION_data/all_data_train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59a156fbed3f78ee7907fce22d395f83ff23e3aa92f6901b500b5c4c4f2eb831
3
+ size 205115258
deepcoder_data/LENGTH_GENERALIZATION_data/all_data_valid.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_1_5.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bb446e7b92549916b4a7b4bd69f3bab0a1558f60500f9d86ce722b05d26450d
3
+ size 21150002
simple_generalisation/eval_data_6_10.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0045af23619db944031eb856c04fabf38f6516c1daee3f0d8a8ac6bb008405e3
3
+ size 21151002
simple_generalisation/eval_data_both_6_10.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7264d1f890be3cd964bdc5b85846e1e412f7ce042d749901437eea9dedcbf487
3
+ size 42207002
simple_generalisation/eval_data_compositions_26prims_in_dist.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a674c3100dbf05b9e468c61634e3cdd5d2b9e54c3843496ad68f52e59bd70a6
3
+ size 42611508
simple_generalisation/eval_data_compositions_26prims_ood.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d5d390ac73129bdf785e0f57a509f0f95a5a710be5de9f645baff5273a1156
3
+ size 42912560
simple_generalisation/eval_data_compositions_2prims.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b95b080ee3f8c6d8d4620b962102657743cea15082971a88149f359dce2f2b
3
+ size 42820002
simple_generalisation/eval_data_compositions_2prims_in_dist.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c65b967059d5d1beecd90e5db0906cf7fefc9bd50d2ce282bfaba1c878953eb4
3
+ size 42565002
simple_generalisation/eval_data_compositions_2prims_ood.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aaca9dcfb1a127159d456287d7ca94495f3daafd19d3ce2bc9485c1fb33d519
3
+ size 42820002
simple_generalisation/eval_data_compositions_8prims_in_dist.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8488031356ed08c88b26932973495173fd5bc81211c90a1113ca82b9fe0d4e9c
3
+ size 42587502
simple_generalisation/eval_data_compositions_8prims_ood.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4cab1ec768d6385b286e82778bcea7581ce41c6aa6826c1e1572b0c329852f
3
+ size 42864966
simple_generalisation/eval_data_compositions_in_dist.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9cf4c603265697a447ecb2e1d82d1efec185db752e0fa6648b617860896cf40
3
+ size 42809502
simple_generalisation/eval_data_compositions_ood.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d6e7bdd337db8ae1141564a2a0e4cc5621b4b675fd5e04a2b9c3c5a59ce3fea
3
+ size 42865002
simple_generalisation/eval_data_parameterised_functions.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b85e513bd17a2288959bd8829a078576cb2be2a67eae9fe7275fa21b4707208
3
+ size 86040002
simple_generalisation/eval_data_subseq_in_dist_1_2.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_in_dist_2_2.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_in_dist_4_4.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_in_dist_len_1to2.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_in_dist_len_1to5.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_ood.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_ood_1_2.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_ood_2_2.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_ood_4_4.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_ood_len_3to4.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/eval_data_subseq_ood_len_6to10.json ADDED
The diff for this file is too large to render. See raw diff
 
simple_generalisation/extract_sub_functions_eval.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3e610271aebae1c76e5a9af7b34861f758c623f7f96db666d12365fe9d6d12
3
+ size 25380002
simple_generalisation/extract_sub_functions_train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9299396776ec73b9a12cb44169b8584a4b1797a7640cd1a663bce1282a2b23
3
+ size 8459991542
simple_generalisation/train_data_1_5.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d489bf01f20a921530c4f6eb857c88773575b11e6c875630d62344269f5a0e8b
3
+ size 4230000002
simple_generalisation/train_data_compositions.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0b910c3e08f4d3ceffebdab3211a6020cc7d1cfc75252073fd282b44681d09
3
+ size 8561900002
simple_generalisation/train_data_compositions_26prims.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f7d6756cfddb9ee0fb82e659366753dffe618dc19e9b90e375b9006714bb25
3
+ size 8522307685
simple_generalisation/train_data_compositions_2prims.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51c0150237a494f600f4f636ecf97061c89416d04902592c2dbd1a0130fe62d
3
+ size 8513000002
simple_generalisation/train_data_compositions_8prims.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae9c2507c5bd2c1a76f9532cee2f01e6db56233d2953a0cd0fbef569f21cb85b
3
+ size 8517500002
simple_generalisation/train_data_parameterised_functions.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46de14ff3d247501be2f517ed1f8db6a53963d9568daf22b85b0d445b5d44629
3
+ size 2150615385
simple_generalisation/train_data_subsequence_1_2.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6392d2c345ea103315ee65601af3e540b822fbfe850bdd9a24007fd5e7358392
3
+ size 886001425
simple_generalisation/train_data_subsequence_2_2.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67bafb24f4878f8024fbf780789d0123ef4efb4cf35ae3ce79beacae3bde2903
3
+ size 888000001
simple_generalisation/train_data_subsequence_4_4.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18e0428324b046a22b3d048d1e3beddf04c03e18d50e56f4be3f4befd678116
3
+ size 896000001
simple_generalisation/train_data_subsequence_len_1to2.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db18346dd669ac93a3a6e5b67705ef2650e71f973cd17472f881cde98b75e90f
3
+ size 886001123
simple_generalisation/train_data_subsequence_len_1to5.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d225fa91cadba607c7f15d8d05c0e973bec9b4d17edff560042ae4518bbe9503
3
+ size 891998523
simple_generalisation/train_data_subsequence_length_based.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acf666975d6f70d7d6f02ee658367b232ac23c6ab7044174fd8fc721d983652
3
+ size 611537267