jeanpoll
commited on
Commit
·
6b57103
1
Parent(s):
6399fa5
remove evrything
Browse files- .gitattributes +0 -24
- .gitignore +0 -9
- .idea/.gitignore +3 -0
- .idea/inspectionProfiles/Project_Default.xml +14 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +4 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
- .idea/wikiner_fr.iml +8 -0
- wikiner_fr.py → .ipynb_checkpoints/wikiner_fr-checkpoint.py +0 -0
- README.md +0 -78
- data/test-00000-of-00001-3fe59bf5669cc7ce.parquet +0 -3
- data/train-00000-of-00001-6555da048a2cf306.parquet +0 -3
- dataset_infos.json +0 -1
.gitattributes
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
-
data/dataset_dict.json filter=lfs diff=lfs merge=lfs -text
|
18 |
-
data/test filter=lfs diff=lfs merge=lfs -text
|
19 |
-
data/train filter=lfs diff=lfs merge=lfs -text
|
20 |
-
data/test.zip filter=lfs diff=lfs merge=lfs -text
|
21 |
-
data/train.zip filter=lfs diff=lfs merge=lfs -text
|
22 |
-
data.zip filter=lfs diff=lfs merge=lfs -text
|
23 |
-
data/train-00000-of-00001-6555da048a2cf306.parquet filter=lfs diff=lfs merge=lfs -text
|
24 |
-
data/test-00000-of-00001-3fe59bf5669cc7ce.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
|
2 |
-
# Jupyter Notebook
|
3 |
-
.ipynb_checkpoints
|
4 |
-
|
5 |
-
# IPython
|
6 |
-
profile_default/
|
7 |
-
ipython_config.py
|
8 |
-
|
9 |
-
.idea/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<profile version="1.0">
|
3 |
+
<option name="myName" value="Project Default" />
|
4 |
+
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
5 |
+
<option name="ignoredPackages">
|
6 |
+
<value>
|
7 |
+
<list size="1">
|
8 |
+
<item index="0" class="java.lang.String" itemvalue="transformers" />
|
9 |
+
</list>
|
10 |
+
</value>
|
11 |
+
</option>
|
12 |
+
</inspection_tool>
|
13 |
+
</profile>
|
14 |
+
</component>
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<settings>
|
3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
+
<version value="1.0" />
|
5 |
+
</settings>
|
6 |
+
</component>
|
.idea/misc.xml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (nlp_37_dev)" project-jdk-type="Python SDK" />
|
4 |
+
</project>
|
.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectModuleManager">
|
4 |
+
<modules>
|
5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/wikiner_fr.iml" filepath="$PROJECT_DIR$/.idea/wikiner_fr.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/wikiner_fr.iml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module type="PYTHON_MODULE" version="4">
|
3 |
+
<component name="NewModuleRootManager">
|
4 |
+
<content url="file://$MODULE_DIR$" />
|
5 |
+
<orderEntry type="jdk" jdkName="Python 3.7 (nlp_37_dev)" jdkType="Python SDK" />
|
6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
+
</component>
|
8 |
+
</module>
|
wikiner_fr.py → .ipynb_checkpoints/wikiner_fr-checkpoint.py
RENAMED
File without changes
|
README.md
DELETED
@@ -1,78 +0,0 @@
|
|
1 |
-
---
|
2 |
-
language_creators:
|
3 |
-
- crowdsourced
|
4 |
-
language:
|
5 |
-
- fr
|
6 |
-
license:
|
7 |
-
- unknown
|
8 |
-
multilinguality:
|
9 |
-
- None
|
10 |
-
size_categories:
|
11 |
-
- 100K<n<1M
|
12 |
-
source_datasets:
|
13 |
-
- wikiner
|
14 |
-
task_categories:
|
15 |
-
- structure-prediction
|
16 |
-
task_ids:
|
17 |
-
- named-entity-recognition
|
18 |
-
---
|
19 |
-
|
20 |
-
# Dataset Card for wikiner in French
|
21 |
-
|
22 |
-
## Table of Contents
|
23 |
-
- [Dataset Description](#dataset-description)
|
24 |
-
- [Dataset Summary](#dataset-summary)
|
25 |
-
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
26 |
-
- [Languages](#languages)
|
27 |
-
- [Dataset Structure](#dataset-structure)
|
28 |
-
- [Data Fields](#data-instances)
|
29 |
-
- [Data Splits](#data-instances)
|
30 |
-
|
31 |
-
## Dataset Description
|
32 |
-
|
33 |
-
- **Homepage:** https://metatext.io/datasets/wikiner
|
34 |
-
- **Repository:**
|
35 |
-
- **Paper:** https://www.sciencedirect.com/science/article/pii/S0004370212000276?via%3Dihub
|
36 |
-
- **Leaderboard:**
|
37 |
-
- **Point of Contact:**
|
38 |
-
|
39 |
-
### Dataset Summary
|
40 |
-
|
41 |
-
French sentences tagged with 4 entities:
|
42 |
-
_PER
|
43 |
-
_ORG
|
44 |
-
_LOC
|
45 |
-
_MISC
|
46 |
-
|
47 |
-
|
48 |
-
### Supported Tasks and Leaderboards
|
49 |
-
|
50 |
-
NER
|
51 |
-
|
52 |
-
### Languages
|
53 |
-
|
54 |
-
French
|
55 |
-
|
56 |
-
## Dataset Structure
|
57 |
-
|
58 |
-
### Data Fields
|
59 |
-
|
60 |
-
Features:
|
61 |
-
_'id': int
|
62 |
-
_'ner_tags': list(int)
|
63 |
-
_'tokens': List(string)
|
64 |
-
|
65 |
-
Example:
|
66 |
-
```
|
67 |
-
{
|
68 |
-
'id': 254569,
|
69 |
-
'tokens': ['Le', 'MEDEF', 'a', 'une', 'organisation', 'sur', 'plusieurs', 'niveaux',':'],
|
70 |
-
'ner_tags': [0, 4, 0, 0, 0, 0, 0, 0, 0]
|
71 |
-
}
|
72 |
-
```
|
73 |
-
### Data Splits
|
74 |
-
|
75 |
-
120682 sentences for training
|
76 |
-
13410 sentences for testing
|
77 |
-
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/test-00000-of-00001-3fe59bf5669cc7ce.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:28f19f45ce56935901ab2f0c67f492f123871d31622032a57ed5984ca6364690
|
3 |
-
size 11749422
|
|
|
|
|
|
|
|
data/train-00000-of-00001-6555da048a2cf306.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:28f19f45ce56935901ab2f0c67f492f123871d31622032a57ed5984ca6364690
|
3 |
-
size 11749422
|
|
|
|
|
|
|
|
dataset_infos.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"Jean-Baptiste--wikiner_fr": {"description": "Dataset can be used to train on NER task for french langugage.\n", "citation": "@InProceedings{huggingface:dataset,\ntitle = {Wikiner dataset for NER task in french},\nauthors={Created by Nothman et al. at 2013},\nyear={2013}\n}\n", "homepage": "https://www.sciencedirect.com/science/article/pii/S0004370212000276?via%3Dihub", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "ner_tags": {"feature": {"num_classes": 5, "names": ["O", "LOC", "PER", "MISC", "ORG"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": {"input": "id", "output": "ner_tags"}, "task_templates": null, "builder_name": "wikiner_fr", "config_name": "NER", "version": {"version_str": "0.0.1", "description": null, "major": 0, "minor": 0, "patch": 1}, "splits": {"train": {"name": "train", "num_bytes": 59724168, "num_examples": 134092, "dataset_name": "wikiner_fr"}, "test": {"name": "test", "num_bytes": 59724168, "num_examples": 134092, "dataset_name": "wikiner_fr"}}, "download_checksums": null, "download_size": 23498844, "post_processing_size": null, "dataset_size": 119448336, "size_in_bytes": 142947180}}
|
|
|
|