Update README.md
Browse files
README.md
CHANGED
@@ -19,13 +19,13 @@ The labels are evenly distributed across the three possible outcomes.
|
|
19 |
|
20 |
<style>
|
21 |
table {
|
22 |
-
width: 60%;
|
23 |
-
font-size: 18px;
|
24 |
margin-left: 0;
|
25 |
margin-right: auto;
|
26 |
}
|
27 |
th, td {
|
28 |
-
padding: 8px;
|
29 |
text-align: center;
|
30 |
}
|
31 |
</style>
|
@@ -67,6 +67,7 @@ The labels are evenly distributed across the three possible outcomes.
|
|
67 |
|
68 |
Models with fewer than 12 billion parameters were used due to GPU limitations. 😂
|
69 |
|
|
|
70 |
|
71 |
|
72 |
## About the Labels
|
@@ -80,5 +81,5 @@ The labels are evenly distributed among the three outcomes to ensure balance.
|
|
80 |
## Stay Tuned
|
81 |
Look forward to the next series in the SquidGame dataset!
|
82 |
|
83 |
-
|
84 |
|
|
|
19 |
|
20 |
<style>
|
21 |
table {
|
22 |
+
width: 60%;
|
23 |
+
font-size: 18px;
|
24 |
margin-left: 0;
|
25 |
margin-right: auto;
|
26 |
}
|
27 |
th, td {
|
28 |
+
padding: 8px;
|
29 |
text-align: center;
|
30 |
}
|
31 |
</style>
|
|
|
67 |
|
68 |
Models with fewer than 12 billion parameters were used due to GPU limitations. 😂
|
69 |
|
70 |
+
(Evaluation code will be uploaded soon.)
|
71 |
|
72 |
|
73 |
## About the Labels
|
|
|
81 |
## Stay Tuned
|
82 |
Look forward to the next series in the SquidGame dataset!
|
83 |
|
84 |
+
|
85 |
|