39 1 month ago

A high-precision resume parsing model built on top of LLaMA 3.1 using Ollama. This model extracts structured information from raw resume text and returns clean, schema-based JSON.

tools
065e4f42fabd · 192B
{
"num_ctx": 2048,
"num_gpu": 99,
"num_predict": 1500,
"repeat_penalty": 1.1,
"stop": [
"<|start_header_id|>",
"<|end_header_id|>",
"<|eot_id|>"
],
"temperature": 0,
"top_p": 0.9
}