shunk031 commited on
Commit
cffb46b
1 Parent(s): 80af1e9

update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,9 +2,11 @@
2
  license: mit
3
  ---
4
 
5
- # [FIDNetV3](https://github.com/CyberAgentAILab/layout-dm/blob/main/src/trainer/trainer/fid/model.py#L123-L180) from [LayoutDM](https://github.com/CyberAgentAILab/layout-dm)
6
 
7
- ```shell
 
 
8
  from transformers import AutoModel
9
 
10
  model = AutoModel.from_pretrained("shunk031/layoutdm-fidnet-v3-publaynet", trust_remote_code=True)
 
2
  license: mit
3
  ---
4
 
5
+ # FIDNetV3 from LayoutDM
6
 
7
+ [FIDNetV3](https://github.com/CyberAgentAILab/layout-dm/blob/main/src/trainer/trainer/fid/model.py#L123-L180) from [LayoutDM](https://github.com/CyberAgentAILab/layout-dm)
8
+
9
+ ```python
10
  from transformers import AutoModel
11
 
12
  model = AutoModel.from_pretrained("shunk031/layoutdm-fidnet-v3-publaynet", trust_remote_code=True)