Instructions to use Norm/ERNIE-Layout-Pytorch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Norm/ERNIE-Layout-Pytorch with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Norm/ERNIE-Layout-Pytorch", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: afl-3.0
|
|
| 4 |
|
| 5 |
# ERNIE-Layout_Pytorch
|
| 6 |
|
| 7 |
-
This is an unofficial Pytorch implementation of [ERNIE-Layout](http://arxiv.org/abs/2210.06155) which is originally released through PaddleNLP.
|
| 8 |
|
| 9 |
|
| 10 |
**Get Ready**
|
|
|
|
| 4 |
|
| 5 |
# ERNIE-Layout_Pytorch
|
| 6 |
|
| 7 |
+
[This repo](https://github.com/NormXU/ERNIE-Layout-Pytorch) is an unofficial Pytorch implementation of [ERNIE-Layout](http://arxiv.org/abs/2210.06155) which is originally released through PaddleNLP.
|
| 8 |
|
| 9 |
|
| 10 |
**Get Ready**
|