Instructions to use jiiyy/classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jiiyy/classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jiiyy/classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jiiyy/classifier") model = AutoModelForSequenceClassification.from_pretrained("jiiyy/classifier") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
@@ -12,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# classifier
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: kykim/bert-kor-base
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
|
|
| 12 |
|
| 13 |
# classifier
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [kykim/bert-kor-base](https://huggingface.co/kykim/bert-kor-base) on an unknown dataset.
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|