Instructions to use TomokiFujihara/luke-japanese-base-lite-offensiveness-estimation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TomokiFujihara/luke-japanese-base-lite-offensiveness-estimation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TomokiFujihara/luke-japanese-base-lite-offensiveness-estimation", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("TomokiFujihara/luke-japanese-base-lite-offensiveness-estimation", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c505fde | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:63c3389d4b0f0650fc41ec64abf8fcecc9b70a7deaad8cf5215dbbdbc983b25a
size 532341340
|