Instructions to use junnyu/structbert-large-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use junnyu/structbert-large-zh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="junnyu/structbert-large-zh")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("junnyu/structbert-large-zh") model = AutoModel.from_pretrained("junnyu/structbert-large-zh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
512e25c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4ec794e64dbd602513dfd6c1a8f8e29354b0ce4a0aa51b7a21988ffbf2e84587
size 1302213171
|