Ronald Cardenas Acosta commited on
Commit
85350ba
1 Parent(s): 7e1549c
Files changed (4) hide show
  1. test/fr_en.jsonl +3 -0
  2. train/fr_en.jsonl +3 -0
  3. valid/fr_en.jsonl +3 -0
  4. xwikis.py +2 -2
test/fr_en.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb489853226029ff1e08c29608676fcec66fc125ed304a294e3c092e6c356413
3
+ size 52859479
train/fr_en.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db93dd1f8f285ba73c25966127a528c1f3e7171d0b6a29414e0a6252e21e523b
3
+ size 2106413961
valid/fr_en.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16401db62ff6bc11f014d345601c41c3b4f920a52fb4885f8b59c3d701266797
3
+ size 110155518
xwikis.py CHANGED
@@ -46,6 +46,8 @@ _HOMEPAGE = "https://datashare.ed.ac.uk/handle/10283/4188"
46
  # TODO: Add the licence for the dataset here if you can find it
47
  _LICENSE = "CC BY-SA 4.0"
48
 
 
 
49
  # TODO: Add link to the official dataset URLs here
50
  # The HuggingFace dataset library don't host the datasets but only point to the original files
51
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
@@ -98,8 +100,6 @@ _URLs = {
98
  class XWikis(datasets.GeneratorBasedBuilder):
99
  """TODO: Short description of my dataset."""
100
 
101
- VERSION = datasets.Version("0.1.0")
102
-
103
 
104
  # If you need to make complex sub-parts in the datasets with configurable options
105
  # You can create your own builder configuration class to store attribute, inheriting from datasets.BuilderConfig
 
46
  # TODO: Add the licence for the dataset here if you can find it
47
  _LICENSE = "CC BY-SA 4.0"
48
 
49
+ VERSION = datasets.Version("0.1.0")
50
+
51
  # TODO: Add link to the official dataset URLs here
52
  # The HuggingFace dataset library don't host the datasets but only point to the original files
53
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
 
100
  class XWikis(datasets.GeneratorBasedBuilder):
101
  """TODO: Short description of my dataset."""
102
 
 
 
103
 
104
  # If you need to make complex sub-parts in the datasets with configurable options
105
  # You can create your own builder configuration class to store attribute, inheriting from datasets.BuilderConfig