File size: 1,060 Bytes
694eea8
c6312e4
 
 
 
694eea8
4c5c0b0
694eea8
c6312e4
 
 
 
 
 
 
 
 
 
694eea8
 
c6312e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
---
title: IAB Content Taxonomy Classifier
emoji: 🏷️
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: "5.50.0"
app_file: app.py
pinned: true
license: other
tags:
  - iab
  - content-classification
  - text-classification
  - modernbert
  - multilingual
  - adtech
  - brand-safety
---

# IAB Content Taxonomy Classifier

Hierarchical web content classification using a ModernBERT-base encoder
fine-tuned on 33.5 million multilingual domain examples across 26 languages.

**Coverage:** IAB Tech Lab Content Taxonomy 3.0 — 27 Tier-1 · 434 Tier-2 · 217 Tier-3 categories

| Tier | Categories | Test Accuracy |
|------|-----------|---------------|
| Tier 1 | 27 | 98.1% |
| Tier 2 | 434 | 79.8% |
| Tier 3 | 217 | 56.1% |

## Setup

Set `HF_TOKEN` as a Space secret to access the private model weights.
Set `MODEL_REPO` to override the default model repository.

## Security

This Space is **private**. The underlying model weights and training data
are not exposed to Space users. Authentication is managed via HuggingFace
Space access controls.