Instructions to use xunge/haformer-base-bin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xunge/haformer-base-bin with Transformers:
# Load model directly from transformers import AutoTokenizer, HaformerFuncForFinetuneAHA tokenizer = AutoTokenizer.from_pretrained("xunge/haformer-base-bin") model = HaformerFuncForFinetuneAHA.from_pretrained("xunge/haformer-base-bin", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 7 months ago
by
SFconvertbot