Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/microsoft-deberta-v3-base-DottedWSD with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lopentu/microsoft-deberta-v3-base-DottedWSD") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lopentu/microsoft-deberta-v3-base-DottedWSD")
model = AutoModelForSequenceClassification.from_pretrained("lopentu/microsoft-deberta-v3-base-DottedWSD")This model is a fine-tuned version of microsoft/deberta-v3-base 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.2097 | 0.9997 | 770 | 0.2008 | 0.9192 |
| 0.1788 | 1.9994 | 1540 | 0.1788 | 0.9273 |
| 0.1852 | 2.9990 | 2310 | 0.1790 | 0.9275 |
Base model
microsoft/deberta-v3-base