LeoCordoba commited on
Commit
1573fbe
1 Parent(s): 9084284

Update CC-NEWS-ES-titles.py

Browse files
Files changed (1) hide show
  1. CC-NEWS-ES-titles.py +4 -5
CC-NEWS-ES-titles.py CHANGED
@@ -1,5 +1,4 @@
1
-
2
- # coding=utf-8
3
  # Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
4
  #
5
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -35,9 +34,9 @@ _LICENSE = ""
35
 
36
  _URL = "https://huggingface.co/datasets/LeoCordoba/CC-NEWS-ES-titles/resolve/main/"
37
  _URLS = {
38
- "train": _URL + "train.json",
39
- "test": _URL + "test.json",
40
- "eval": _URL + "eval.json"
41
  }
42
 
43
  class CCNewsESTitlesConfig(datasets.BuilderConfig):
 
1
+ \n# coding=utf-8
 
2
  # Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
3
  #
4
  # Licensed under the Apache License, Version 2.0 (the "License");
 
34
 
35
  _URL = "https://huggingface.co/datasets/LeoCordoba/CC-NEWS-ES-titles/resolve/main/"
36
  _URLS = {
37
+ "train": _URL + "train.jsonl",
38
+ "test": _URL + "test.jsonl",
39
+ "eval": _URL + "eval.jsonl"
40
  }
41
 
42
  class CCNewsESTitlesConfig(datasets.BuilderConfig):