File size: 2,580 Bytes
53a5e3d | 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 116 117 118 119 120 121 122 123 124 125 | {
"bidirectional_context": true,
"bidirectional_left_context": 128,
"bidirectional_right_context": 128,
"category_version": "janus-india-v3",
"default_n_ctx": 128000,
"encoding": "o200k_base",
"experts_per_token": 4,
"head_dim": 64,
"hidden_size": 640,
"inference_contract_version": 1,
"initial_context_length": 4096,
"intermediate_size": 640,
"max_position_embeddings": 131072,
"model_type": "privacy_filter",
"ner_class_names": [
"O",
"B-account_number",
"I-account_number",
"E-account_number",
"S-account_number",
"B-private_address",
"I-private_address",
"E-private_address",
"S-private_address",
"B-private_date",
"I-private_date",
"E-private_date",
"S-private_date",
"B-private_email",
"I-private_email",
"E-private_email",
"S-private_email",
"B-private_person",
"I-private_person",
"E-private_person",
"S-private_person",
"B-private_phone",
"I-private_phone",
"E-private_phone",
"S-private_phone",
"B-private_url",
"I-private_url",
"E-private_url",
"S-private_url",
"B-secret",
"I-secret",
"E-secret",
"S-secret",
"B-aadhaar",
"I-aadhaar",
"E-aadhaar",
"S-aadhaar",
"B-pan",
"I-pan",
"E-pan",
"S-pan",
"B-gstin",
"I-gstin",
"E-gstin",
"S-gstin",
"B-ifsc",
"I-ifsc",
"E-ifsc",
"S-ifsc",
"B-upi_id",
"I-upi_id",
"E-upi_id",
"S-upi_id",
"B-abha_id",
"I-abha_id",
"E-abha_id",
"S-abha_id",
"B-voter_id",
"I-voter_id",
"E-voter_id",
"S-voter_id",
"B-indian_passport",
"I-indian_passport",
"E-indian_passport",
"S-indian_passport",
"B-credit_card",
"I-credit_card",
"E-credit_card",
"S-credit_card",
"B-bank_account_in",
"I-bank_account_in",
"E-bank_account_in",
"S-bank_account_in"
],
"num_attention_heads": 14,
"num_experts": 128,
"num_hidden_layers": 8,
"num_key_value_heads": 2,
"num_labels": 73,
"param_dtype": "bfloat16",
"rope_ntk_alpha": 1.0,
"rope_ntk_beta": 32.0,
"rope_scaling_factor": 32.0,
"rope_theta": 150000,
"sliding_window": 257,
"span_class_names": [
"O",
"account_number",
"private_address",
"private_date",
"private_email",
"private_person",
"private_phone",
"private_url",
"secret",
"aadhaar",
"pan",
"gstin",
"ifsc",
"upi_id",
"abha_id",
"voter_id",
"indian_passport",
"credit_card",
"bank_account_in"
],
"vocab_size": 200064
}
|