meg HF staff commited on
Commit
7e271f0
1 Parent(s): a1c1de6

Adding text generation to viewer config

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ---