henrygu's picture
Upload 7 files
2c5bbb1
raw
history blame
No virus
1.23 kB
{
"_name_or_path": "huawei-noah/TinyBERT_General_4L_312D",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"cell": {},
"classifier_dropout": null,
"emb_size": 312,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 312,
"id2label": {
"0": "work productivity career",
"1": "hobbies leisure",
"2": "relationships",
"3": "health fitness",
"4": "sports",
"5": "media and entertainment",
"6": "religion",
"7": "food",
"8": "nature outdoors"
},
"initializer_range": 0.02,
"intermediate_size": 1200,
"label2id": {
"food": 7,
"health fitness": 3,
"hobbies leisure": 1,
"media and entertainment": 5,
"nature outdoors": 8,
"relationships": 2,
"religion": 6,
"sports": 4,
"work productivity career": 0
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 4,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"pre_trained": "",
"structure": [],
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}