Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/gemma-2-2b-DottedWSD with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("google/gemma-2-2b")
model = PeftModel.from_pretrained(base_model, "lopentu/gemma-2-2b-DottedWSD")This model is a fine-tuned version of google/gemma-2-2b 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.1581 | 0.9997 | 770 | 0.1353 | 0.9444 |
| 0.1096 | 1.9994 | 1540 | 0.1188 | 0.9515 |
| 0.0538 | 2.9991 | 2310 | 0.1367 | 0.9537 |
Base model
google/gemma-2-2b