Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
•
b5d1e6d
1
Parent(s):
3bc676b
Update app.py
Browse files
app.py
CHANGED
@@ -175,8 +175,8 @@ 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 |
|
|
|
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 |
|