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
- Xet hash:
- e5a9effb85571c133255c5abf9cddbd5955b37622ccdc15703733f3c4a869b69
- Size of remote file:
- 4.86 kB
- SHA256:
- 6552566d51c4c4fc7a5fe36b6f447a6f21f21c4122bfc996541a76b17d9e88ed
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.