jeanpoll commited on
Commit ·
f6b93ed
1
Parent(s): 28464a7
remove duplicates
Browse files- README.md +3 -3
- data.zip +2 -2
- wikiner_fr.py +1 -1
README.md
CHANGED
|
@@ -8,7 +8,7 @@ licenses:
|
|
| 8 |
multilinguality:
|
| 9 |
- None
|
| 10 |
size_categories:
|
| 11 |
-
- n<
|
| 12 |
source_datasets:
|
| 13 |
- wikiner
|
| 14 |
task_categories:
|
|
@@ -72,7 +72,7 @@ Example:
|
|
| 72 |
```
|
| 73 |
### Data Splits
|
| 74 |
|
| 75 |
-
|
| 76 |
-
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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.
|
| 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,
|