Instructions to use xusenlin/uie-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xusenlin/uie-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="xusenlin/uie-base", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("xusenlin/uie-base", trust_remote_code=True) model = AutoModel.from_pretrained("xusenlin/uie-base", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 26e642597a9ff7163b714614e32e2d90b563f070e30355e22098e7d16e318b3a
- Size of remote file:
- 472 MB
- SHA256:
- 32be889914931873a60d481926e9208625823baa2166d7f1f89359f22f15a778
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.