claif-roberta-base / config.json
Cqy2019's picture
Add new SentenceTransformer model.
1517242
raw
history blame contribute delete
808 Bytes
{
"_name_or_path": "./result_sts_without_exp_post1_stsb_dev_ep3_lr_2e_5_withoutmask/sts_dataset_without_explanation_post1_without_mask.jsonl_roberta-base_04-01-2023_15:46:29/",
"architectures": [
"RobertaModel"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"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": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}