Instructions to use hustcw/clap-asm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hustcw/clap-asm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hustcw/clap-asm", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hustcw/clap-asm", trust_remote_code=True) model = AutoModel.from_pretrained("hustcw/clap-asm", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Missing tokens
#2 opened 6 months ago
by
Nguyen-BangVu
Problems with last_hidden_state
3
#1 opened about 2 years ago
by
joaogomes24