Instructions to use mki0809/geosearch-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use mki0809/geosearch-ner with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("mki0809/geosearch-ner") - Notebooks
- Google Colab
- Kaggle
File size: 2,011 Bytes
822901b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | {
"base_model": "urchade/gliner_multi-v2.1",
"labels": [
"CITY",
"REGION",
"STATE",
"COUNTRY"
],
"words_splitter": "src.ner.tokenizer.CjkAwareSplitter",
"best_epoch": 12,
"best_val_span_f1": 0.763,
"eval_threshold": 0.4,
"trained_at": "2026-08-07T08:49:14+00:00",
"history": [
{
"epoch": 1,
"precision": 0.72,
"recall": 0.6279,
"f1": 0.6708
},
{
"epoch": 2,
"precision": 0.6988,
"recall": 0.6744,
"f1": 0.6864
},
{
"epoch": 3,
"precision": 0.7195,
"recall": 0.686,
"f1": 0.7024
},
{
"epoch": 4,
"precision": 0.7024,
"recall": 0.686,
"f1": 0.6941
},
{
"epoch": 5,
"precision": 0.7262,
"recall": 0.7093,
"f1": 0.7176
},
{
"epoch": 6,
"precision": 0.6897,
"recall": 0.6977,
"f1": 0.6936
},
{
"epoch": 7,
"precision": 0.7126,
"recall": 0.7209,
"f1": 0.7168
},
{
"epoch": 8,
"precision": 0.7356,
"recall": 0.7442,
"f1": 0.7399
},
{
"epoch": 9,
"precision": 0.7442,
"recall": 0.7442,
"f1": 0.7442
},
{
"epoch": 10,
"precision": 0.7558,
"recall": 0.7558,
"f1": 0.7558
},
{
"epoch": 11,
"precision": 0.75,
"recall": 0.7674,
"f1": 0.7586
},
{
"epoch": 12,
"precision": 0.7586,
"recall": 0.7674,
"f1": 0.763
},
{
"epoch": 13,
"precision": 0.7586,
"recall": 0.7674,
"f1": 0.763
},
{
"epoch": 14,
"precision": 0.7586,
"recall": 0.7674,
"f1": 0.763
},
{
"epoch": 15,
"precision": 0.7586,
"recall": 0.7674,
"f1": 0.763
}
],
"hyperparameters": {
"epochs": 15,
"batch_size": 8,
"learning_rate": 5e-06,
"others_lr": 1e-05,
"weight_decay": 0.01,
"warmup_ratio": 0.1,
"seed": 42
}
} |