lFelix commited on
Commit
bd4f801
·
verified ·
1 Parent(s): c5a9d18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -22,4 +22,11 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
- ---
 
 
 
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ task_categories:
26
+ - text-generation
27
+ - summarization
28
+ - question-answering
29
+ - text-classification
30
+ size_categories:
31
+ - 1K<n<10K
32
+ ---