Views
No views yet
| Folder | Stage | Files |
|---|---|---|
section_p1/ | Section heading detection | best_model_line_minilm.pt, best_model_line_minilm_int8.pt |
section_p2/ | Section classification | best_model.pt, best_model_int8.pt |
education_phase1_segment/ | Education phrase segmentation | best_model.pt, best_model_int8.pt |
education_phase2_divider/ | Education entry boundaries | best_model.pt, best_model_int8.pt |
education_phase3_classify/ | Education field classification | best_model.pt, best_model_int8.pt |
experience_phase1_segment/ | Experience phrase segmentation | best_model.pt, best_model_int8.pt |
experience_phase2_divider/ | Experience entry boundaries | best_model.pt, best_model_int8.pt |
experience_phase3_classify/ | Experience field classification | best_model.pt, best_model_int8.pt |
project_phase1_segment/ | Project phrase segmentation | best_model.pt, best_model_int8.pt |
project_phase2_divider/ | Project entry boundaries | best_model.pt, best_model_int8.pt |
project_phase3_classify/ | Project field classification | best_model.pt, best_model_int8.pt |
skills_classify/ | Skills BIO tagging | best_model.pt, best_model_int8.pt |
personal_classify/ | Personal info BIO tagging | best_model.pt, best_model_int8.pt |
best_model.pt = FP32 checkpoint. best_model_int8.pt = quantized (smaller, faster, slightly
lower accuracy). Folder layout matches model_weights/<stage>/ in the code repo exactly — no
renaming needed to use these.1git clone https://github.com/karan-963/parselex
2cd parselex/model_weights
3python3 download.py # pulls this repo via huggingface_hub, extracts into place1from huggingface_hub import snapshot_download
2snapshot_download(repo_id="karan963/parselex-weights", local_dir="model_weights")<arXiv link — filled in once submitted>LICENSE.