Instructions to use Siyam/s61tiny-bert-NLP-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Siyam/s61tiny-bert-NLP-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Siyam/s61tiny-bert-NLP-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Siyam/s61tiny-bert-NLP-model") model = AutoModelForSequenceClassification.from_pretrained("Siyam/s61tiny-bert-NLP-model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1349122 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6552566d51c4c4fc7a5fe36b6f447a6f21f21c4122bfc996541a76b17d9e88ed
size 4856
|