rfernand commited on
Commit
cf3c4b5
·
verified ·
1 Parent(s): f46e73c

Initial dataset upload

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +16 -0
  2. 10_shot_rlw/dev.jsonl +3 -0
  3. 10_shot_rlw/ood_cons_count_10.jsonl +3 -0
  4. 10_shot_rlw/ood_cons_count_3.jsonl +0 -0
  5. 10_shot_rlw/ood_cons_count_5.jsonl +0 -0
  6. 10_shot_rlw/ood_cons_count_7.jsonl +3 -0
  7. 10_shot_rlw/ood_cons_len_10.jsonl +3 -0
  8. 10_shot_rlw/ood_cons_len_3.jsonl +0 -0
  9. 10_shot_rlw/ood_cons_len_5.jsonl +0 -0
  10. 10_shot_rlw/ood_cons_len_7.jsonl +0 -0
  11. 10_shot_rlw/ood_lexical.jsonl +0 -0
  12. 10_shot_rlw/test.jsonl +3 -0
  13. 10_shot_rlw/train.jsonl +3 -0
  14. 1_shot_eng/dev.jsonl +0 -0
  15. 1_shot_eng/ood_cons_count_3.jsonl +0 -0
  16. 1_shot_eng/ood_cons_count_5.jsonl +0 -0
  17. 1_shot_eng/ood_cons_len_3.jsonl +0 -0
  18. 1_shot_eng/ood_cons_len_5.jsonl +0 -0
  19. 1_shot_eng/ood_lexical.jsonl +0 -0
  20. 1_shot_eng/other_tasks_id.jsonl +5 -0
  21. 1_shot_eng/other_tasks_ood.jsonl +5 -0
  22. 1_shot_eng/test.jsonl +0 -0
  23. 1_shot_eng/train.jsonl +3 -0
  24. 1_shot_rlw/dev.jsonl +0 -0
  25. 1_shot_rlw/ood_cons_count_10.jsonl +0 -0
  26. 1_shot_rlw/ood_cons_count_3.jsonl +0 -0
  27. 1_shot_rlw/ood_cons_count_5.jsonl +0 -0
  28. 1_shot_rlw/ood_cons_count_7.jsonl +0 -0
  29. 1_shot_rlw/ood_cons_len_10.jsonl +0 -0
  30. 1_shot_rlw/ood_cons_len_3.jsonl +0 -0
  31. 1_shot_rlw/ood_cons_len_5.jsonl +0 -0
  32. 1_shot_rlw/ood_cons_len_7.jsonl +0 -0
  33. 1_shot_rlw/ood_lexical.jsonl +0 -0
  34. 1_shot_rlw/test.jsonl +0 -0
  35. 1_shot_rlw/train.jsonl +3 -0
  36. 1_shot_rlw_10x/dev.jsonl +3 -0
  37. 1_shot_rlw_10x/ood_cons_count_10.jsonl +0 -0
  38. 1_shot_rlw_10x/ood_cons_count_3.jsonl +0 -0
  39. 1_shot_rlw_10x/ood_cons_count_5.jsonl +0 -0
  40. 1_shot_rlw_10x/ood_cons_count_7.jsonl +0 -0
  41. 1_shot_rlw_10x/ood_cons_len_10.jsonl +0 -0
  42. 1_shot_rlw_10x/ood_cons_len_3.jsonl +0 -0
  43. 1_shot_rlw_10x/ood_cons_len_5.jsonl +0 -0
  44. 1_shot_rlw_10x/ood_cons_len_7.jsonl +0 -0
  45. 1_shot_rlw_10x/ood_lexical.jsonl +0 -0
  46. 1_shot_rlw_10x/test.jsonl +3 -0
  47. 1_shot_rlw_10x/train.jsonl +3 -0
  48. 2_shot_rlw/dev.jsonl +0 -0
  49. 2_shot_rlw/ood_cons_count_10.jsonl +0 -0
  50. 2_shot_rlw/ood_cons_count_3.jsonl +0 -0
.gitattributes CHANGED
@@ -57,3 +57,19 @@ 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
+ 10_shot_rlw/dev.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ 10_shot_rlw/ood_cons_count_10.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ 10_shot_rlw/ood_cons_count_7.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ 10_shot_rlw/ood_cons_len_10.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ 10_shot_rlw/test.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ 10_shot_rlw/train.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ 1_shot_eng/train.jsonl filter=lfs diff=lfs merge=lfs -text
67
+ 1_shot_rlw/train.jsonl filter=lfs diff=lfs merge=lfs -text
68
+ 1_shot_rlw_10x/dev.jsonl filter=lfs diff=lfs merge=lfs -text
69
+ 1_shot_rlw_10x/test.jsonl filter=lfs diff=lfs merge=lfs -text
70
+ 1_shot_rlw_10x/train.jsonl filter=lfs diff=lfs merge=lfs -text
71
+ 2_shot_rlw/train.jsonl filter=lfs diff=lfs merge=lfs -text
72
+ 3_shot_rlw/train.jsonl filter=lfs diff=lfs merge=lfs -text
73
+ 5_shot_rlw/dev.jsonl filter=lfs diff=lfs merge=lfs -text
74
+ 5_shot_rlw/test.jsonl filter=lfs diff=lfs merge=lfs -text
75
+ 5_shot_rlw/train.jsonl filter=lfs diff=lfs merge=lfs -text
10_shot_rlw/dev.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00bbbecdce18fb46b68d9fd2b68c993fbc6711173d9d83cbb2abca46baf8ce5
3
+ size 21676110
10_shot_rlw/ood_cons_count_10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57023247e6f82ef0e7b277a8ef6e1e8f3d27ccf1bb19a862df67ff9b246054c
3
+ size 16624140
10_shot_rlw/ood_cons_count_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
10_shot_rlw/ood_cons_count_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
10_shot_rlw/ood_cons_count_7.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e109238c00ee5c1cef7cfda846e9b3dd387d3eb3c406799ae5c3e245fee4910
3
+ size 12127450
10_shot_rlw/ood_cons_len_10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eae9e24b3344b88118a931d80e1376c6670d52f8b3744d3518a4f64bf42dcdf
3
+ size 13837717
10_shot_rlw/ood_cons_len_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
10_shot_rlw/ood_cons_len_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
10_shot_rlw/ood_cons_len_7.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
10_shot_rlw/ood_lexical.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
10_shot_rlw/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef474b11f4fea938bbb9811efd34879f4320de35e6db08eb1125579140d7b651
3
+ size 21738002
10_shot_rlw/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e8871fae4c5fbda981cd5272dc2d6c42eb60f75c3822e62e6e1531254d884e
3
+ size 173279942
1_shot_eng/dev.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/ood_cons_count_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/ood_cons_count_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/ood_cons_len_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/ood_cons_len_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/ood_lexical.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/other_tasks_id.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"text": "Q a green tiger loves the tree A a green tiger hugs the tree . Q her snake loves fat bear A", "label": "her snake hugs fat bear .", "annotation": "sample\n"}
2
+ {"text": "Q a giraffe sees tall toad A hi tall toad says a giraffe . Q thin lizard suddenly sees red cub A", "label": "hi red cub says thin lizard .", "annotation": "sample\n"}
3
+ {"text": "Q dark cat likes lizard A lizard makes dark cat smile . Q white mouse likes fast monkey A", "label": "fast monkey makes white mouse smile .", "annotation": "sample\n"}
4
+ {"text": "Q our quick bottle delivered one narrow mouse A delivered : our quick bottle , one narrow mouse . Q this hot tiger found a short snake A", "label": "found : this hot tiger , a short snake .", "annotation": "sample\n"}
5
+ {"text": "Q kissed : a heavy fish , the cool zebra A a heavy fish kissed the cool zebra . Q rinsed : the fast monkey , a small mouse A", "label": "the fast monkey rinsed a small mouse .", "annotation": "sample\n"}
1_shot_eng/other_tasks_ood.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"text": "Q mary loves john A mary hugs john . Q sam loves spot A", "label": "sam hugs spot .", "annotation": "sample\n"}
2
+ {"text": "Q elmo5 suddenly sees minnie2 A hi minnie2 says elmo5 . Q cookie_monster8 suddenly sees belle5 A", "label": "hi belle5 says cookie_monster8 .", "annotation": "sample\n"}
3
+ {"text": "Q oscar4 likes minnie8 A minnie8 makes oscar4 smile . Q jim_henson6 likes micky6 A", "label": "micky6 makes jim_henson6 smile .", "annotation": "sample\n"}
4
+ {"text": "Q our happy small tree delivered her goat A delivered : our happy small tree , her goat . Q my happy elephant found a leopard A", "label": "found : my happy elephant , a leopard .", "annotation": "sample\n"}
5
+ {"text": "Q kissed : his horse , a hungry sad burro A his horse kissed a hungry sad burro . Q rinsed : the tree , one brown orange horse A", "label": "the tree rinsed one brown orange horse .", "annotation": "sample\n"}
1_shot_eng/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_eng/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3610e07e4f20b18c7faace94c135867be8e75fc7e71f7d1b58367e241f005eb9
3
+ size 65146702
1_shot_rlw/dev.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_count_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_count_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_count_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_count_7.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_len_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_len_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_len_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_cons_len_7.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/ood_lexical.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7a37d2fb8856c896f7a80602da74a3b1f9a444acd2af3f4a9fd86a848e7d76
3
+ size 52208423
1_shot_rlw_10x/dev.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd7d1dfb7d0f8547821075e52e7100daa330605e24bf077f160b27605908161
3
+ size 65183973
1_shot_rlw_10x/ood_cons_count_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_count_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_count_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_count_7.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_len_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_len_3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_len_5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_cons_len_7.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/ood_lexical.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
1_shot_rlw_10x/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6b54db1611a3c08926d3d33a0de8d47099153e380c92454c8fc4c07e95b759
3
+ size 65146561
1_shot_rlw_10x/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2c1fb19338b580a967ce3c4eac6a9e703ab7dc15e008da0bb503a7ab50fedb
3
+ size 521310166
2_shot_rlw/dev.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
2_shot_rlw/ood_cons_count_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
2_shot_rlw/ood_cons_count_3.jsonl ADDED
The diff for this file is too large to render. See raw diff