Datasets:
Add trial dataset with examples for few-shot learning
Browse files
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
|