Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Atul_Kushwaha
/
resume-parser
:latest
39
Downloads
Updated
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.
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.
Cancel
tools
resume-parser:latest
...
/
params
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
}