Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with st.sidebar:
|
|
51 |
st.markdown("## About")
|
52 |
st.markdown('''
|
53 |
This is a tool to classify paper citations into different levels based on their number of citations.
|
54 |
-
Powered by Fine-Tuned [Longformer model](https://huggingface.co/
|
55 |
''')
|
56 |
st.markdown("### Class Levels:")
|
57 |
st.markdown("- Level 1: Highly cited papers")
|
|
|
51 |
st.markdown("## About")
|
52 |
st.markdown('''
|
53 |
This is a tool to classify paper citations into different levels based on their number of citations.
|
54 |
+
Powered by Fine-Tuned [Longformer model](https://huggingface.co/Reem333/Citaion-Classifier) with custom data.
|
55 |
''')
|
56 |
st.markdown("### Class Levels:")
|
57 |
st.markdown("- Level 1: Highly cited papers")
|