Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code: JWTInvalidSignature
Exception: InvalidSignatureError
Message: Signature verification failed
Traceback: Traceback (most recent call last):
File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
decoded = jwt.decode(
jwt=token,
...<2 lines>...
options=options,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
decoded = self.decode_complete(
jwt,
...<8 lines>...
leeway=leeway,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
decoded = self._jws.decode_complete(
jwt,
...<3 lines>...
detached_payload=detached_payload,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
self._verify_signature(
~~~~~~~~~~~~~~~~~~~~~~^
signing_input,
^^^^^^^^^^^^^^
...<4 lines>...
options=merged_options,
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
raise InvalidSignatureError("Signature verification failed")
jwt.exceptions.InvalidSignatureError: Signature verification failedNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
m2m3_qualitative_analysis_ocr_cmbert_iob2
Introduction
This dataset was used to perform qualitative analysis of Jean-Baptiste/camembert-ner on nested NER task using Independant NER layers approach [M1]. It contains Paris trade directories entries from the 19th century.
Dataset parameters
- Approachrd : M2 and M3
- Dataset type : noisy (Pero OCR)
- Tokenizer : Jean-Baptiste/camembert-ner
- Tagging format : IOB2
- Counts :
- Train : 6084
- Dev : 676
- Test : 1685
- Associated fine-tuned models :
Entity types
| Abbreviation | Entity group (level) | Description |
|---|---|---|
| O | 1 & 2 | Outside of a named entity |
| PER | 1 | Person or company name |
| ACT | 1 & 2 | Person or company professional activity |
| TITREH | 2 | Military or civil distinction |
| DESC | 1 | Entry full description |
| TITREP | 2 | Professionnal reward |
| SPAT | 1 | Address |
| LOC | 2 | Street name |
| CARDINAL | 2 | Street number |
| FT | 2 | Geographical feature |
How to use this dataset
from datasets import load_dataset
train_dev_test = load_dataset("nlpso/m2m3_qualitative_analysis_ocr_cmbert_iob2")
- Downloads last month
- 14