Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ datasets:
|
|
4 |
- davmel/ka_homonym_disambiguation
|
5 |
language:
|
6 |
- ka
|
|
|
7 |
---
|
8 |
<iframe
|
9 |
src="https://davmel-georgian-homonym-disambiguation.hf.space"
|
@@ -46,5 +47,4 @@ sentence = 'აიღეთ ხელში [MASK], იმუშავეთ მ
|
|
46 |
result = pipe(sentence)
|
47 |
|
48 |
print("The homonym is used as: ", answer_to_english[result[0]['token_str']])
|
49 |
-
print("ომონიმი \"ბარი\" გამოყენებულია როგორც ", answer[result[0]['token_str']])
|
50 |
-
|
|
|
4 |
- davmel/ka_homonym_disambiguation
|
5 |
language:
|
6 |
- ka
|
7 |
+
pipeline_tag: fill-mask
|
8 |
---
|
9 |
<iframe
|
10 |
src="https://davmel-georgian-homonym-disambiguation.hf.space"
|
|
|
47 |
result = pipe(sentence)
|
48 |
|
49 |
print("The homonym is used as: ", answer_to_english[result[0]['token_str']])
|
50 |
+
print("ომონიმი \"ბარი\" გამოყენებულია როგორც ", answer[result[0]['token_str']])
|
|