ytsaig commited on
Commit
0b51ac8
1 Parent(s): 4cf4172

Added dataset card.

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ languages:
4
+ - en
5
+ multilinguality:
6
+ - monolingual
7
+ task_categories:
8
+ - classification
9
+ task_ids:
10
+ - classification
11
+ ---
12
+
13
+ # Dataset Card for news-12factor
14
+
15
+ ## Table of Contents
16
+ - [Dataset Description](#dataset-description)
17
+ - [Languages](#languages)
18
+ - [Dataset Structure](#dataset-structure)
19
+ - [Source Data](#source-data)
20
+ - [Annotations](#annotations)
21
+
22
+ ## Dataset Description
23
+
24
+ 80+ news articles with url, title, body text, scored on 12 quality factors and assigned a single rank.
25
+
26
+ ## Languages
27
+
28
+ The text in the dataset is in English
29
+
30
+ ## Dataset Structure
31
+
32
+ [Needs More Information]
33
+
34
+ ## Source Data
35
+
36
+ URL data was scraped using [news-please](https://github.com/fhamborg/news-please)
37
+
38
+ ## Annotations
39
+
40
+ Articles were manually annotated by Alex on a 12-factor score card.
41
+