Datasets:
Commit
·
aee7fea
1
Parent(s):
95f02e6
Fix YAML tags (#3)
Browse files- Fix YAML tags (6caa88b37f4169b315f28b3e948500e9a57dac17)
README.md
CHANGED
@@ -1,29 +1,23 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
license:
|
5 |
-
- unknown
|
6 |
language_bcp47:
|
7 |
- en-US
|
8 |
-
|
9 |
-
|
10 |
-
license: afl-3.0
|
11 |
annotations_creators:
|
12 |
- no-annotation
|
13 |
language_creators:
|
14 |
- found
|
15 |
-
languages:
|
16 |
-
- en-US
|
17 |
-
licenses:
|
18 |
-
- unknown
|
19 |
multilinguality:
|
20 |
- monolingual
|
21 |
-
pretty_name:
|
22 |
size_categories:
|
23 |
- 10K<n<100K
|
24 |
source_datasets: []
|
25 |
task_categories:
|
26 |
- sentence-similarity
|
27 |
task_ids: []
|
|
|
28 |
|
29 |
-
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
language_bcp47:
|
5 |
- en-US
|
6 |
+
license:
|
7 |
+
- afl-3.0
|
|
|
8 |
annotations_creators:
|
9 |
- no-annotation
|
10 |
language_creators:
|
11 |
- found
|
|
|
|
|
|
|
|
|
12 |
multilinguality:
|
13 |
- monolingual
|
14 |
+
pretty_name: Ukhushn/home-depot
|
15 |
size_categories:
|
16 |
- 10K<n<100K
|
17 |
source_datasets: []
|
18 |
task_categories:
|
19 |
- sentence-similarity
|
20 |
task_ids: []
|
21 |
+
---
|
22 |
|
23 |
+
# Dataset Card for Ukhushn/home-depot
|