param-bharat/scorers-nli
Viewer • Updated • 13.6M • 21
How to use param-bharat/ModernBERT-base-nli-scorer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="param-bharat/ModernBERT-base-nli-scorer") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("param-bharat/ModernBERT-base-nli-scorer")
model = AutoModelForSequenceClassification.from_pretrained("param-bharat/ModernBERT-base-nli-scorer")This model is a fine-tuned version of answerdotai/ModernBERT-base on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.0185 | 0.5044 | 0.5297 | 0.5418 | 0.5297 |
| 0.0135 | 0.4999 | 6630 | 0.0150 | 0.7539 | 0.755 | 0.7582 | 0.755 |
| 0.0108 | 0.9998 | 13260 | 0.0108 | 0.8539 | 0.8539 | 0.8540 | 0.8539 |
| 0.0109 | 1.4998 | 19890 | 0.0113 | 0.8492 | 0.8493 | 0.8496 | 0.8493 |
| 0.0103 | 1.9997 | 26520 | 0.0103 | 0.8641 | 0.8641 | 0.8641 | 0.8641 |
| 0.0099 | 2.4996 | 33150 | 0.0109 | 0.8575 | 0.8579 | 0.8630 | 0.8579 |
| 0.0095 | 2.9995 | 39780 | 0.0103 | 0.8686 | 0.8686 | 0.8686 | 0.8686 |
| 0.0092 | 3.4995 | 46410 | 0.0101 | 0.8700 | 0.87 | 0.8700 | 0.87 |
| 0.0094 | 3.9994 | 53040 | 0.0097 | 0.8751 | 0.8751 | 0.8751 | 0.8751 |
| 0.0095 | 4.4993 | 59670 | 0.0105 | 0.8664 | 0.8664 | 0.8664 | 0.8664 |
| 0.0086 | 4.9992 | 66300 | 0.0101 | 0.8717 | 0.8717 | 0.8717 | 0.8717 |
Base model
answerdotai/ModernBERT-base