Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ class AIEvaluationForm:
|
|
70 |
"Tabular",
|
71 |
],
|
72 |
label="Input modalities (select all that apply)",
|
73 |
-
value=["Text
|
74 |
info="input modalities supported by the system"
|
75 |
)
|
76 |
|
@@ -83,7 +83,7 @@ class AIEvaluationForm:
|
|
83 |
"Tabular",
|
84 |
],
|
85 |
label="Output Modalities (select all that apply)",
|
86 |
-
value=["Text
|
87 |
info="output modalities supported by the system"
|
88 |
)
|
89 |
|
@@ -414,8 +414,9 @@ class AIEvaluationForm:
|
|
414 |
"StarCoder2", # name
|
415 |
"BigCode", # provider
|
416 |
"https://huggingface.co/bigcode/starcoder2-15b", # url
|
417 |
-
"
|
418 |
-
["Text
|
|
|
419 |
]
|
420 |
# Add default values for evaluation sections (all N/A initially)
|
421 |
remaining_defaults = []
|
|
|
70 |
"Tabular",
|
71 |
],
|
72 |
label="Input modalities (select all that apply)",
|
73 |
+
value=["Text"],
|
74 |
info="input modalities supported by the system"
|
75 |
)
|
76 |
|
|
|
83 |
"Tabular",
|
84 |
],
|
85 |
label="Output Modalities (select all that apply)",
|
86 |
+
value=["Text"],
|
87 |
info="output modalities supported by the system"
|
88 |
)
|
89 |
|
|
|
414 |
"StarCoder2", # name
|
415 |
"BigCode", # provider
|
416 |
"https://huggingface.co/bigcode/starcoder2-15b", # url
|
417 |
+
"Generative Model", # type
|
418 |
+
["Text"] # input modalities
|
419 |
+
["Text"] # output modalities
|
420 |
]
|
421 |
# Add default values for evaluation sections (all N/A initially)
|
422 |
remaining_defaults = []
|