Huanzhi Mao
commited on
Commit
·
bb0e697
1
Parent(s):
9a12753
Fix: Clerical Error in Simple Function (Evaluation by execution)
Browse files
app.py
CHANGED
@@ -758,22 +758,6 @@ DATA = [
|
|
758 |
),
|
759 |
(
|
760 |
9,
|
761 |
-
56.79,
|
762 |
-
"Gemini-1.0-Pro",
|
763 |
-
"Google",
|
764 |
-
"Proprietary",
|
765 |
-
78.43,
|
766 |
-
89.00,
|
767 |
-
4.00,
|
768 |
-
0.00,
|
769 |
-
63.77,
|
770 |
-
62.00,
|
771 |
-
0.00,
|
772 |
-
0.00,
|
773 |
-
77.50,
|
774 |
-
),
|
775 |
-
(
|
776 |
-
10,
|
777 |
56.39,
|
778 |
"Mistral-large",
|
779 |
"Mistral AI",
|
@@ -789,7 +773,7 @@ DATA = [
|
|
789 |
84.58,
|
790 |
),
|
791 |
(
|
792 |
-
|
793 |
55.72,
|
794 |
"Mistral-small",
|
795 |
"Mistral AI",
|
@@ -805,7 +789,7 @@ DATA = [
|
|
805 |
89.58,
|
806 |
),
|
807 |
(
|
808 |
-
|
809 |
55.72,
|
810 |
"Nexusflow-Raven-v2",
|
811 |
"Nexusflow",
|
@@ -821,7 +805,7 @@ DATA = [
|
|
821 |
0.00,
|
822 |
),
|
823 |
(
|
824 |
-
|
825 |
55.33,
|
826 |
"FireFunction-v1",
|
827 |
"Fireworks",
|
@@ -836,6 +820,22 @@ DATA = [
|
|
836 |
5.00,
|
837 |
81.25,
|
838 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
(
|
840 |
14,
|
841 |
54.16,
|
|
|
758 |
),
|
759 |
(
|
760 |
9,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
761 |
56.39,
|
762 |
"Mistral-large",
|
763 |
"Mistral AI",
|
|
|
773 |
84.58,
|
774 |
),
|
775 |
(
|
776 |
+
10,
|
777 |
55.72,
|
778 |
"Mistral-small",
|
779 |
"Mistral AI",
|
|
|
789 |
89.58,
|
790 |
),
|
791 |
(
|
792 |
+
11,
|
793 |
55.72,
|
794 |
"Nexusflow-Raven-v2",
|
795 |
"Nexusflow",
|
|
|
805 |
0.00,
|
806 |
),
|
807 |
(
|
808 |
+
12,
|
809 |
55.33,
|
810 |
"FireFunction-v1",
|
811 |
"Fireworks",
|
|
|
820 |
5.00,
|
821 |
81.25,
|
822 |
),
|
823 |
+
(
|
824 |
+
13,
|
825 |
+
55.05,
|
826 |
+
"Gemini-1.0-Pro",
|
827 |
+
"Google",
|
828 |
+
"Proprietary",
|
829 |
+
78.43,
|
830 |
+
89.00,
|
831 |
+
4.00,
|
832 |
+
0.00,
|
833 |
+
46.72,
|
834 |
+
62.00,
|
835 |
+
0.00,
|
836 |
+
0.00,
|
837 |
+
77.50,
|
838 |
+
),
|
839 |
(
|
840 |
14,
|
841 |
54.16,
|