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
| { | |
| "__version__": { | |
| "sentence_transformers": "2.2.0", | |
| "transformers": "4.7.0", | |
| "pytorch": "1.9.0+cu102" | |
| } | |
| } | |