{ | |
"_name_or_path": "google/canine-s", | |
"architectures": [ | |
"CanineForTokenClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"bos_token_id": 57344, | |
"downsampling_rate": 4, | |
"eos_token_id": 57345, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 768, | |
"id2label": { | |
"0": "N", | |
"1": "B" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 3072, | |
"label2id": { | |
"B": 1, | |
"N": 0 | |
}, | |
"layer_norm_eps": 1e-12, | |
"local_transformer_stride": 128, | |
"max_position_embeddings": 16384, | |
"model_type": "canine", | |
"num_attention_heads": 12, | |
"num_hash_buckets": 16384, | |
"num_hash_functions": 8, | |
"num_hidden_layers": 12, | |
"pad_token_id": 0, | |
"torch_dtype": "float32", | |
"transformers_version": "4.35.2", | |
"type_vocab_size": 16, | |
"upsampling_kernel_size": 4, | |
"use_cache": true | |
} | |