nielsr HF Staff commited on
Commit
6730d9c
·
verified ·
1 Parent(s): 5b7b707

Add task categories and improve metadata

Browse files

This PR adds `task_categories: text-generation` to the dataset metadata to improve its discoverability on the Hugging Face Hub. It also maintains the existing documentation, including the paper abstract and sample usage snippets.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: task
@@ -24,9 +29,6 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
- license: mit
28
- size_categories:
29
- - 10K<n<100K
30
  ---
31
 
32
  # How Do Language Models Compose Functions?
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ size_categories:
6
+ - 10K<n<100K
7
  dataset_info:
8
  features:
9
  - name: task
 
29
  data_files:
30
  - split: train
31
  path: data/train-*
 
 
 
32
  ---
33
 
34
  # How Do Language Models Compose Functions?