nsthorat-lilac
commited on
Commit
•
5e3f730
1
Parent(s):
61f4646
Upload dataset_config.yml with huggingface_hub
Browse files- dataset_config.yml +23 -0
dataset_config.yml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
namespace: lilac
|
2 |
+
name: hncomments-1m
|
3 |
+
source:
|
4 |
+
dataset_name: OpenPipe/hacker-news
|
5 |
+
sample_size: 1000000
|
6 |
+
source_name: huggingface
|
7 |
+
embeddings:
|
8 |
+
- path: text
|
9 |
+
embedding: gte-small
|
10 |
+
signals:
|
11 |
+
- path: text
|
12 |
+
signal:
|
13 |
+
signal_name: text_statistics
|
14 |
+
- path: text
|
15 |
+
signal:
|
16 |
+
signal_name: lang_detection
|
17 |
+
settings:
|
18 |
+
ui:
|
19 |
+
media_paths:
|
20 |
+
- text
|
21 |
+
markdown_paths: []
|
22 |
+
tags:
|
23 |
+
- datasets
|