system's picture
system HF staff
Commit From AutoTrain
cd4a9aa
raw
history blame contribute delete
No virus
1.4 kB
{
"_name_or_path": "AutoTrain",
"_num_labels": 10,
"architectures": [
"DebertaV2ForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 384,
"id2label": {
"0": "alarm",
"1": "calendar",
"2": "chat",
"3": "check_battery",
"4": "display&brightness",
"5": "health_data",
"6": "open_application",
"7": "stopwatch",
"8": "timer",
"9": "volume"
},
"initializer_range": 0.02,
"intermediate_size": 1536,
"label2id": {
"alarm": 0,
"calendar": 1,
"chat": 2,
"check_battery": 3,
"display&brightness": 4,
"health_data": 5,
"open_application": 6,
"stopwatch": 7,
"timer": 8,
"volume": 9
},
"layer_norm_eps": 1e-07,
"max_length": 64,
"max_position_embeddings": 512,
"max_relative_positions": -1,
"model_type": "deberta-v2",
"norm_rel_ebd": "layer_norm",
"num_attention_heads": 6,
"num_hidden_layers": 12,
"pad_token_id": 0,
"padding": "max_length",
"pooler_dropout": 0,
"pooler_hidden_act": "gelu",
"pooler_hidden_size": 384,
"pos_att_type": [
"p2c",
"c2p"
],
"position_biased_input": false,
"position_buckets": 256,
"relative_attention": true,
"share_att_key": true,
"torch_dtype": "float32",
"transformers_version": "4.29.2",
"type_vocab_size": 0,
"vocab_size": 128100
}