Upload dataset
#1
by not-lain - opened
- README.md +22 -20
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,37 +1,39 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
-
- split:
|
| 6 |
-
path:
|
| 7 |
-
- split:
|
| 8 |
-
path:
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
- name: idx
|
| 12 |
-
dtype:
|
| 13 |
- name: prompt
|
| 14 |
dtype: string
|
|
|
|
|
|
|
| 15 |
- name: prompt_id
|
| 16 |
dtype: string
|
| 17 |
-
- name: messages
|
| 18 |
-
list:
|
| 19 |
-
- name: content
|
| 20 |
-
dtype: string
|
| 21 |
-
- name: role
|
| 22 |
-
dtype: string
|
| 23 |
- name: category
|
| 24 |
dtype: string
|
| 25 |
splits:
|
| 26 |
-
- name:
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
license: cc-by-nc-4.0
|
| 35 |
---
|
| 36 |
# No Robots Veriseti Kartı 🙅♂️🤖
|
| 37 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- tr
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- conversational
|
| 7 |
+
- text-generation
|
| 8 |
+
pretty_name: No Robots
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: data/train-*
|
| 14 |
+
- split: test
|
| 15 |
+
path: data/test-*
|
| 16 |
dataset_info:
|
| 17 |
features:
|
| 18 |
- name: idx
|
| 19 |
+
dtype: int64
|
| 20 |
- name: prompt
|
| 21 |
dtype: string
|
| 22 |
+
- name: message
|
| 23 |
+
dtype: string
|
| 24 |
- name: prompt_id
|
| 25 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
- name: category
|
| 27 |
dtype: string
|
| 28 |
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 18682307
|
| 31 |
+
num_examples: 9500
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 1017514
|
| 34 |
+
num_examples: 501
|
| 35 |
+
download_size: 12062484
|
| 36 |
+
dataset_size: 19699821
|
|
|
|
| 37 |
---
|
| 38 |
# No Robots Veriseti Kartı 🙅♂️🤖
|
| 39 |
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eee4a73dece4af8268fa394ca97195ffc59d9fc5cf6d5d78b08865a74233bf82
|
| 3 |
+
size 634340
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a61fd16649dbe060ebbc7eec8ea9c30a6a8c1a08136bb50d2a6c7044aff0cb3
|
| 3 |
+
size 11428144
|