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