welcomyou commited on
Commit
ef77b2b
·
verified ·
1 Parent(s): 68e66a8

manifest: standalone repo list

Browse files
Files changed (1) hide show
  1. manifest.json +56 -0
manifest.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "github_repo": "https://github.com/welcomyou/scanindex",
4
+ "standalone_repos": [
5
+ {
6
+ "repo_id": "welcomyou/layoutlmv3-vn-admin-kie",
7
+ "sources": [
8
+ "layoutlmv3_fontgray_norm_final_epoch25"
9
+ ]
10
+ },
11
+ {
12
+ "repo_id": "welcomyou/e5-small-vn-archive-mix50",
13
+ "sources": [
14
+ "archive_models/e5-small-mix50-v2-onnx-fp32"
15
+ ]
16
+ },
17
+ {
18
+ "repo_id": "welcomyou/distilled-protonx-vn-correction-ct2",
19
+ "sources": [
20
+ "distilled_ct2"
21
+ ]
22
+ },
23
+ {
24
+ "repo_id": "welcomyou/lightgbm-vn-page-splitter",
25
+ "sources": [
26
+ "lightgbm_splitter"
27
+ ]
28
+ },
29
+ {
30
+ "repo_id": "welcomyou/doclayout-yolo-onnx-dynamic",
31
+ "sources": [
32
+ "doclayout_yolo_onnx_dynamic",
33
+ "doclayout_yolo_doclaynet_onnx_dynamic"
34
+ ]
35
+ },
36
+ {
37
+ "repo_id": "welcomyou/gmft-tatr-onnx",
38
+ "sources": [
39
+ "gmft_onnx"
40
+ ]
41
+ },
42
+ {
43
+ "repo_id": "welcomyou/docling-tableformer-v1-onnx-stepcache",
44
+ "sources": [
45
+ "docling_tableformer_v1_stepcache_onnx"
46
+ ]
47
+ }
48
+ ],
49
+ "bundle_paths": [
50
+ "orientation"
51
+ ],
52
+ "external_models": {
53
+ "screen_ai": "Google CDN \u2014 fetched by scanindex.core.ocr.screen_ai_downloader",
54
+ "reranker": "BAAI/bge-reranker-v2-m3 \u2014 fetched by sentence_transformers"
55
+ }
56
+ }