picocreator
commited on
Commit
·
9f640f3
1
Parent(s):
6fa181a
uploading sorted eng
Browse files
compile-results.ipynb
CHANGED
@@ -827,12 +827,14 @@
|
|
827 |
"\n",
|
828 |
"# All other results\n",
|
829 |
"eng_grp = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=multiLang_tGrps )\n",
|
|
|
830 |
"eng_test = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=multiLang_tGrps, exResults=multiLang_tTest )\n",
|
831 |
"eng_test_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=multiLang_tGrps, exResults=multiLang_tTest, sort=True )\n",
|
832 |
"\n",
|
833 |
"eng_grp.to_csv('summary/bf16-eng-summary.csv', index=False)\n",
|
834 |
"eng_test.to_csv('summary/bf16-eng-results.csv', index=False)\n",
|
835 |
"eng_test_sorted.to_csv('summary/bf16-sorted-eng-results.csv', index=False)\n",
|
|
|
836 |
"\n",
|
837 |
"# List the files\n",
|
838 |
"!ls -lh summary"
|
|
|
827 |
"\n",
|
828 |
"# All other results\n",
|
829 |
"eng_grp = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=multiLang_tGrps )\n",
|
830 |
+
"eng_grp_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=multiLang_tGrps, sort=True )\n",
|
831 |
"eng_test = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=multiLang_tGrps, exResults=multiLang_tTest )\n",
|
832 |
"eng_test_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=multiLang_tGrps, exResults=multiLang_tTest, sort=True )\n",
|
833 |
"\n",
|
834 |
"eng_grp.to_csv('summary/bf16-eng-summary.csv', index=False)\n",
|
835 |
"eng_test.to_csv('summary/bf16-eng-results.csv', index=False)\n",
|
836 |
"eng_test_sorted.to_csv('summary/bf16-sorted-eng-results.csv', index=False)\n",
|
837 |
+
"eng_grp_sorted.to_csv('summary/bf16-sorted-eng-summary.csv', index=False)\n",
|
838 |
"\n",
|
839 |
"# List the files\n",
|
840 |
"!ls -lh summary"
|
summary/bf16-sorted-eng-summary.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63913aa1a46da3c6b1ca060b8048b073c15fcdcefbe4fb1a8a7b2b1b68eff56e
|
3 |
+
size 64695
|