system HF staff commited on
Commit
5b8193d
1 Parent(s): 69cb66c

Update files from the datasets library (from 1.16.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.16.0

Files changed (1) hide show
  1. hrwac.py +1 -1
hrwac.py CHANGED
@@ -37,7 +37,7 @@ _LICENSE = "CC BY-SA 4.0"
37
 
38
  _HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/hrwac/"
39
  _URLS = [
40
- "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1064/hrWaC2.1.{:02d}.xml.gz".format(i + 1)
41
  for i in range(14)
42
  ]
43
 
37
 
38
  _HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/hrwac/"
39
  _URLS = [
40
+ f"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1064/hrWaC2.1.{i + 1:02d}.xml.gz"
41
  for i in range(14)
42
  ]
43