Instructions to use mmukh/SOBertBase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mmukh/SOBertBase with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mmukh/SOBertBase", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 79 Bytes
9edf289 | 1 2 3 4 5 | {
"model_max_length": 2048,
"tokenizer_class": "PreTrainedTokenizerFast"
}
|