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