Instructions to use Singhoo/denosent-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Singhoo/denosent-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Singhoo/denosent-bert-base", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Singhoo/denosent-bert-base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2c1c1d0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4d2937e12664fff3bb08a4666bc28a2fb881a49e219e3432314f23c886e76a99
size 944767873
|