加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
nreimers 提交于 2021-06-22 23:07 . Add new SentenceTransformer model.
{
"_name_or_path": "old_models/msmarco-distilbert-base-v2/0_Transformer",
"activation": "gelu",
"architectures": [
"DistilBertModel"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"initializer_range": 0.02,
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"transformers_version": "4.7.0",
"vocab_size": 30522
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化