sagot commited on
Commit
6fa98a3
·
1 Parent(s): f0522ac

Update lefff_morpho.py

Browse files
Files changed (1) hide show
  1. lefff_morpho.py +1 -1
lefff_morpho.py CHANGED
@@ -54,7 +54,7 @@ _LICENSE = "LGPL-LR"
54
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
55
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
56
  _URLS = {
57
- "all": "lefff_morpho.json",
58
  }
59
 
60
 
 
54
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
55
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
56
  _URLS = {
57
+ "all": "lefff_morpho-3.5.json",
58
  }
59
 
60