File size: 887 Bytes
2074ebd
 
04d988a
2074ebd
04d988a
2074ebd
04d988a
2074ebd
 
04d988a
2074ebd
 
04d988a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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)