Instructions to use braindao/e5-large-instruct-language-identifier-en-es-ko-zh-fastc-lr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use braindao/e5-large-instruct-language-identifier-en-es-ko-zh-fastc-lr with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("braindao/e5-large-instruct-language-identifier-en-es-ko-zh-fastc-lr", device_map="auto") - Notebooks
- Google Colab
- Kaggle