Spaces:
Running
Running
jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with st.expander("Aim and Objectives"):
|
|
144 |
# System Details
|
145 |
with st.expander("How does the system work?"):
|
146 |
st.write("""
|
147 |
-
The system is trained using
|
148 |
It achieves an accuracy of 0.9964 with a validation loss of 0.094.
|
149 |
""")
|
150 |
|
|
|
144 |
# System Details
|
145 |
with st.expander("How does the system work?"):
|
146 |
st.write("""
|
147 |
+
The system is trained using deep learning model on a dataset of 140,546 paragraphs, varying in length from 10 to 1090 words.
|
148 |
It achieves an accuracy of 0.9964 with a validation loss of 0.094.
|
149 |
""")
|
150 |
|