Instructions to use snunlp/KR-FinBert-SC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use snunlp/KR-FinBert-SC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="snunlp/KR-FinBert-SC")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("snunlp/KR-FinBert-SC") model = AutoModelForSequenceClassification.from_pretrained("snunlp/KR-FinBert-SC") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
405b74d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d335a3aeee23df209a2c828ddb2bf16342127b77e54e51a67012c902a21e7b14
size 405701129
|