1 Star 0 Fork 1

modelee / BERT_sentiment_analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
system 提交于 2022-04-20 09:07 . Commit From AutoTrain
{
"_name_or_path": "AutoTrain",
"_num_labels": 3,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2
},
"layer_norm_eps": 1e-12,
"max_length": 64,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"padding": "max_length",
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.15.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/modelee/BERT_sentiment_analysis.git
git@gitee.com:modelee/BERT_sentiment_analysis.git
modelee
BERT_sentiment_analysis
BERT_sentiment_analysis
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891