Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/meta-llama-Llama-3.2-3B-DottedWSD with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-3B")
model = PeftModel.from_pretrained(base_model, "lopentu/meta-llama-Llama-3.2-3B-DottedWSD")This model is a fine-tuned version of meta-llama/Llama-3.2-3B 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.1395 | 0.9997 | 770 | 0.1257 | 0.9473 |
| 0.0797 | 1.9994 | 1540 | 0.1142 | 0.9552 |
| 0.0336 | 2.9991 | 2310 | 0.1419 | 0.9563 |
Base model
meta-llama/Llama-3.2-3B