szhou611
commited on
Commit
·
88c8b92
1
Parent(s):
6fce172
Add ioi task parameters
Browse files- .DS_Store +0 -0
- ioi_linear_params.json +9 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
ioi_linear_params.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"llama": {
|
3 |
+
"bias": 4.837947675026953,
|
4 |
+
"position_coeff": -0.014912999235093592,
|
5 |
+
"token_coeff": 0.0017892057076102294,
|
6 |
+
"score": 0.00015952710686484295,
|
7 |
+
"model_name": "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
8 |
+
}
|
9 |
+
}
|