Weave Local Scorers
Collection
Locally runnable models as described in the Weave documentation here: https://weave-docs.wandb.ai/guides/evaluation/weave_local_scorers • 7 items • Updated
How to use wandb/WeaveContextRelevanceScorerV1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="wandb/WeaveContextRelevanceScorerV1") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("wandb/WeaveContextRelevanceScorerV1")
model = AutoModelForTokenClassification.from_pretrained("wandb/WeaveContextRelevanceScorerV1")This model is a fine-tuned version of tasksource/deberta-base-long-nli on an unknown dataset.
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.2041 | 0.0 | 0.0 | 0.0 | 0.0 |
Base model
microsoft/deberta-v3-base