ash001's picture
Upload folder using huggingface_hub
73fd896 verified
raw
history blame contribute delete
239 Bytes
{
"max_sequence_len": 40,
"top_k_default": 40,
"top_p_default": 0.9,
"temperature_default": 0.85,
"num_words": 6000,
"total_words": 4817,
"notes": "capped vocab + longer context + regularized single LSTM + nucleus sampling"
}