update app
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ with open("utils/intro.txt", "r") as f:
|
|
| 42 |
st.markdown(intro)
|
| 43 |
|
| 44 |
# Pretraining datasets
|
| 45 |
-
st.subheader("1 - Pretraining datasets
|
| 46 |
st.markdown(
|
| 47 |
f"Preview of some code files from Github repositories in [Github-code dataset]({GITHUB_CODE}):"
|
| 48 |
)
|
|
@@ -72,7 +72,7 @@ if selected_model == "InCoder":
|
|
| 72 |
st.image(INCODER_IMG, caption="Figure 1: InCoder training", width=700)
|
| 73 |
|
| 74 |
# Model evaluation
|
| 75 |
-
st.subheader("3 - Code models evaluation
|
| 76 |
with open("evaluation/intro.txt", "r") as f:
|
| 77 |
intro = f.read()
|
| 78 |
st.markdown(intro)
|
|
|
|
| 42 |
st.markdown(intro)
|
| 43 |
|
| 44 |
# Pretraining datasets
|
| 45 |
+
st.subheader("1 - Pretraining datasets")
|
| 46 |
st.markdown(
|
| 47 |
f"Preview of some code files from Github repositories in [Github-code dataset]({GITHUB_CODE}):"
|
| 48 |
)
|
|
|
|
| 72 |
st.image(INCODER_IMG, caption="Figure 1: InCoder training", width=700)
|
| 73 |
|
| 74 |
# Model evaluation
|
| 75 |
+
st.subheader("3 - Code models evaluation")
|
| 76 |
with open("evaluation/intro.txt", "r") as f:
|
| 77 |
intro = f.read()
|
| 78 |
st.markdown(intro)
|