fc-binary-model / config.json
liwii's picture
Training in progress, epoch 1
8232228 verified
raw
history blame contribute delete
745 Bytes
{
"_name_or_path": "line-corporation/line-distilbert-base-japanese",
"activation": "gelu",
"architectures": [
"ConsistentSentenceClassifier"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"initializer_range": 0.02,
"label2id": {
"contradiction": 0,
"entailment": 1,
"neutral": 0
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_hidden_states": true,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": true,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.34.0",
"vocab_size": 32768
}