add more interesting question
Browse files
app.py
CHANGED
|
@@ -32,7 +32,9 @@ written_passage = st.text_area(
|
|
| 32 |
if written_passage:
|
| 33 |
paragraph = written_passage
|
| 34 |
|
| 35 |
-
question = 'How many languages does bert understand?'
|
|
|
|
|
|
|
| 36 |
written_question = st.text_input(
|
| 37 |
'Question used for QA (you can also edit, and experiment with the answers)',
|
| 38 |
question
|
|
|
|
| 32 |
if written_passage:
|
| 33 |
paragraph = written_passage
|
| 34 |
|
| 35 |
+
# question = 'How many languages does bert understand?'
|
| 36 |
+
question = 'How many attention heads does Bert have?'
|
| 37 |
+
|
| 38 |
written_question = st.text_input(
|
| 39 |
'Question used for QA (you can also edit, and experiment with the answers)',
|
| 40 |
question
|