jeanpoll commited on
Commit
f6b93ed
1 Parent(s): 28464a7

remove duplicates

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. data.zip +2 -2
  3. wikiner_fr.py +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ licenses:
8
  multilinguality:
9
  - None
10
  size_categories:
11
- - n<260k
12
  source_datasets:
13
  - wikiner
14
  task_categories:
@@ -72,7 +72,7 @@ Example:
72
  ```
73
  ### Data Splits
74
 
75
- 239714 sentences for training
76
- 26635 sentences for testing
77
 
78
 
 
8
  multilinguality:
9
  - None
10
  size_categories:
11
+ - 100K<n<1M
12
  source_datasets:
13
  - wikiner
14
  task_categories:
 
72
  ```
73
  ### Data Splits
74
 
75
+ 120682 sentences for training
76
+ 13410 sentences for testing
77
 
78
 
data.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c57bbafe25a8fa4ac59dd2244d5de70007c500337fe0f27484239c3ffee2c18
3
- size 100888300
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0ae38b91c99bd5d6e37407270b4a88fd1add6c9a63755a5d6e5f860146ab19
3
+ size 26108891
wikiner_fr.py CHANGED
@@ -72,7 +72,7 @@ _URLs = {
72
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
73
  class WikinerFr(datasets.GeneratorBasedBuilder):
74
 
75
- VERSION = datasets.Version("1.0.0")
76
 
77
  # This is an example of a dataset with multiple configurations.
78
  # If you don't want/need to define several sub-sets in your dataset,
 
72
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
73
  class WikinerFr(datasets.GeneratorBasedBuilder):
74
 
75
+ VERSION = datasets.Version("1.0.1")
76
 
77
  # This is an example of a dataset with multiple configurations.
78
  # If you don't want/need to define several sub-sets in your dataset,