Plains Cree Figurative Language
Collection
Models for figurative language detection in Plains Cree: TLM-adapted encoders, CLKD and Silver-SFT student models, and downstream classifiers. • 5 items • Updated
How to use KonradBRG/deberta-v3-base-figurative with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="KonradBRG/deberta-v3-base-figurative") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("KonradBRG/deberta-v3-base-figurative")
model = AutoModelForSequenceClassification.from_pretrained("KonradBRG/deberta-v3-base-figurative", device_map="auto")This model is a fine-tuned version of microsoft/deberta-v3-base on an unknown 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 | Macro F1 | Literal F1 | Idiom F1 | Metaphor F1 | Simile F1 |
|---|---|---|---|---|---|---|---|---|
| 0.7461 | 1.0 | 1425 | 0.3552 | 0.8241 | 0.8282 | 0.9568 | 0.6762 | 0.8352 |
| 0.6193 | 2.0 | 2850 | 0.2795 | 0.8446 | 0.8576 | 0.9637 | 0.6910 | 0.8659 |
| 0.4072 | 3.0 | 4275 | 0.3218 | 0.8726 | 0.8987 | 0.9710 | 0.7352 | 0.8855 |
| 0.3003 | 4.0 | 5700 | 0.3840 | 0.8727 | 0.8941 | 0.9697 | 0.7290 | 0.8980 |
| 0.2481 | 5.0 | 7125 | 0.4906 | 0.8679 | 0.8978 | 0.9711 | 0.7191 | 0.8835 |
| 0.1805 | 6.0 | 8550 | 0.4938 | 0.8700 | 0.9017 | 0.9745 | 0.7207 | 0.8830 |
Base model
microsoft/deberta-v3-base