Update README.md
Browse filesThe web interface for inference has some encoding issues for Telugu, running the same from the terminal works absolutely fine
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Telugu Question-Answering model trained on Tydiqa dataset from Google
|
2 |
|
3 |
#### How to use
|
4 |
-
|
5 |
```python
|
6 |
from transformers.pipelines import pipeline, AutoModelForQuestionAnswering, AutoTokenizer
|
7 |
model = AutoModelForQuestionAnswering.from_pretrained(model_name)
|
|
|
1 |
# Telugu Question-Answering model trained on Tydiqa dataset from Google
|
2 |
|
3 |
#### How to use
|
4 |
+
Use the below script from your python terminal as the web interface for inference has few encoding issues for Telugu
|
5 |
```python
|
6 |
from transformers.pipelines import pipeline, AutoModelForQuestionAnswering, AutoTokenizer
|
7 |
model = AutoModelForQuestionAnswering.from_pretrained(model_name)
|