customs-decomposer / config.json
NagaYu's picture
Publish Customs span tagger (safetensors + MLX + GGUF)
6610811 verified
Raw
History Blame Contribute Delete
739 Bytes
{
"vocab_size": 481,
"tags": [
"O",
"B-person_name",
"I-person_name",
"B-email",
"I-email",
"B-phone",
"I-phone",
"B-account_id",
"I-account_id",
"B-device_id",
"I-device_id",
"B-street_address",
"I-street_address",
"B-health_condition",
"I-health_condition",
"B-medication",
"I-medication",
"B-financial_amount",
"I-financial_amount",
"B-employer",
"I-employer",
"B-relationship",
"I-relationship",
"B-home_city",
"I-home_city",
"B-birth_date",
"I-birth_date",
"B-calendar_event",
"I-calendar_event",
"B-travel_date",
"I-travel_date"
],
"d_model": 128,
"n_heads": 4,
"n_layers": 2,
"d_ff": 256,
"max_len": 128,
"dropout": 0.1,
"architecture": "customs-span-tagger"
}