amandakonet commited on
Commit
5f194a6
·
1 Parent(s): fedacac
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -37,7 +37,7 @@ st.markdown("However, many of the proposed solutions above require adoption of b
37
  st.markdown("### How can Transformers Help?")
38
 
39
  # fever dataset
40
- # entailment/contradiction/neutral adoption to support/refute/n.e.i.
41
  # extention to climate -climatefever
42
 
43
  # section 4: The process
@@ -68,8 +68,11 @@ st.markdown("* evidence *refutes* (contradicts) claim")
68
  st.markdown("* evidence *does not provide enough info to support or refute* (neutral) claim")
69
  st.markdown("For this project, I fine-tuned 3 different models on the text entailment task.")
70
 
71
- st.markdown("")
72
 
 
 
 
73
 
74
 
75
  # section 6: analysis
 
37
  st.markdown("### How can Transformers Help?")
38
 
39
  # fever dataset
40
+ # natural language inference (nli) entailment/contradiction/neutral adoption to support/refute/n.e.i.
41
  # extention to climate -climatefever
42
 
43
  # section 4: The process
 
68
  st.markdown("* evidence *does not provide enough info to support or refute* (neutral) claim")
69
  st.markdown("For this project, I fine-tuned 3 different models on the text entailment task.")
70
 
71
+ st.markdown("**Model 1: [DistilRoBERTa](https://huggingface.co/distilroberta-base)")
72
 
73
+ st.markdown("**Model 2: [ClimateBERT](https://huggingface.co/climatebert/distilroberta-base-climate-f)")
74
+
75
+ st.markdown("**Model 3: [RoBERTa Fine-tuned on NLI Task](https://huggingface.co/ynie/roberta-large-snli_mnli_fever_anli_R1_R2_R3-nli)")
76
 
77
 
78
  # section 6: analysis