cnmoro / domain-labeler-enpt

huggingface.co
Total runs: 15
24-hour runs: 1
7-day runs: -4
30-day runs: -2
Model's Last Updated: June 27 2026
text-classification

Introduction of domain-labeler-enpt

Model Details of domain-labeler-enpt

Domain Labeler EN-PT (Two-Stream MLP)

Bilingual (EN+PT) domain classifier using a two-stream MLP with gated fusion of inference-free SPLADE sparse features + static Nomic dense features.

Based on NeuML/domain-labeler and trained on a merged bilingual version of NeuML/wikipedia-domain-labels .

Performance
Metric Value
Test accuracy 84.5%
Classes 67
Training samples 159,041 (EN + PT)
Architecture Two-Stream MLP, gated fusion
Feature dims 30,522 (sparse) + 384 (dense)
Usage
from transformers import AutoModel

model = AutoModel.from_pretrained("cnmoro/domain-labeler-enpt", trust_remote_code=True)

# Single prediction (Portuguese)
model.predict("O Google Chrome é um navegador web")
# → ["computer_science_and_technology"]

# Single prediction (English)
model.predict("Edward Gein was an American murderer")
# → ["history"]

# Batch
texts = [
    "O universo é vasto e cheio de estrelas",
    "This is a movie review of a great film",
]
model.predict(texts)
# → ["astronomy", "movie"]

# With probabilities
model.predict_proba("A história do Brasil")
# → [{"history": 0.93, "movie": 0.04, "geography": 0.01}]
Architecture
  1. Sparse features : cnmoro/inference-free-splade-co-condenser-en-ptbr-v2 → 30,522-dim sparse SPLADE vectors
  2. Dense features : cnmoro/static-nomic-384-pten-v2 → 384-dim static embeddings
  3. Two-Stream MLP : Separate projection heads for each modality, gated fusion, then classifier head
Attribution

Runs of cnmoro domain-labeler-enpt on huggingface.co

15
Total runs
1
24-hour runs
0
3-day runs
-4
7-day runs
-2
30-day runs

More Information About domain-labeler-enpt huggingface.co Model

More domain-labeler-enpt license Visit here:

https://choosealicense.com/licenses/apache-2.0

domain-labeler-enpt huggingface.co

domain-labeler-enpt huggingface.co is an AI model on huggingface.co that provides domain-labeler-enpt's model effect (), which can be used instantly with this cnmoro domain-labeler-enpt model. huggingface.co supports a free trial of the domain-labeler-enpt model, and also provides paid use of the domain-labeler-enpt. Support call domain-labeler-enpt model through api, including Node.js, Python, http.

domain-labeler-enpt huggingface.co Url

https://huggingface.co/cnmoro/domain-labeler-enpt

cnmoro domain-labeler-enpt online free

domain-labeler-enpt huggingface.co is an online trial and call api platform, which integrates domain-labeler-enpt's modeling effects, including api services, and provides a free online trial of domain-labeler-enpt, you can try domain-labeler-enpt online for free by clicking the link below.

cnmoro domain-labeler-enpt online free url in huggingface.co:

https://huggingface.co/cnmoro/domain-labeler-enpt

domain-labeler-enpt install

domain-labeler-enpt is an open source model from GitHub that offers a free installation service, and any user can find domain-labeler-enpt on GitHub to install. At the same time, huggingface.co provides the effect of domain-labeler-enpt install, users can directly use domain-labeler-enpt installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

domain-labeler-enpt install url in huggingface.co:

https://huggingface.co/cnmoro/domain-labeler-enpt

Url of domain-labeler-enpt

domain-labeler-enpt huggingface.co Url

Provider of domain-labeler-enpt huggingface.co

cnmoro
ORGANIZATIONS

Other API from cnmoro

huggingface.co

Total runs: 43
Run Growth: 19
Growth Rate: 44.19%
Updated:April 09 2026
huggingface.co

Total runs: 4
Run Growth: -2
Growth Rate: -50.00%
Updated:January 14 2025