Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,41 +5,13 @@ multilinguality:
|
|
| 5 |
- monolingual
|
| 6 |
task_categories:
|
| 7 |
- token-classification
|
| 8 |
-
dataset_info:
|
| 9 |
-
features:
|
| 10 |
-
- name: tokens
|
| 11 |
-
sequence: string
|
| 12 |
-
- name: ner_tags_niv1
|
| 13 |
-
sequence: string
|
| 14 |
-
- name: ner_tags_niv2
|
| 15 |
-
sequence: string
|
| 16 |
-
- name: input_ids
|
| 17 |
-
sequence: int32
|
| 18 |
-
- name: attention_mask
|
| 19 |
-
sequence: int8
|
| 20 |
-
- name: labels_niv1
|
| 21 |
-
sequence: int64
|
| 22 |
-
- name: labels_niv2
|
| 23 |
-
sequence: int64
|
| 24 |
-
splits:
|
| 25 |
-
- name: train
|
| 26 |
-
num_bytes: 4985685
|
| 27 |
-
num_examples: 6084
|
| 28 |
-
- name: dev
|
| 29 |
-
num_bytes: 545374
|
| 30 |
-
num_examples: 676
|
| 31 |
-
- name: test
|
| 32 |
-
num_bytes: 1335125
|
| 33 |
-
num_examples: 1685
|
| 34 |
-
download_size: 1015644
|
| 35 |
-
dataset_size: 6866184
|
| 36 |
---
|
| 37 |
|
| 38 |
# m1_fine_tuning_ocr_cmbert_iob2
|
| 39 |
|
| 40 |
## Introduction
|
| 41 |
|
| 42 |
-
This dataset was used to
|
| 43 |
It contains Paris trade directories entries from the 19th century.
|
| 44 |
|
| 45 |
## Dataset parameters
|
|
@@ -76,4 +48,4 @@ FT |2|Geographical feature
|
|
| 76 |
```python
|
| 77 |
from datasets import load_dataset
|
| 78 |
|
| 79 |
-
train_dev_test = load_dataset("nlpso/m1_fine_tuning_ocr_cmbert_iob2")
|
|
|
|
| 5 |
- monolingual
|
| 6 |
task_categories:
|
| 7 |
- token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# m1_fine_tuning_ocr_cmbert_iob2
|
| 11 |
|
| 12 |
## Introduction
|
| 13 |
|
| 14 |
+
This dataset was used to fine-tuned [Jean-Baptiste/camembert-ner](https://huggingface.co/Jean-Baptiste/camembert-ner) for **nested NER task** using Independant NER layers approach [M1].
|
| 15 |
It contains Paris trade directories entries from the 19th century.
|
| 16 |
|
| 17 |
## Dataset parameters
|
|
|
|
| 48 |
```python
|
| 49 |
from datasets import load_dataset
|
| 50 |
|
| 51 |
+
train_dev_test = load_dataset("nlpso/m1_fine_tuning_ocr_cmbert_iob2")
|