zypchn/rel-cls-tr
Viewer • Updated • 6.18k • 15
How to use zypchn/mluke-finetuned-tr with Transformers:
# Load model directly
from transformers import AutoTokenizer, LukeForEntityPairClassification
tokenizer = AutoTokenizer.from_pretrained("zypchn/mluke-finetuned-tr")
model = LukeForEntityPairClassification.from_pretrained("zypchn/mluke-finetuned-tr", device_map="auto")This model is a fine-tuned version of studio-ousia/mluke-base on zypchn/rel-cls-tr 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 | F1 Micro | F1 Macro |
|---|---|---|---|---|---|---|
| 0.8959 | 1.0 | 164 | 0.3429 | 0.8904 | 0.8904 | 0.8844 |
| 0.2512 | 2.0 | 328 | 0.2707 | 0.9162 | 0.9162 | 0.9162 |
| 0.1439 | 3.0 | 492 | 0.2502 | 0.9280 | 0.9280 | 0.9272 |
| 0.0807 | 4.0 | 656 | 0.2737 | 0.9259 | 0.9259 | 0.9241 |
| 0.0502 | 5.0 | 820 | 0.2824 | 0.9270 | 0.9270 | 0.9263 |
Base model
studio-ousia/mluke-base