alvarobartt HF staff commited on
Commit
e23fee6
·
1 Parent(s): fb95850

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -24,7 +24,18 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
 
 
27
  ---
28
- # Dataset Card for "stack-exchange-paired-mini"
29
 
30
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ task_categories:
28
+ - text-generation
29
+ - question-answering
30
+ language:
31
+ - en
32
+ size_categories:
33
+ - n<1K
34
  ---
35
+ # StackExchange Paired Mini (100 samples)
36
 
37
+ This is a subset of the `StackExchange Paired` [lvwerra/stack-exchange-paired](https://hf.co/lvwerra/stack-exchange-paired) dataset.
38
+
39
+ ## Disclaimer
40
+
41
+ For licensing or any other related detail, please refer to the original dataset linked above.