itsjhuang's picture
Upload README.md with huggingface_hub
04d988a verified
---
title: Watsonx Docs Type Classifier
emoji: ๐Ÿ“„
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: apache-2.0
---
# Watsonx Docs Type Classifier
Classify IBM Watsonx documentation pages as **conceptual** or **how-to**.
## How to use
Paste the title and opening text of a documentation page into the text box
and click **Submit**. The model returns a predicted label and confidence score.
## Labels
| Label | Meaning |
|---|---|
| `conceptual` | Primarily used to understand or look up information |
| `how-to` | Primarily used to complete a procedure or fix a problem |
## Model & Dataset
- Model: [itsjhuang/watsonx-docs-type-classifier](https://huggingface.co/itsjhuang/watsonx-docs-type-classifier)
- Dataset: [itsjhuang/watsonx-docs-document-type](https://huggingface.co/datasets/itsjhuang/watsonx-docs-document-type)