rm table
Browse files
app.py
CHANGED
|
@@ -7,9 +7,6 @@ import streamlit as st
|
|
| 7 |
|
| 8 |
|
| 9 |
GITHUB_CODE = "https://huggingface.co/datasets/lvwerra/github-code"
|
| 10 |
-
HUMANEVAL_IMG = (
|
| 11 |
-
"https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/humaneval_scores.png"
|
| 12 |
-
)
|
| 13 |
MODELS = ["CodeParrot", "InCoder", "CodeGen", "PolyCoder"]
|
| 14 |
GENERATION_MODELS = ["CodeParrot", "InCoder"]
|
| 15 |
|
|
@@ -70,7 +67,6 @@ read_markdown(f"architectures/{selected_model.lower()}.txt")
|
|
| 70 |
# Model evaluation
|
| 71 |
st.subheader("3 - Code models evaluation")
|
| 72 |
read_markdown("evaluation/intro.txt")
|
| 73 |
-
st.image(HUMANEVAL_IMG, caption="Table 1: HumanEval scores", width=600)
|
| 74 |
read_markdown("evaluation/demo_humaneval.txt")
|
| 75 |
|
| 76 |
# Code generation
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
GITHUB_CODE = "https://huggingface.co/datasets/lvwerra/github-code"
|
|
|
|
|
|
|
|
|
|
| 10 |
MODELS = ["CodeParrot", "InCoder", "CodeGen", "PolyCoder"]
|
| 11 |
GENERATION_MODELS = ["CodeParrot", "InCoder"]
|
| 12 |
|
|
|
|
| 67 |
# Model evaluation
|
| 68 |
st.subheader("3 - Code models evaluation")
|
| 69 |
read_markdown("evaluation/intro.txt")
|
|
|
|
| 70 |
read_markdown("evaluation/demo_humaneval.txt")
|
| 71 |
|
| 72 |
# Code generation
|