| { | |
| "alibi": true, | |
| "architectures": [ | |
| "BertForSequenceClassification" | |
| ], | |
| "attention_bias": false, | |
| "attention_dropout": 0.0, | |
| "attention_probs_dropout_prob": 0.0, | |
| "classifier_activation": "gelu", | |
| "classifier_bias": false, | |
| "classifier_dropout": 0.0, | |
| "classifier_pooling": "mean", | |
| "cls_token_id": 50281, | |
| "context_length": 1024, | |
| "decoder_bias": true, | |
| "deterministic_flash_attn": false, | |
| "dtype": "float32", | |
| "embedding_dropout": 0.0, | |
| "flash_attention": true, | |
| "gated_linear_units": true, | |
| "global_attn_every_n_layers": 3, | |
| "global_rope_theta": 160000.0, | |
| "gradient_checkpointing": false, | |
| "hidden_act": "gelu", | |
| "hidden_activation": "gelu", | |
| "hidden_dropout_prob": 0.0, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "benzo", | |
| "1": "cocaine", | |
| "2": "iv", | |
| "3": "ketamine", | |
| "4": "opioids", | |
| "5": "pcp", | |
| "6": "other_rx", | |
| "7": "amphetamine", | |
| "8": "unspecified_substance", | |
| "9": "treatment_history", | |
| "10": "inj_eqp", | |
| "11": "other_paraphernalia", | |
| "12": "packaging", | |
| "13": "pills", | |
| "14": "powder", | |
| "15": "glass_pipe", | |
| "16": "straw", | |
| "17": "prior_od" | |
| }, | |
| "initializer_cutoff_factor": 2.0, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 1152, | |
| "label2id": { | |
| "amphetamine": 7, | |
| "benzo": 0, | |
| "cocaine": 1, | |
| "glass_pipe": 15, | |
| "inj_eqp": 10, | |
| "iv": 2, | |
| "ketamine": 3, | |
| "opioids": 4, | |
| "other_paraphernalia": 11, | |
| "other_rx": 6, | |
| "packaging": 12, | |
| "pcp": 5, | |
| "pills": 13, | |
| "powder": 14, | |
| "prior_od": 17, | |
| "straw": 16, | |
| "treatment_history": 9, | |
| "unspecified_substance": 8 | |
| }, | |
| "layer_norm_eps": 1e-05, | |
| "local_attention": 128, | |
| "local_rope_theta": 10000.0, | |
| "max_position_embeddings": 8192, | |
| "mlp_bias": false, | |
| "mlp_dropout": 0.0, | |
| "model_type": "bert", | |
| "norm_bias": false, | |
| "norm_eps": 1e-05, | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 22, | |
| "pad_token_id": 50283, | |
| "position_embedding_type": "absolute", | |
| "problem_type": "multi_label_classification", | |
| "reference_compile": null, | |
| "repad_logits_with_grad": false, | |
| "rope_theta": 10000, | |
| "sep_token_id": 50282, | |
| "sparse_pred_ignore_index": -100, | |
| "sparse_prediction": false, | |
| "transformers_version": "4.57.3", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "use_low_precision_layernorm": true, | |
| "vocab_size": 50368 | |
| } | |