evalitahf commited on
Commit
c5a28fe
·
verified ·
1 Parent(s): 4c2995c

Add 3 files from dev set for few-shot learning

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -18,6 +18,8 @@ configs:
18
  path: "adg_dev.jsonl"
19
  - split: test
20
  path: "adg_test.jsonl"
 
 
21
  - split: reduced_test
22
  path: "sampled_adg_test.jsonl"
23
  - config_name: fic
@@ -28,6 +30,8 @@ configs:
28
  path: "fic_dev.jsonl"
29
  - split: test
30
  path: "fic_test.jsonl"
 
 
31
  - split: reduced_test
32
  path: "sampled_fic_test.jsonl"
33
  - config_name: wn
@@ -38,6 +42,8 @@ configs:
38
  path: "wn_dev.jsonl"
39
  - split: test
40
  path: "wn_test.jsonl"
 
 
41
  - split: reduced_test
42
  path: "sampled_wn_test.jsonl"
43
  ---
 
18
  path: "adg_dev.jsonl"
19
  - split: test
20
  path: "adg_test.jsonl"
21
+ - split: trial
22
+ path: "adg_trial.jsonl"
23
  - split: reduced_test
24
  path: "sampled_adg_test.jsonl"
25
  - config_name: fic
 
30
  path: "fic_dev.jsonl"
31
  - split: test
32
  path: "fic_test.jsonl"
33
+ - split: trial
34
+ path: "fic_trial.jsonl"
35
  - split: reduced_test
36
  path: "sampled_fic_test.jsonl"
37
  - config_name: wn
 
42
  path: "wn_dev.jsonl"
43
  - split: test
44
  path: "wn_test.jsonl"
45
+ - split: trial
46
+ path: "wn_trial.jsonl"
47
  - split: reduced_test
48
  path: "sampled_wn_test.jsonl"
49
  ---