Instructions to use Najongs/ability_classification_kr_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Najongs/ability_classification_kr_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Najongs/ability_classification_kr_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Najongs/ability_classification_kr_bert") model = AutoModelForSequenceClassification.from_pretrained("Najongs/ability_classification_kr_bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,3 +3,5 @@ license: other
|
|
| 3 |
license_name: kykim-bert-kor-base
|
| 4 |
license_link: https://huggingface.co/kykim/bert-kor-base
|
| 5 |
---
|
|
|
|
|
|
|
|
|
| 3 |
license_name: kykim-bert-kor-base
|
| 4 |
license_link: https://huggingface.co/kykim/bert-kor-base
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
model for onlab category extraction
|