Upload dataset
Browse files- README.md +35 -4
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,15 +1,46 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
- text-generation
|
6 |
- question-answering
|
7 |
-
language:
|
8 |
-
- fr
|
9 |
tags:
|
10 |
- news
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
Credits and Attribution:
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
license: cc-by-nc-4.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- text-classification
|
9 |
- text-generation
|
10 |
- question-answering
|
|
|
|
|
11 |
tags:
|
12 |
- news
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: requested_url
|
16 |
+
dtype: string
|
17 |
+
- name: plain_text
|
18 |
+
dtype: string
|
19 |
+
- name: published_date
|
20 |
+
dtype: string
|
21 |
+
- name: title
|
22 |
+
dtype: string
|
23 |
+
- name: tags
|
24 |
+
dtype: string
|
25 |
+
- name: categories
|
26 |
+
dtype: string
|
27 |
+
- name: author
|
28 |
+
dtype: string
|
29 |
+
- name: language_score
|
30 |
+
dtype: float64
|
31 |
+
- name: crawl_date
|
32 |
+
dtype: string
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 7418041
|
36 |
+
num_examples: 5000
|
37 |
+
download_size: 4261499
|
38 |
+
dataset_size: 7418041
|
39 |
+
configs:
|
40 |
+
- config_name: default
|
41 |
+
data_files:
|
42 |
+
- split: train
|
43 |
+
path: data/train-*
|
44 |
---
|
45 |
|
46 |
Credits and Attribution:
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2ba4815c1b2580d6362092d3c0e74b2185110dad26952087f3eb7d7d2d2cf4c
|
3 |
+
size 4261499
|