Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
@@ -20,6 +40,10 @@ dataset_info:
|
|
20 |
download_size: 285752388
|
21 |
dataset_size: 1123627235
|
22 |
configs:
|
|
|
|
|
|
|
|
|
23 |
- config_name: 20220301_simple_spacy
|
24 |
data_files:
|
25 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: 20220301_simple_nltk
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: url
|
8 |
+
dtype: string
|
9 |
+
- name: title
|
10 |
+
dtype: string
|
11 |
+
- name: text
|
12 |
+
dtype: string
|
13 |
+
- name: pos_tags
|
14 |
+
sequence:
|
15 |
+
sequence:
|
16 |
+
sequence: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 1000903680
|
20 |
+
num_examples: 205328
|
21 |
+
download_size: 286763992
|
22 |
+
dataset_size: 1000903680
|
23 |
+
- config_name: 20220301_simple_spacy
|
24 |
features:
|
25 |
- name: id
|
26 |
dtype: string
|
|
|
40 |
download_size: 285752388
|
41 |
dataset_size: 1123627235
|
42 |
configs:
|
43 |
+
- config_name: 20220301_simple_nltk
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: 20220301_simple_nltk/train-*
|
47 |
- config_name: 20220301_simple_spacy
|
48 |
data_files:
|
49 |
- split: train
|