Spaces:
Runtime error
Runtime error
Commit
·
0ba51ef
1
Parent(s):
079a6ae
Test commit
Browse files
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'
|