fix config_name error
Browse files
README.md
CHANGED
|
@@ -45,8 +45,6 @@ configs:
|
|
| 45 |
path: summarization/valid.jsonl
|
| 46 |
- split: test
|
| 47 |
path: summarization/test.jsonl
|
| 48 |
-
- split: test2
|
| 49 |
-
path: summarization/test2.jsonl
|
| 50 |
- config_name: summarization_plus
|
| 51 |
data_files:
|
| 52 |
- split: train
|
|
|
|
| 45 |
path: summarization/valid.jsonl
|
| 46 |
- split: test
|
| 47 |
path: summarization/test.jsonl
|
|
|
|
|
|
|
| 48 |
- config_name: summarization_plus
|
| 49 |
data_files:
|
| 50 |
- split: train
|