SauravMaheshkar commited on
Commit
23dd160
1 Parent(s): 5be91e6

feat: hello world

Browse files
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
BoolQ/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317245ba0842129234a368274701dfc196139aa627eff44aefc827c6888935e1
3
+ size 24840
BoolQ/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d718f3f9af8ac5068cd2b917478eaac3dfab4036bd2d6118c5aa8bdff53dc3
3
+ size 6428344
CB/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f446e5f117cbfbcd156d8221d163cc370924fa594a1d67f44a151ce5c171b2
3
+ size 13510
CB/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9167f108f5d578a721eb255fb203e6876482bf1a7485609b9ff7e00448233c8d
3
+ size 4509662
COPA/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9955ae6e0ee109c96c00c0957d5873c0cb4ea9aced83b6a15b15258bb64b7dd5
3
+ size 5818
COPA/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4764a452673174ba9f5059b39c3df194e911554c38f897c8aeabdd610acfbf20
3
+ size 67523
MultiRC/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e584db1b55f7da7c1e6a2d0a6b56eb6edcaff26e69393d628390e70c39ccb561
3
+ size 64111
MultiRC/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6bf514ca657ad0c818b199d15aee8a3d6af8bca9a8ebc80d616878290c29b8
3
+ size 2767425
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: BoolQ_train
4
+ data_files: "BoolQ/train.jsonl"
5
+ - config_name: BoolQ_unlabeled
6
+ data_files: "BoolQ/unlabeled.jsonl"
7
+ - config_name: CB_train
8
+ data_files: "CB/train.jsonl"
9
+ - config_name: CB_unlabeled
10
+ data_files: "CB/unlabeled.jsonl"
11
+ - config_name: COPA_train
12
+ data_files: "COPA/train.jsonl"
13
+ - config_name: COPA_unlabeled
14
+ data_files: "COPA/unlabeled.jsonl"
15
+ - config_name: MultiRC_train
16
+ data_files: "MultiRC/train.jsonl"
17
+ - config_name: MultiRC_unlabeled
18
+ data_files: "MultiRC/unlabeled.jsonl"
19
+ - config_name: RTE_train
20
+ data_files: "RTE/train.jsonl"
21
+ - config_name: RTE_unlabeled
22
+ data_files: "RTE/unlabeled.jsonl"
23
+ - config_name: ReCoRD_train
24
+ data_files: "ReCoRD/train.jsonl"
25
+ - config_name: ReCoRD_unlabeled
26
+ data_files: "ReCoRD/unlabeled.jsonl"
27
+ - config_name: WSC_train
28
+ data_files: "WSC/train.jsonl"
29
+ - config_name: WSC_unlabeled
30
+ data_files: "WSC/unlabeled.jsonl"
31
+ - config_name: WiC_train
32
+ data_files: "WiC/train.jsonl"
33
+ - config_name: WiC_unlabeled
34
+ data_files: "WiC/unlabeled.jsonl"
35
+ ---
36
+
37
+ # [FewGLUE](https://arxiv.org/abs/2009.07118)
38
+
39
+ FewGLUE dataset, consisting of a random selection of 32 training examples from the SuperGLUE training sets and up to 20,000 unlabeled examples for each SuperGLUE task.
40
+
41
+ [Adapted from Original Repository](https://github.com/timoschick/fewglue)
42
+
43
+ ## 📕 Citation
44
+
45
+ ```misc
46
+ @article{schick2020small,
47
+ title={It's Not Just Size That Matters: Small Language Models Are Also Few-Shot Learners},
48
+ author={Timo Schick and Hinrich Schütze},
49
+ journal={Computing Research Repository},
50
+ volume={arXiv:2009.07118},
51
+ url={http://arxiv.org/abs/2009.07118},
52
+ year={2020}
53
+ }
54
+ ```
RTE/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a83197e3a286a8bf102e483646f87cd8b1e4c9c5ccd893bc0b9dba0643d580
3
+ size 12775
RTE/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bccdeb685cb4a145e2a9ce226dfd768b26ac813fc9b5483c2d58eeec4d70d94f
3
+ size 4829988
ReCoRD/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22bbee303ffd8e2c29f36d253c14a1c3d072ceab18c31481cea8ba3ea28d89ca
3
+ size 62448
ReCoRD/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d3e8d6068b66a274111f8935c58c68269383fd6a3c5e2ac8c82180400ebc9b
3
+ size 32564687
WSC/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e814e1a9a781c1e4b1ad98151f09f2e9326a3db51f9c52639cb0f8b1f428ad47
3
+ size 7947
WSC/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5c70455431960497f58139ef28d233ab1b7e64498203beb397524320302998
3
+ size 132379
WiC/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82c0c3f79d2f19bdd3c894f90f9deff0ebff787822a99ff6420db733c2a88f0
3
+ size 7477
WiC/unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c11fee2419b9555cd3013f636f9ad6048c75c486137d98bf3ad77128b55da04
3
+ size 1127280