Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,32 @@
|
|
| 1 |
---
|
| 2 |
title: Watsonx Docs Type Classifier
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Watsonx Docs Type Classifier
|
| 3 |
+
emoji: 📄
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.29.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Watsonx Docs Type Classifier
|
| 14 |
+
|
| 15 |
+
Classify IBM Watsonx documentation pages as **conceptual** or **how-to**.
|
| 16 |
+
|
| 17 |
+
## How to use
|
| 18 |
+
|
| 19 |
+
Paste the title and opening text of a documentation page into the text box
|
| 20 |
+
and click **Submit**. The model returns a predicted label and confidence score.
|
| 21 |
+
|
| 22 |
+
## Labels
|
| 23 |
+
|
| 24 |
+
| Label | Meaning |
|
| 25 |
+
|---|---|
|
| 26 |
+
| `conceptual` | Primarily used to understand or look up information |
|
| 27 |
+
| `how-to` | Primarily used to complete a procedure or fix a problem |
|
| 28 |
+
|
| 29 |
+
## Model & Dataset
|
| 30 |
+
|
| 31 |
+
- Model: [itsjhuang/watsonx-docs-type-classifier](https://huggingface.co/itsjhuang/watsonx-docs-type-classifier)
|
| 32 |
+
- Dataset: [itsjhuang/watsonx-docs-document-type](https://huggingface.co/datasets/itsjhuang/watsonx-docs-document-type)
|