mschi commited on
Commit
acfbb0d
1 Parent(s): caec838

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -6
README.md CHANGED
@@ -2,10 +2,33 @@
2
  license: mit
3
  ---
4
  ---
5
- TODO: Add YAML tags here. Copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
- # Dataset Card for [Dataset Name]
9
 
10
  ## Table of Contents
11
  - [Table of Contents](#table-of-contents)
@@ -62,10 +85,10 @@ The distribution of the blog posts over time can be viewed at ./blogspot_dist_co
62
 
63
  ### Data Fields
64
 
65
- * text: string
66
- * URL: string
67
- * date: string
68
- * comment: int
69
 
70
  ### Data Splits
71
 
 
2
  license: mit
3
  ---
4
  ---
5
+ annotations_creators: []
6
+ language:
7
+ - en
8
+ language_creators:
9
+ - other
10
+ license:
11
+ - mit
12
+ multilinguality:
13
+ - monolingual
14
+ pretty_name: Blogspot_raw_texts
15
+ size_categories:
16
+ - 1M<n<10M
17
+ source_datasets:
18
+ - original
19
+ tags:
20
+ - blogspot
21
+ - blogger
22
+ - texts
23
+ task_categories:
24
+ - text-classification
25
+ - text-retrieval
26
+ - text-generation
27
+ - time-series-forecasting
28
+ task_ids: []
29
  ---
30
 
31
+ # Dataset Card for blogspot raw dataset
32
 
33
  ## Table of Contents
34
  - [Table of Contents](#table-of-contents)
 
85
 
86
  ### Data Fields
87
 
88
+ text: string
89
+ URL: string
90
+ date: string
91
+ comment: int
92
 
93
  ### Data Splits
94