Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/microsoft-deberta-v3-small-DottedWSD with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lopentu/microsoft-deberta-v3-small-DottedWSD") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lopentu/microsoft-deberta-v3-small-DottedWSD")
model = AutoModelForSequenceClassification.from_pretrained("lopentu/microsoft-deberta-v3-small-DottedWSD")This model is a fine-tuned version of microsoft/deberta-v3-small 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.2649 | 0.9997 | 770 | 0.2550 | 0.8982 |
| 0.23 | 1.9994 | 1540 | 0.2428 | 0.8981 |
| 0.2417 | 2.9990 | 2310 | 0.2385 | 0.9006 |
Base model
microsoft/deberta-v3-small