Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: conversations
|
5 |
+
list:
|
6 |
+
- name: from
|
7 |
+
dtype: string
|
8 |
+
- name: value
|
9 |
+
dtype: string
|
10 |
+
license: apache-2.0
|
11 |
+
task_categories:
|
12 |
+
- text-generation
|
13 |
+
- question-answering
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
size_categories:
|
17 |
+
- 1K<n<10K
|
18 |
+
---
|
19 |
+
|
20 |
+
Borrowed from: https://huggingface.co/datasets/GAIR/lima
|