Commit
·
e23fee6
1
Parent(s):
fb95850
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,18 @@ configs:
|
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
-
#
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
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.
|