Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
•
3bc676b
1
Parent(s):
116f2f9
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,10 @@ st.markdown("My work focuses on step 3 of the process: Training a transformer mo
|
|
173 |
st.markdown("* evidence *supports* (entails) claim")
|
174 |
st.markdown("* evidence *refutes* (contradicts) claim")
|
175 |
st.markdown("* evidence *does not provide enough info to support or refute* (neutral) claim")
|
|
|
176 |
st.markdown("For this project, I fine-tune ClimateBERT (4) on the text entailment task")
|
|
|
|
|
177 |
|
178 |
## EXAMPLE ###################################################################################################################
|
179 |
|
|
|
173 |
st.markdown("* evidence *supports* (entails) claim")
|
174 |
st.markdown("* evidence *refutes* (contradicts) claim")
|
175 |
st.markdown("* evidence *does not provide enough info to support or refute* (neutral) claim")
|
176 |
+
|
177 |
st.markdown("For this project, I fine-tune ClimateBERT (4) on the text entailment task")
|
178 |
+
st.markdown("*ClimateBERT is a domain-adapted DistilRoBERTa model")
|
179 |
+
st.markdown("Corpus used has ~1.7M climate-related passages taken from news articles, research abstracts, and corporate climate reports")
|
180 |
|
181 |
## EXAMPLE ###################################################################################################################
|
182 |
|