evalitahf commited on
Commit
cc8c5b5
·
verified ·
1 Parent(s): 27f25ed

Add trial dataset with examples for few-shot learning

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -12,6 +12,8 @@ configs:
12
  data_files:
13
  - split: train
14
  path: "data.jsonl"
 
 
15
  - split: test_same
16
  path: test-same-genre.jsonl
17
  - split: test_cross
 
12
  data_files:
13
  - split: train
14
  path: "data.jsonl"
15
+ - split: trial
16
+ path: "trial.jsonl"
17
  - split: test_same
18
  path: test-same-genre.jsonl
19
  - split: test_cross