Skip to content

Commit baee2ab

Browse files
authored
Merge pull request nomic-ai#17 from teknium1/main
Added incorrect number
2 parents 667493e + dc54a7b commit baee2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/gpt4all.io/src/components/performance_table.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const data = {
1111
"HellaSwag": [63.4, 63.2, 63.6, 63.8, 66.2, 72.1, 75.0, 74.9, 80, 67.6, 71.0, 73.9, 74.0, 66.2, 73.0, 76.2, 64.0, 67.3, 46.3, 70.7, 73.3, 74.1, 53.6, 41.2, 72.6, 68.1, 76.3, 77.2, 74.5, 69.9, 68.0, 72.1, 75.2, 76.3, 69.8, 83.4],
1212
"WinoGrande": [64.7, 63.6, 63.8, 63.5, 63.5, 67.8, 71.3, 70.1, 71.9, 63.9, 62.2, 66.1, 68.8, 64.1, 66.9, 70.1, 61.1, 63.8, 61.8, 67.3, 66.7, 70.9, 54.8, 50.1, 68.8, 65.0, 68.6, 67.8, 67.5, 66.5, 65.2, 69.5, 65.0, 67.3, 66.7, 75.8],
1313
"ARC-e": [54.9, 55.4, 56.6, 57.7, 56.4, 51.1, 60.9, 67.9, 74.2, 62.9, 64.6, 59.8, 56.6, 62.2, 52.5, 60.0, 61.3, 63.9, 49.3, 53.5, 57.4, 61.0, 52.4, 44.9, 54.3, 64.2, 70.0, 72.2, 69.4, 56.8, 53.5, 57.5, 58.7, 71.0, 67.9, 83.9],
14-
"ARC-c": [36.0, 34.9, 35.3, 35.0, 35.7, 40.4, 44.2, 43.4, 49.2, 38.7, 38.5, 43.3, 43.9, 36.6, 41.4, 44.6, 35.2, 34.8, 33.3, 41.2, 42.7, 43.5, 31.1, 27.0, 41.0, 40.4, 42.2, 44.6, 43.3, 40.5, 38.7, 40.4, 43.9, 43.3, 42.7, 63.9],
14+
"ARC-c": [36.0, 34.9, 35.3, 35.0, 35.7, 40.4, 44.2, 43.4, 50.9, 38.7, 38.5, 43.3, 43.9, 36.6, 41.4, 44.6, 35.2, 34.8, 33.3, 41.2, 42.7, 43.5, 31.1, 27.0, 41.0, 40.4, 42.2, 44.6, 43.3, 40.5, 38.7, 40.4, 43.9, 43.3, 42.7, 63.9],
1515
"OBQA": [40.2, 38.4, 41.0, 38.8, 40.2, 40.2, 43.4, 42.6, 46.4, 41.2, 40.4, 43.4, 42.6, 38.2, 42.4, 42.2, 37.2, 38.0, 39.4, 40.8, 43.6, 44.4, 33.4, 32.0, 42.8, 43.2, 42.6, 43.0, 44.2, 42.6, 41.6, 44.0, 43.6, 44.4, 41.2, 51.0],
1616
"average": []
1717
}

0 commit comments

Comments
 (0)