PBusienei commited on
Commit
7e5fed2
·
1 Parent(s): 5ec2e5a

Reformatted the references

Browse files
Files changed (1) hide show
  1. app.py +10 -8
app.py CHANGED
@@ -93,15 +93,7 @@ st.markdown("* A few pretrained Sentence Similarity models could be used and pic
93
  st.markdown("* Creating an app that can be multilingual and output the search in users preferred language")
94
 
95
  st.markdown("---")
96
- # References + Resource Links
97
- st.markdown("## Resource Links")
98
 
99
- st.markdown("### References")
100
- #st.markdown("0. My [huggingface model card](https://huggingface.co/amandakonet/climatebert-fact-checking), [adopted Climate FEVER dataset card](https://huggingface.co/datasets/amandakonet/climate_fever_adopted), and [project code on github](https://github.com/amandakonet/climate-change-misinformation)")
101
- st.markdown("1. https://www.sbert.net/examples/applications/semantic-search/README.html")
102
- st.markdown("2. https://www.sbert.net/docs/pretrained-models/msmarco-v3.html")
103
- st.markdown("3. Semantic search [colab](https://colab.research.google.com/drive/12cn5Oo0v3HfQQ8Tv6-ukgxXSmT3zl35A?usp=sharing)")
104
- #st.markdown("4. [ClimateBERT](https://climatebert.ai/), [paper](https://arxiv.org/abs/2110.12010)")
105
 
106
  ## EXAMPLE ###################################################################################################################
107
 
@@ -177,3 +169,13 @@ def main():
177
  if __name__ == "__main__":
178
  main()
179
 
 
 
 
 
 
 
 
 
 
 
 
93
  st.markdown("* Creating an app that can be multilingual and output the search in users preferred language")
94
 
95
  st.markdown("---")
 
 
96
 
 
 
 
 
 
 
97
 
98
  ## EXAMPLE ###################################################################################################################
99
 
 
169
  if __name__ == "__main__":
170
  main()
171
 
172
+ st.markdown("---")
173
+ # References + Resource Links
174
+ st.markdown("## Resource Links")
175
+
176
+ st.markdown("### References")
177
+ #st.markdown("0. My [huggingface model card](https://huggingface.co/amandakonet/climatebert-fact-checking), [adopted Climate FEVER dataset card](https://huggingface.co/datasets/amandakonet/climate_fever_adopted), and [project code on github](https://github.com/amandakonet/climate-change-misinformation)")
178
+ st.markdown("1. https://www.sbert.net/examples/applications/semantic-search/README.html")
179
+ st.markdown("2. https://www.sbert.net/docs/pretrained-models/msmarco-v3.html")
180
+ st.markdown("3. Semantic search [colab](https://colab.research.google.com/drive/12cn5Oo0v3HfQQ8Tv6-ukgxXSmT3zl35A?usp=sharing)")
181
+ #st.markdown("4. [ClimateBERT](https://climatebert.ai/), [paper](https://arxiv.org/abs/2110.12010)")