Spaces:
Sleeping
Sleeping
Shouvik
commited on
Commit
Β·
9e38983
1
Parent(s):
6d36bc0
pushing app codes and dependencies...
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from transformers import (
|
|
13 |
|
14 |
# ββ 1) CONFIG & CHECKPOINT ββββββββββββββββββββββββββββββββββββββββββββββββ
|
15 |
HF_REPO = "shouvik27/LayoutLMv3_T5"
|
16 |
-
CKPT_NAME = "
|
17 |
|
18 |
# 1a) Download the checkpoint dict from your Hub
|
19 |
ckpt_path = hf_hub_download(repo_id=HF_REPO, filename=CKPT_NAME)
|
|
|
13 |
|
14 |
# ββ 1) CONFIG & CHECKPOINT ββββββββββββββββββββββββββββββββββββββββββββββββ
|
15 |
HF_REPO = "shouvik27/LayoutLMv3_T5"
|
16 |
+
CKPT_NAME = "pytorch_model.bin"
|
17 |
|
18 |
# 1a) Download the checkpoint dict from your Hub
|
19 |
ckpt_path = hf_hub_download(repo_id=HF_REPO, filename=CKPT_NAME)
|