Commit
•
177df85
1
Parent(s):
1250241
Upload dataset
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: conversation_id
|
6 |
+
dtype: string
|
7 |
+
- name: user_id
|
8 |
+
dtype: string
|
9 |
+
- name: created_date
|
10 |
+
dtype: string
|
11 |
+
- name: messages
|
12 |
+
list:
|
13 |
+
- name: content
|
14 |
+
dtype: string
|
15 |
+
- name: role
|
16 |
+
dtype: string
|
17 |
+
- name: lang_original
|
18 |
+
dtype: string
|
19 |
+
- name: could_be_code
|
20 |
+
dtype: bool
|
21 |
+
splits:
|
22 |
+
- name: train_english
|
23 |
+
num_bytes: 29675151
|
24 |
+
num_examples: 18192
|
25 |
+
- name: train_german
|
26 |
+
num_bytes: 28931906
|
27 |
+
num_examples: 18192
|
28 |
+
download_size: 21854409
|
29 |
+
dataset_size: 58607057
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: train_english
|
34 |
+
path: data/train_english-*
|
35 |
+
- split: train_german
|
36 |
+
path: data/train_german-*
|
37 |
---
|
data/train_english-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3aebb5c6f9363e08cf570444747a03fc6811ab3c2261b796f5117666bbf3022
|
3 |
+
size 11145746
|
data/train_german-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e26eba83d30fd57718a21b73b5bcf04179f78a87694738f5fc1c8f2bea86a182
|
3 |
+
size 10708663
|