dleemiller / finecat-nli-s

huggingface.co
Total runs: 483
24-hour runs: 2
7-day runs: 77
30-day runs: 461
Model's Last Updated: November 01 2025
text-classification

Introduction of finecat-nli-s

Model Details of finecat-nli-s

FineCat-NLI Small

This model is a fine tune of the 68M parameter jhu-clsp/ettin-encoder-68m (ModernBERT architecture), using the dleemiller/FineCat-NLI dataset. This dataset is a compilation of several high quality sources of NLI data, with quality screening and reduction of easy samples in the train split.

This model and dataset specifically targets improving NLI, through high quality sources. The tasksource models are the best checkpoints to start from, although training from ModernBERT is also competitive.

This model is distilled using teacher logits from dleemiller/finecat-nli-l .

NLI Evaluation Results

F1-Micro scores (equivalent to accuracy) for each dataset.

Model finecat mnli mnli_mismatched snli anli_r1 anli_r2 anli_r3 wanli lingnli
MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli 0.8233 0.9121 0.9079 0.8898 0.7960 0.6830 0.6400 0.7700 0.8821
dleemiller/finecat-nli-l 0.8152 0.9088 0.9217 0.9259 0.7400 0.5230 0.5150 0.7424 0.8689
tasksource/ModernBERT-large-nli 0.7959 0.8983 0.9229 0.9188 0.7260 0.5110 0.4925 0.6978 0.8504
dleemiller/finecat-nli-s 0.7865 0.8727 0.8715 0.9087 0.6270 0.4720 0.4258 0.7272 0.7996
dleemiller/ModernCE-large-nli 0.7811 0.9088 0.9205 0.9273 0.6630 0.4860 0.4408 0.6576 0.8566
MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli 0.7642 0.9033 0.9028 0.8866 0.7120 0.5470 0.4950 0.6418 0.8523
cross-encoder/nli-deberta-v3-large 0.7618 0.9019 0.9049 0.9220 0.5300 0.4170 0.3758 0.6548 0.8466
tasksource/ModernBERT-base-nli 0.7595 0.8685 0.8979 0.8915 0.6300 0.4820 0.4192 0.6632 0.8118
dleemiller/ModernCE-base-nli 0.7533 0.8923 0.9035 0.9187 0.5240 0.3950 0.3333 0.6464 0.8282
cross-encoder/nli-deberta-v3-xsmall 0.7269 0.8781 0.8777 0.9164 0.3620 0.3030 0.3183 0.6096 0.8122
dleemiller/EttinX-nli-s 0.7251 0.8765 0.8798 0.9128 0.3360 0.2790 0.3083 0.6234 0.8012
cross-encoder/nli-MiniLM2-L6-H768 0.7119 0.8660 0.8683 0.9137 0.3090 0.2850 0.2867 0.5830 0.7905
dleemiller/EttinX-nli-xs 0.7013 0.8376 0.8380 0.8979 0.2780 0.2840 0.2800 0.5838 0.7521
cross-encoder/nli-distilroberta-base 0.6936 0.8365 0.8398 0.8996 0.2660 0.2810 0.2975 0.5516 0.7516
dleemiller/EttinX-nli-xxs 0.6842 0.7988 0.8047 0.8851 0.2590 0.3060 0.2992 0.5426 0.7018
Usage

Label Map:

  • entailment : 0
  • neutral : 1
  • contradiction : 2
Direct Usage (Sentence Transformers)

First install the Sentence Transformers library:

pip install -U sentence-transformers

Then you can load this model and run inference.

from sentence_transformers import CrossEncoder

# Download from the 🤗 Hub
model = CrossEncoder("dleemiller/finecat-nli-s")
# Get scores for pairs of texts
pairs = [
    ['She was quite young, not more than eighteen.', 'The girls was at least eighteen years old, but not much older. '],
    ['Two men working on something in a shop.', 'Two boys are milking a milk cart.'],
    ['A man in goggle swimming.', 'A man swimming in the water with goggles.'],
    ['The Argentine Grand Prix (Spanish: "Gran Premio de Argentina") was a round of the Formula One championship, held intermittently from to , all at the same autodrome in the Argentine national capital of Buenos Aires. Argentine president Juan Perón was the driving force behind the creation of the circuit, after seeing the success of the country\'s own Juan Manuel Fangio.', 'The Argentine Grand Prix involves the racing of automobiles with four wheels'],
    ['Because of limited resources, local legal services programs are forced to turn away tens of thousands of people with critical legal problems.', 'If the resources were there, it would be unthinkable for these programs to be turning so many people away.'],
]
scores = model.predict(pairs)
print(scores.shape)
# (5, 3)

Runs of dleemiller finecat-nli-s on huggingface.co

483
Total runs
2
24-hour runs
15
3-day runs
77
7-day runs
461
30-day runs

More Information About finecat-nli-s huggingface.co Model

finecat-nli-s huggingface.co

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

dleemiller finecat-nli-s online free

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

dleemiller finecat-nli-s online free url in huggingface.co:

https://huggingface.co/dleemiller/finecat-nli-s

finecat-nli-s install

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

finecat-nli-s install url in huggingface.co:

https://huggingface.co/dleemiller/finecat-nli-s

Url of finecat-nli-s

finecat-nli-s huggingface.co Url

Provider of finecat-nli-s huggingface.co

dleemiller
ORGANIZATIONS

Other API from dleemiller