Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,37 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
pretty_name: "AI/Technology Articles"
|
5 |
-
tags:
|
6 |
-
- temporal series data
|
7 |
-
- language data
|
8 |
license: mit
|
9 |
task_categories:
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# AI/Tech Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
|
|
|
|
|
|
|
|
4 |
license: mit
|
5 |
task_categories:
|
6 |
+
- text-generation
|
7 |
+
- feature-extraction
|
8 |
+
pretty_name: AI/Technology Articles
|
9 |
+
tags:
|
10 |
+
- temporal series data
|
11 |
+
- language data
|
12 |
+
configs:
|
13 |
+
- config_name: default
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: data/train-*
|
17 |
+
dataset_info:
|
18 |
+
features:
|
19 |
+
- name: id
|
20 |
+
dtype: int64
|
21 |
+
- name: year
|
22 |
+
dtype: int64
|
23 |
+
- name: title
|
24 |
+
dtype: string
|
25 |
+
- name: url
|
26 |
+
dtype: string
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 123475673
|
32 |
+
num_examples: 2429
|
33 |
+
download_size: 25153621
|
34 |
+
dataset_size: 123475673
|
35 |
---
|
36 |
|
37 |
# AI/Tech Dataset
|