Yurii Paniv
commited on
Commit
·
c6e073a
1
Parent(s):
0e66f0e
Fix Python syntax highlighting
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ More information needed
|
|
26 |
|
27 |
## How to use
|
28 |
|
29 |
-
```
|
30 |
from transformers import pipeline, AutoTokenizer, AutoModelForQuestionAnswering
|
31 |
model_name = "robinhad/ukrainian-qa"
|
32 |
|
|
|
26 |
|
27 |
## How to use
|
28 |
|
29 |
+
```python
|
30 |
from transformers import pipeline, AutoTokenizer, AutoModelForQuestionAnswering
|
31 |
model_name = "robinhad/ukrainian-qa"
|
32 |
|