Instructions to use liujch1998/vera-stage-a-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use liujch1998/vera-stage-a-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("liujch1998/vera-stage-a-small") model = AutoModel.from_pretrained("liujch1998/vera-stage-a-small") - Notebooks
- Google Colab
- Kaggle
Ctrl+K