Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
|
|
3 |
|
4 |
st.markdown("# π Auto-generating Question-Answering Datasets with Domain-Specific Knowledge for Language Models in Scientific Tasks", unsafe_allow_html=True)
|
5 |
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
+
from TransformationQA_ZongqianLi.transformationqa import create_qa_database
|
4 |
|
5 |
st.markdown("# π Auto-generating Question-Answering Datasets with Domain-Specific Knowledge for Language Models in Scientific Tasks", unsafe_allow_html=True)
|
6 |
|