Spaces:
Running
Running
Update app.py (#6)
Browse files- Update app.py (a2ded755e8e43a430851a13e60b7f7b763763230)
Co-authored-by: Jeba Sania <jebasania@users.noreply.huggingface.co>
app.py
CHANGED
@@ -427,9 +427,12 @@ class AIEvaluationForm:
|
|
427 |
"""Load example data for StarCoder2-like system"""
|
428 |
example_data = [
|
429 |
"StarCoder2", # name
|
430 |
-
"BigCode", # provider
|
|
|
|
|
431 |
"https://huggingface.co/bigcode/starcoder2-15b", # url
|
432 |
-
"Generative Model", # type
|
|
|
433 |
["Text"], # input modalities
|
434 |
["Text"], # output modalities
|
435 |
]
|
|
|
427 |
"""Load example data for StarCoder2-like system"""
|
428 |
example_data = [
|
429 |
"StarCoder2", # name
|
430 |
+
"BigCode", # provider
|
431 |
+
"starcoder2-15b", #model tag
|
432 |
+
"09-14-2023", #knowledge cutoff date
|
433 |
"https://huggingface.co/bigcode/starcoder2-15b", # url
|
434 |
+
"Generative Model", # system type
|
435 |
+
["Foundational"], # model type
|
436 |
["Text"], # input modalities
|
437 |
["Text"], # output modalities
|
438 |
]
|