lhoestq HF staff commited on
Commit
9ef349d
1 Parent(s): a44217b

Configure the Dataset Viewer

Browse files

Hi ! I just added two configurations for the Dataset Viewer: `pretrain_text` and `check_exam_questions`. This will let people explore those subsets directly from the dataset page.

I also wanted to add other configurations like `sft` but the Viewer doesn't support JSON with lists of lists inside yet. I'll check internally if we can support that :)

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
4
  # Multilingual Medicine: Model, Dataset, Benchmark, Code
5
 
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: pretrain_text
5
+ data_files: train/pretrain/*_text.json
6
+ - config_name: check_exam_questions
7
+ data_files: check_exam/questions/*_question.json
8
  ---
9
  # Multilingual Medicine: Model, Dataset, Benchmark, Code
10