Instructions to use boapps/kmdb_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boapps/kmdb_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="boapps/kmdb_classification_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("boapps/kmdb_classification_model") model = AutoModelForSequenceClassification.from_pretrained("boapps/kmdb_classification_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Klasszifikációs modell a [kmdb_classification](https://huggingface.co/datasets/boapps/kmdb_classification) adathalmazon
|
| 2 |
|
| 3 |
### Használat:
|
| 4 |
|
|
|
|
| 1 |
+
Klasszifikációs modell: a [kmdb_classification](https://huggingface.co/datasets/boapps/kmdb_classification) adathalmazon lett finomhangolva a huBERT modell. A klasszifikáció cím és leírás (lead) alapján történik.
|
| 2 |
|
| 3 |
### Használat:
|
| 4 |
|