Paper Model RTDETR Fine-Tuned Weights
This repository contains RT_DETR weights fine-tuned on the synthetic dataset generated with the Paper Model project:
- GitHub: Paper Model repository
Usage
from huggingface_hub import hf_hub_download
weights_path = hf_hub_download(
repo_id="frekko/paper_model_rt_detr",
filename="model_name.pt",
)
Classes
Class mapping:
- Header
- Section
- Section Title
- Column
- Banner
- Footer
Trained Models
| Model | Dataset Version | Resolution | Epochs | LR |
|---|---|---|---|---|
1024_0_v1_rt_detr |
V1 | 1024 | 40 | 0.001 |
1024_0_v2_rt_detr |
V2 | 1024 | 60 | 0.001 |
1024_1_v2_rt_detr |
V2 | 1024 | 60 | 1e-4 / 1e-5 |
1024_0_v3_rt_detr |
V3 | 1024 | 60 | 1e-4 / 1e-5 |
Dataset versions correspond to the synthetic dataset generator versions documented in the Paper Model repository: