kuppuluri commited on
Commit
d26546c
1 Parent(s): 45c51c0

Update README.md

Browse files

The web interface for inference has some encoding issues for Telugu, running the same from the terminal works absolutely fine

Files changed (1) hide show
  1. README.md +1 -1
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)