Hiro-Layout / config.json
GradientDescentMe's picture
Remove library metadata for Hub download tracking
f0991d7
Raw
History Blame Contribute Delete
1.41 kB
{
"model_type": "hiro-layout",
"architectures": [
"RT-DETR"
],
"task": "object-detection",
"model_file": "layout_model/RT-DETR_25.onnx",
"label_file": "labels.json",
"num_labels": 25,
"id2label": {
"0": "graph",
"1": "drawing",
"2": "structure diagram",
"3": "photograph",
"4": "table",
"5": "math equation",
"6": "chemical formula",
"7": "noise",
"8": "text",
"9": "title",
"10": "section title",
"11": "page header",
"12": "page footer",
"13": "marginal note",
"14": "caption",
"15": "figure number",
"16": "line number",
"17": "column number",
"18": "sequence",
"19": "figure complex",
"20": "chemical reaction",
"21": "bibliography",
"22": "search report",
"23": "Table of Contents",
"24": "reference"
},
"label2id": {
"graph": 0,
"drawing": 1,
"structure diagram": 2,
"photograph": 3,
"table": 4,
"math equation": 5,
"chemical formula": 6,
"noise": 7,
"text": 8,
"title": 9,
"section title": 10,
"page header": 11,
"page footer": 12,
"marginal note": 13,
"caption": 14,
"figure number": 15,
"line number": 16,
"column number": 17,
"sequence": 18,
"figure complex": 19,
"chemical reaction": 20,
"bibliography": 21,
"search report": 22,
"Table of Contents": 23,
"reference": 24
}
}