fastText
English
topic-classification
How to use from the
Use from the
fastText library
from huggingface_hub import hf_hub_download
import fasttext

model = fasttext.load_model(hf_hub_download("allenai/dolma3-fasttext-weborganizer-topic-classifier", "model.bin"))

Dolma 3 Web Organizer Topic Classifier

A model trained to assign a document to one of the 24 Web Organizer topics. Part of the Dolma 3 pipeline.

Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train allenai/dolma3-fasttext-weborganizer-topic-classifier