File size: 857 Bytes
a5498fe 85d723c e28d108 2740e43 182ba0a a9a10f7 2740e43 e28d108 a9a10f7 e28d108 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
datasets:
- davmel/ka_homonym_disambiguation
language:
- ka
---
This transformer model is fine-tuned to understand by the context of the sentence the definition of the homonym "ბარი" (Transl: "Bari")
It is a simple Transformer model fine-tuned on a dataset comprising 4800 hand-classified sentences.
It shows 95% accuracy on a test set comprising 1200 hand-classified sentences.
The original 6000 sentences were split into 80% training data and 20% testing data. <a href="https://huggingface.co/datasets/davmel/ka_homonym_disambiguation">link to dataset</a>
The model identifies 3 definitions: label_0 - "Shovel", label_1 - "Lowland", label_2 - "Cafe-Restaurant."
My fine-tuned transformer model is based on a pre-trained transformer model which was downloaded from: https://huggingface.co/Davit6174/georgian-distilbert-mlm |