Instructions to use LDKSolutions/KR-cryptobert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LDKSolutions/KR-cryptobert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LDKSolutions/KR-cryptobert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LDKSolutions/KR-cryptobert-base") model = AutoModelForSequenceClassification.from_pretrained("LDKSolutions/KR-cryptobert-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ef6432b
Update README.md 28f9612
Update README.md a2d066e
Update README.md 7a6c4be
Update README.md e145ed9
Upload 6 files c7f151b
initial commit a003955
Kim commited on