Instructions to use Bachstelze/instructionBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bachstelze/instructionBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Bachstelze/instructionBERT") model = AutoModelForSeq2SeqLM.from_pretrained("Bachstelze/instructionBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
19a7a73 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b8575c4fcac97f746ed06d2bde14bf62daf91cf3b33992dfbc8424017f2bf184
size 1598345
|