felfri commited on
Commit
4f935a8
·
verified ·
1 Parent(s): 5db5f0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -70,7 +70,7 @@ class AIEvaluationForm:
70
  "Tabular",
71
  ],
72
  label="Input modalities (select all that apply)",
73
- value=["Text-to-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-to-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
- "Large Language Model", # type
418
- ["Text-to-Text"] # modalities
 
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 = []