abhilash1910 commited on
Commit
0ba51ef
1 Parent(s): 079a6ae

Test commit

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -40,6 +40,8 @@ QA_inp={
40
 
41
  result=nlp_QA(QA_inp)
42
  '''
 
 
43
  question='How many parameters does Bert large have?'
44
  context='Bert large is really big... it has 24 layers, for a total of 340M parameters.Altogether it is 1.34 GB so expect it to take a couple minutes to download to your Colab instance.'
45
  title = 'Question Answering demo with Albert QA transformer and gradio'
 
40
 
41
  result=nlp_QA(QA_inp)
42
  '''
43
+
44
+
45
  question='How many parameters does Bert large have?'
46
  context='Bert large is really big... it has 24 layers, for a total of 340M parameters.Altogether it is 1.34 GB so expect it to take a couple minutes to download to your Colab instance.'
47
  title = 'Question Answering demo with Albert QA transformer and gradio'