File size: 1,081 Bytes
d272bab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
{
"_name_or_path": "../results_final/google/canine-s_6_5e-05_0.0_True/checkpoint-852/",
"architectures": [
"CanineForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 57344,
"downsampling_rate": 4,
"eos_token_id": 57345,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "\u05b5",
"1": "\u05b9",
"2": "O",
"3": "\u05b7",
"4": "\u05b0",
"5": "\u05bb",
"6": "\u05b4"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"O": 2,
"\u05b0": 4,
"\u05b4": 6,
"\u05b5": 0,
"\u05b7": 3,
"\u05b9": 1,
"\u05bb": 5
},
"layer_norm_eps": 1e-12,
"local_transformer_stride": 128,
"max_position_embeddings": 16384,
"model_type": "canine",
"num_attention_heads": 12,
"num_hash_buckets": 16384,
"num_hash_functions": 8,
"num_hidden_layers": 12,
"pad_token_id": 0,
"torch_dtype": "float32",
"transformers_version": "4.38.1",
"type_vocab_size": 16,
"upsampling_kernel_size": 4,
"use_cache": true
}
|