csv_with_des_onnx / genai_config.json
i-dhilip's picture
Initial Commit
484b30c verified
{
"model": {
"bos_token_id": 1,
"context_length": 512,
"decoder": {
"session_options": {
"log_id": "onnxruntime-genai",
"provider_options": []
},
"filename": "csv_with_des_onnx",
"inputs": {
"input_ids": "input_ids",
"attention_mask": "attention_mask"
},
"outputs": {
"logits": "logits"
},
"head_size": 768,
"hidden_size": 768,
"num_attention_heads": 12,
"num_hidden_layers": 6,
"num_key_value_heads": 12
},
"eos_token_id": 2,
"pad_token_id": 0,
"type": "distilbert",
"vocab_size": 30522
},
"search": {
"diversity_penalty": 0.0,
"do_sample": false,
"early_stopping": true,
"length_penalty": 1.0,
"max_length": 512,
"min_length": 0,
"no_repeat_ngram_size": 0,
"num_beams": 1,
"num_return_sequences": 1,
"past_present_share_buffer": true,
"repetition_penalty": 1.0,
"temperature": 1.0,
"top_k": 1,
"top_p": 1.0
}
}