clip-historical-page / config.json
k4tel's picture
Push model using huggingface_hub.
fff3103 verified
{
"avg": true,
"categories": [
"DRAW",
"DRAW_L",
"LINE_HW",
"LINE_P",
"LINE_T",
"PHOTO",
"PHOTO_L",
"TEXT",
"TEXT_HW",
"TEXT_P",
"TEXT_T"
],
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_size": 224,
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"model_name": "ViT-B/16",
"text_feat_dim": 512,
"texts": {
"DRAW": [
"A page with a drawing, map, painting, or schematic with text annotation",
"A drawing, a map, a painting, a sketch, a diagram, a schematic, or a graphic with labels on a document page.",
"A drawing, a map, a painting, a schematic, or a graphic with labels on a document page.",
"A page with a drawing, map, painting, or schematic",
"a drawings or a map or a diagram",
"a drawings or a map or a diagram",
"a drawings or a map or a diagram",
"a drawings or a map or a diagram",
"drawings, maps, paintings, schematics, graphics with labels"
],
"DRAW_L": [
"A page with a drawing or map presented in a table layout or with a legend table",
"A drawing, a map, a painting, a sketch, a diagram, a schematic, or a graphic with an accompanying table or tabular legend on a document page.",
"A drawing, a map, a painting, a schematic, or a graphic with an accompanying table or tabular legend on a document page.",
"A page with a drawing or map presented in a table layout",
"a table or a tabular legend and drawings or a map or a diagram",
"a table and drawings or a map or a diagram",
"a table and a drawings or a map",
"a drawings or a map or a diagram and a table",
"drawings, maps, paintings, schematics, graphics with a table legend, inside a table or form"
],
"LINE_HW": [
"A page with handwritten text in a table layout or a manually filled form",
"A table or a filled form with handwritten text lines on a document page. Such as a filled report",
"A table or a filled form containing handwritten text lines on a document page.",
"A page with handwritten text in a table layout",
"a table or a filled form of handwritten texts on a page",
"a table or a filled form of handwritten texts",
"a handwritten table or a filled form ",
"a table or a filled form of handwritten cells",
"handwritten text lines inside a table or form"
],
"LINE_P": [
"A page with printed text in a table layout or a large printed tabled that takes a whole page",
"A table or a filled form with printed text lines on a document page.",
"A table or a filled form containing printed text lines on a document page.",
"A page with printed text in a table layout",
"a table or a filled form of printed texts on a document page",
"a table or a filled form of printed texts",
"a printed table or a filled form ",
"a table or a filled form of printed cells",
"printed text lines inside a table or form"
],
"LINE_T": [
"A page with typed text in a table layout or a filled with typed text form",
"A table or a filled form with typed text lines on a document page. Such as a filled report",
"A table or a filled form containing typed text lines on a document page.",
"A page with typed text in a table layout",
"a table or a filled form of typed texts on a document page",
"a table or a filled form of typed texts",
"a typed table or a filled form ",
"a table or a filled form of typed cells",
"typed text lines inside a table or form "
],
"PHOTO": [
"A page with a photograph or photographic image with text annotation",
"A photo or a photo cutout with labels attached to a document page. ",
"A photo or a photo cutout attached to a document page.",
"A page with a photograph or photographic image",
"photos or photo cutouts attached to the document page",
"photos or photo cutouts",
"photos on a page",
"photos or photo cutouts",
"photos or cutouts from photos with labels"
],
"PHOTO_L": [
"A page with a photograph presented in a table layout or with a legend table",
"A photo or a photo cutout labeled with an accompanying table or tabular legend on a document page.",
"A photo or a photo cutout with an accompanying table or tabular legend on a document page.",
"A page with a photograph presented in a table layout",
"a table or a tabular legend and photos or photo cutouts on a document page",
"a table and photos or photo cutouts",
"a table and photos",
"photos or photo cutouts and a table",
"photos with a table caption, inside a table or form"
],
"TEXT": [
"A page with mixed handwritten, printed, or typed text such as a previously printed and then manually commented page from a book, a newspaper, or an article",
"A document page with mixed printed and handwritten text styles, such as a newspaper or book cutout with handwritten comments.",
"A document page with mixed printed and handwritten text styles, such as a newspaper or book cutout with handwritten comments.",
"A page with mixed handwritten, printed, or typed text",
"printed and handwritten text styles on a page like a newspaper cutout or a book cutout commented in another way ",
"printed and handwritten text styles on a page",
"printed text and handwritten comment",
"mixed text styles",
"mixed printed and handwritten texts"
],
"TEXT_HW": [
"A page with only handwritten text in paragraphs such as a page from field journals",
"A handwritten plain text, handwritten text paragraphs, or handwritten list items on a document page. Such as a field diary scans and notebook notes.",
"A handwritten plain text, handwritten text paragraphs, or handwritten list items on a document page.",
"A page with only handwritten text in paragraphs",
"a handwritten plain text or handwritten text paragraphs on a page",
"a handwritten plain text page or handwritten text paragraphs",
"a handwritten text",
"a handwritten text page",
"handwritten text page"
],
"TEXT_P": [
"A page with only printed text in paragraphs, lists, and plain text layouts such as a page from an article or a thesis",
"A printed plain text, printed text paragraphs, or printed list items on a document page. Such as a clean book page scan or an article page scan.",
"A printed plain text, printed text paragraphs, or printed list items on a document page.",
"A page with only printed text in paragraphs",
"a printed plain text or printed text paragraphs or printed list items on a document page",
"a printed plain text page or printed text paragraphs",
"a printed text",
"a printed text page",
"printed text page"
],
"TEXT_T": [
"A page with only typed text in paragraphs, lists, and plain text layouts such as a page from an article or a thesis",
"A typed plain text, typed text paragraphs, or typed list items on a document page. Such as an old style field report scans",
"A typed plain text, typed text paragraphs, or typed list items on a document page.",
"A page with only typed text in paragraphs",
"a typed plain text or typed text paragraphs or typed list items on a document page",
"a typed plain text document page or typed text paragraphs",
"a typed text",
"a typed document page",
"typed document page"
]
},
"vision_feat_dim": 224,
"zero_shot": false
}