Ibrahim3240 commited on
Commit
29b9fab
·
verified ·
1 Parent(s): dca040c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
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.