Text Classification
Transformers
Safetensors
English
bert
multi-label
theme_detection
mentorship
entrepreneurship
startup success
json automation
text-embeddings-inference
Instructions to use 4nkh/theme_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 4nkh/theme_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="4nkh/theme_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("4nkh/theme_model") model = AutoModelForSequenceClassification.from_pretrained("4nkh/theme_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,14 @@ pipeline_tag: text-classification
|
|
| 24 |
|
| 25 |
## Dataset Details
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
### Dataset Description
|
| 28 |
|
| 29 |
<!-- Provide a longer summary of what this dataset is. -->
|
|
|
|
| 24 |
|
| 25 |
## Dataset Details
|
| 26 |
|
| 27 |
+
<iframe
|
| 28 |
+
src="https://huggingface.co/datasets/4nkh/theme_data/embed/viewer/default/train"
|
| 29 |
+
frameborder="0"
|
| 30 |
+
width="100%"
|
| 31 |
+
height="560px"
|
| 32 |
+
></iframe>
|
| 33 |
+
|
| 34 |
+
|
| 35 |
### Dataset Description
|
| 36 |
|
| 37 |
<!-- Provide a longer summary of what this dataset is. -->
|