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