albertvillanova HF staff commited on
Commit
f424439
1 Parent(s): 7274261

Update homepage

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. catalan_government_crawling.py +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ task_ids:
49
 
50
  ## Dataset Description
51
 
52
- - **Homepage:** https://zenodo.org/record/5511667#.YapKxLoo9PY
53
  - **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
54
  - **Point of Contact:**
55
 
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Homepage:** https://zenodo.org/record/5511667
53
  - **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
54
  - **Point of Contact:**
55
 
catalan_government_crawling.py CHANGED
@@ -48,7 +48,7 @@ _DESCRIPTION = """\
48
  The Catalan Government Crawling Corpus is a 39-million-token web corpus of Catalan built from the web. It has been obtained by crawling the .gencat domain and subdomains, belonging to the Catalan Government during September and October 2020. It consists of 39.117.909 tokens, 1.565.433 sentences and 71.043 documents. Documents are separated by single new lines. It is a subcorpus of the Catalan Textual Corpus.
49
  """
50
 
51
- _HOMEPAGE = "https://zenodo.org/record/5511667#.YapKxLoo9PY"
52
 
53
  _LICENSE = "Creative Commons CC0 1.0 Universal"
54
 
 
48
  The Catalan Government Crawling Corpus is a 39-million-token web corpus of Catalan built from the web. It has been obtained by crawling the .gencat domain and subdomains, belonging to the Catalan Government during September and October 2020. It consists of 39.117.909 tokens, 1.565.433 sentences and 71.043 documents. Documents are separated by single new lines. It is a subcorpus of the Catalan Textual Corpus.
49
  """
50
 
51
+ _HOMEPAGE = "https://zenodo.org/record/5511667"
52
 
53
  _LICENSE = "Creative Commons CC0 1.0 Universal"
54