livinNector commited on
Commit
fe82ca9
1 Parent(s): 2fc3c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -37,9 +37,9 @@ def get_ner(sentence):
37
 
38
  iface = gr.Interface(get_ner,
39
  gr.Textbox(placeholder="Enter sentence here..."),
40
- ["highlight"], description='The 11 languages covered by IndicNER are: Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Tamil, Telugu.',
41
- examples=['लगातार हमलावर हो रहे शिवपाल और राजभर को सपा की दो टूक, चिट्ठी जारी कर कहा- जहां जाना चाहें जा सकते हैं', 'ಶರಣ್ ನೀವು ನೋಡಲೇಬೇಕಾದ ಟಾಪ್ 5 ಕಾಮಿಡಿ ಚಲನಚಿತ್ರಗಳು'], title='IndicNER',
42
- article='IndicNER is a model trained to complete the task of identifying named entities from sentences in Indian languages. Our model is specifically fine-tuned to the 11 Indian languages mentioned above over millions of sentences. The model is then benchmarked over a human annotated testset and multiple other publicly available Indian NER datasets.'
43
  )
44
 
45
  iface.launch(enable_queue=True)
 
37
 
38
  iface = gr.Interface(get_ner,
39
  gr.Textbox(placeholder="Enter sentence here..."),
40
+ ["highlight"], description='NER Specialized for Tamil Language.',
41
+ examples=["முதல்வர் ஸ்டாலின் பட்டமளிப்பு விழாவிற்காக சிதம்பரத்திலுள்ள அண்ணாமலைப் பல்கலைகழகத்திற்கு வருகை தந்தார்.","வல்லவராயன் வந்தியதேவனும் ஆதித்திய கரிகாலனும் கடம்பூருக்குச் சென்றனர். "], title='TaNER',
42
+ article='TaNER is a model developed for NER in Tamil Language'
43
  )
44
 
45
  iface.launch(enable_queue=True)