accident_detector / config.json
samithva's picture
Upload 6 files
d8f01cc verified
raw
history blame contribute delete
729 Bytes
{
"_name_or_path": "./Bert-small-v1/",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.45.0.dev0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_file": "BERT/vocab.txt",
"vocab_size": 52000
}