lhoestq HF staff commited on
Commit
728947f
1 Parent(s): 69ae430

Upload blogs.zip (#2)

Browse files

- Upload blogs.zip (daf1c6fa34be35d580d16affa5d754597cf229fd)
- Delete dataset_infos.json (0ec74f688865bf68913ab7129ceccc892b983831)
- Update blog_authorship_corpus.py (60ae7fc57990c5e97d6482e6b451cfeeda115e3d)

blog_authorship_corpus.py CHANGED
@@ -35,7 +35,7 @@ Each blog in the corpus includes at least 200 occurrences of common English word
35
  The corpus may be freely used for non-commercial research purposes.
36
  """
37
  _URL = "https://lingcog.blogspot.com/p/datasets.html"
38
- _DATA_URL = "https://drive.google.com/u/0/uc?id=1cGy4RNDV87ZHEXbiozABr9gsSrZpPaPz&export=download"
39
 
40
 
41
  class BlogAuthorshipCorpus(datasets.GeneratorBasedBuilder):
35
  The corpus may be freely used for non-commercial research purposes.
36
  """
37
  _URL = "https://lingcog.blogspot.com/p/datasets.html"
38
+ _DATA_URL = "data/blogs.zip"
39
 
40
 
41
  class BlogAuthorshipCorpus(datasets.GeneratorBasedBuilder):
data/blogs.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dfa6996663515a4baf8c1b71713ce8fe9a314b13778701447e4663bbc64c983
3
+ size 312949121
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"blog_authorship_corpus": {"description": "The Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from blogger.com in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person.\n\nEach blog is presented as a separate file, the name of which indicates a blogger id# and the blogger\u2019s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.)\n\nAll bloggers included in the corpus fall into one of three age groups:\n- 8240 \"10s\" blogs (ages 13-17),\n- 8086 \"20s\" blogs (ages 23-27)\n- 2994 \"30s\" blogs (ages 33-47).\n\nFor each age group there are an equal number of male and female bloggers.\n\nEach blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink.\n\nThe corpus may be freely used for non-commercial research purposes.\n", "citation": "@inproceedings{schler2006effects,\n title={Effects of age and gender on blogging.},\n author={Schler, Jonathan and Koppel, Moshe and Argamon, Shlomo and Pennebaker, James W},\n booktitle={AAAI spring symposium: Computational approaches to analyzing weblogs},\n volume={6},\n pages={199--205},\n year={2006}\n}\n", "homepage": "https://lingcog.blogspot.com/p/datasets.html", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "date": {"dtype": "string", "id": null, "_type": "Value"}, "gender": {"dtype": "string", "id": null, "_type": "Value"}, "age": {"dtype": "int32", "id": null, "_type": "Value"}, "horoscope": {"dtype": "string", "id": null, "_type": "Value"}, "job": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "blog_authorship_corpus", "config_name": "blog_authorship_corpus", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 753833081, "num_examples": 689793, "dataset_name": "blog_authorship_corpus"}, "validation": {"name": "validation", "num_bytes": 41236028, "num_examples": 37919, "dataset_name": "blog_authorship_corpus"}}, "download_checksums": {"https://drive.google.com/u/0/uc?id=1cGy4RNDV87ZHEXbiozABr9gsSrZpPaPz&export=download": {"num_bytes": 632898892, "checksum": "e89941d841b1652f4405583cfc98c86767bf739cc8876c96037f2a177aef8ebe"}}, "download_size": 632898892, "post_processing_size": null, "dataset_size": 795069109, "size_in_bytes": 1427968001}}