davmel commited on
Commit
a9a10f7
β€’
1 Parent(s): 2740e43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -7,6 +7,13 @@ language:
7
  ---
8
  This transformer model is fine-tuned to understand by the context of the sentence the definition of the homonym "αƒ‘αƒαƒ αƒ˜" (Transl: "Bari")
9
 
 
 
 
 
 
 
10
  The model identifies 3 definitions: label_0 - "Shovel", label_1 - "Lowland", label_2 - "Cafe-Restaurant."
11
 
 
12
  My fine-tuned transformer model is based on a pre-trained transformer model which was downloaded from: https://huggingface.co/Davit6174/georgian-distilbert-mlm
 
7
  ---
8
  This transformer model is fine-tuned to understand by the context of the sentence the definition of the homonym "αƒ‘αƒαƒ αƒ˜" (Transl: "Bari")
9
 
10
+ It is a simple Transformer model fine-tuned on a hand classified dataset comprising 4800 hand-classified sentences.
11
+
12
+ It shows 95% accuracy on a test set comprising 1200 hand-classified sentences.
13
+
14
+ 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>
15
+
16
  The model identifies 3 definitions: label_0 - "Shovel", label_1 - "Lowland", label_2 - "Cafe-Restaurant."
17
 
18
+
19
  My fine-tuned transformer model is based on a pre-trained transformer model which was downloaded from: https://huggingface.co/Davit6174/georgian-distilbert-mlm