Adding text generation to viewer config
Browse files
README.md
CHANGED
|
@@ -4,4 +4,6 @@ configs:
|
|
| 4 |
data_files:
|
| 5 |
- split: text_classification
|
| 6 |
path: text_classification/*/*/benchmark_report.json
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
data_files:
|
| 5 |
- split: text_classification
|
| 6 |
path: text_classification/*/*/benchmark_report.json
|
| 7 |
+
- split: text_generation
|
| 8 |
+
path: text_generation/*/*/benchmark_report.json
|
| 9 |
---
|