Instructions to use Consensus/instructor-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Consensus/instructor-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Consensus/instructor-large") model = AutoModel.from_pretrained("Consensus/instructor-large") - Notebooks
- Google Colab
- Kaggle
| { | |
| "max_seq_length": 512, | |
| "do_lower_case": false | |
| } | |