Junyeob Kim commited on
Commit
e241798
1 Parent(s): 17a74e3

add readme

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -11,5 +11,3 @@ The data files follow the exact same format as [SuperGLUE task files](https://su
11
  ### Structure
12
 
13
  For each SuperGLUE task `T`, the directory `FewGLUE_32dev/T` contains the 32-sample-dev file (`dev32.jsonl`), which consists of 32 examples for few-shot validation.
14
-
15
- To perform few-shot learning under 32-dev setting, the following files are also required, including the FewGLUE train files (`train.jsonl`)[[download](https://github.com/timoschick/fewglue)], and the SuperGLUE validation/test files (`val.jsonl`/`test.jsonl`)[[download](https://super.gluebenchmark.com/tasks)].
 
11
  ### Structure
12
 
13
  For each SuperGLUE task `T`, the directory `FewGLUE_32dev/T` contains the 32-sample-dev file (`dev32.jsonl`), which consists of 32 examples for few-shot validation.