Token Classification
Transformers
ONNX
Safetensors
English
Irish
distilbert
pii
de-identification
ireland
irish
gaelic
global-pointer
span-extraction
ppsn
eircode
int8
dynamic-quantization
cpu
Eval Results (legacy)
Instructions to use temsa/IrishCore-GlobalPointer-135M-v1-rc1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use temsa/IrishCore-GlobalPointer-135M-v1-rc1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="temsa/IrishCore-GlobalPointer-135M-v1-rc1")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("temsa/IrishCore-GlobalPointer-135M-v1-rc1") model = AutoModel.from_pretrained("temsa/IrishCore-GlobalPointer-135M-v1-rc1") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model": "temsa/IrishCore-GlobalPointer-135M-v1-rc1", | |
| "input": "eval/runtime_profile_source.jsonl", | |
| "loader_type": "global_pointer_pt", | |
| "examples": 3223, | |
| "min_score": 0.5, | |
| "iou_threshold": 0.5, | |
| "elapsed_seconds": 48.653253507916816, | |
| "examples_per_second": 66.24428517356102, | |
| "overall": { | |
| "precision": 0.7454268292682927, | |
| "recall": 0.4135889484071046, | |
| "f1": 0.5320036264732547, | |
| "tp": 1467, | |
| "fp": 501, | |
| "fn": 2080 | |
| }, | |
| "by_label": { | |
| "PPSN": { | |
| "precision": 0.9361837906828334, | |
| "recall": 0.4135889484071046, | |
| "f1": 0.5737192021900666, | |
| "tp": 1467, | |
| "fp": 100, | |
| "fn": 2080 | |
| } | |
| }, | |
| "release_backend": "full" | |
| } | |