Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- tab-categorization
|
| 6 |
+
- distilbert
|
| 7 |
+
- text-classification
|
| 8 |
pipeline_tag: text-classification
|
| 9 |
+
widget:
|
| 10 |
+
- text: "OpenAI just launched GPT-4. What's new?"
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# TidyTabs Classifier
|
| 14 |
+
|
| 15 |
+
This model categorizes browser tab titles into useful topic groups like News, Research, Coding, etc. It's based on a fine-tuned DistilBERT model for text classification.
|
| 16 |
+
|
| 17 |
+
## Usage
|
| 18 |
+
|
| 19 |
+
You can query the model directly via the Hugging Face Inference API.
|