Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/MoritzLaurer-mDeBERTa-v3-base-mnli-xnli-DottedWSD with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lopentu/MoritzLaurer-mDeBERTa-v3-base-mnli-xnli-DottedWSD") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lopentu/MoritzLaurer-mDeBERTa-v3-base-mnli-xnli-DottedWSD")
model = AutoModelForSequenceClassification.from_pretrained("lopentu/MoritzLaurer-mDeBERTa-v3-base-mnli-xnli-DottedWSD")This model is a fine-tuned version of MoritzLaurer/mDeBERTa-v3-base-mnli-xnli on the None 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 | Accuracy |
|---|---|---|---|---|
| 0.1602 | 0.9997 | 770 | 0.1496 | 0.9379 |
| 0.1105 | 1.9994 | 1540 | 0.1295 | 0.9477 |
| 0.1082 | 2.9990 | 2310 | 0.1333 | 0.9491 |
Base model
MoritzLaurer/mDeBERTa-v3-base-mnli-xnli