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