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