Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/microsoft-deberta-v3-large-DottedWSD with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lopentu/microsoft-deberta-v3-large-DottedWSD") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lopentu/microsoft-deberta-v3-large-DottedWSD")
model = AutoModelForSequenceClassification.from_pretrained("lopentu/microsoft-deberta-v3-large-DottedWSD")This model is a fine-tuned version of microsoft/deberta-v3-large 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.1537 | 0.9997 | 770 | 0.1504 | 0.9383 |
| 0.1285 | 1.9994 | 1540 | 0.1323 | 0.9470 |
| 0.1199 | 2.9991 | 2310 | 0.1370 | 0.9474 |
Base model
microsoft/deberta-v3-large