update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,11 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
#
|
6 |
|
7 |
-
|
|
|
|
|
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)
|