Upload dataset
Browse files- README.md +34 -0
- corpus/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
config_name: corpus
|
5 |
+
features:
|
6 |
+
- name: doc_id
|
7 |
+
dtype: string
|
8 |
+
- name: contents
|
9 |
+
dtype: string
|
10 |
+
- name: metadata
|
11 |
+
struct:
|
12 |
+
- name: creation_datetime
|
13 |
+
dtype: string
|
14 |
+
- name: file_name
|
15 |
+
dtype: string
|
16 |
+
- name: file_path
|
17 |
+
dtype: string
|
18 |
+
- name: file_size
|
19 |
+
dtype: int64
|
20 |
+
- name: file_type
|
21 |
+
dtype: 'null'
|
22 |
+
- name: last_accessed_datetime
|
23 |
+
dtype: string
|
24 |
+
- name: last_modified_datetime
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 11237324
|
29 |
+
num_examples: 8576
|
30 |
+
download_size: 4114384
|
31 |
+
dataset_size: 11237324
|
32 |
+
configs:
|
33 |
+
- config_name: corpus
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: corpus/train-*
|
37 |
---
|
corpus/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0796798f6c964c000dae11d4f08522d03f008690d116d7ac9e4d7498857fd517
|
3 |
+
size 4114384
|