amandakonet commited on
Commit
e40ec72
1 Parent(s): 5c792f0

update ref

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -222,6 +222,8 @@ with torch.no_grad():
222
 
223
  st.write("**The true label is**", true_label)
224
 
 
 
225
  # section 6: analysis
226
  st.markdown("## Critical Analysis")
227
  st.markdown("What else could we do?")
@@ -234,7 +236,7 @@ st.markdown("* In the complete pipeline (from user input to final output), we co
234
  st.markdown("## Resource Links")
235
 
236
  st.markdown("### References")
237
- st.markdown("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)")
238
  st.markdown("1. https://www.carbonbrief.org/guest-post-how-climate-change-misinformation-spreads-online")
239
  st.markdown("2. https://www.brookings.edu/research/how-to-combat-fake-news-and-disinformation/")
240
  st.markdown("3. Climate FEVER [paper](https://arxiv.org/abs/2012.00614), [huggingface repo](https://huggingface.co/datasets/climate_fever), and [github](https://github.com/huggingface/datasets/tree/master/datasets/climate_fever)")
 
222
 
223
  st.write("**The true label is**", true_label)
224
 
225
+ st.write("Check out my github repository to try out custom claim and evidence pairs, linked under references.")
226
+
227
  # section 6: analysis
228
  st.markdown("## Critical Analysis")
229
  st.markdown("What else could we do?")
 
236
  st.markdown("## Resource Links")
237
 
238
  st.markdown("### References")
239
+ 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)")
240
  st.markdown("1. https://www.carbonbrief.org/guest-post-how-climate-change-misinformation-spreads-online")
241
  st.markdown("2. https://www.brookings.edu/research/how-to-combat-fake-news-and-disinformation/")
242
  st.markdown("3. Climate FEVER [paper](https://arxiv.org/abs/2012.00614), [huggingface repo](https://huggingface.co/datasets/climate_fever), and [github](https://github.com/huggingface/datasets/tree/master/datasets/climate_fever)")