Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
60ae7fc
1 Parent(s): 0ec74f6

Update blog_authorship_corpus.py

Browse files
Files changed (1) hide show
  1. blog_authorship_corpus.py +1 -1
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):