Update README.md
Browse files
README.md
CHANGED
@@ -89,3 +89,16 @@ predictions = processor.batch_decode(predicted_ids)
|
|
89 |
print('Predictions:')
|
90 |
print(predictions)
|
91 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
print('Predictions:')
|
90 |
print(predictions)
|
91 |
```
|
92 |
+
|
93 |
+
## Cite this work
|
94 |
+
|
95 |
+
```
|
96 |
+
@misc {smoliakov_2025,
|
97 |
+
author = { {Smoliakov} },
|
98 |
+
title = { w2v-bert-uk-v2.1 (Revision 094c59d) },
|
99 |
+
year = 2025,
|
100 |
+
url = { https://huggingface.co/Yehor/w2v-bert-uk-v2.1 },
|
101 |
+
doi = { 10.57967/hf/4554 },
|
102 |
+
publisher = { Hugging Face }
|
103 |
+
}
|
104 |
+
```
|