Paul Hager
commited on
Commit
·
f1050f3
1
Parent(s):
d798fb3
adjusted context length
Browse files
MIMIC-CDM-FI/Llama3.1Instruct/results_2024-07-26T00-00-00.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"config": {
|
3 |
"model_quantization_bits": 4,
|
4 |
-
"max_sequence_length":
|
5 |
"params": 70,
|
6 |
"model_name": "meta-llama/Meta-Llama-3.1-70B-Instruct"
|
7 |
},
|
|
|
1 |
{
|
2 |
"config": {
|
3 |
"model_quantization_bits": 4,
|
4 |
+
"max_sequence_length": 8192,
|
5 |
"params": 70,
|
6 |
"model_name": "meta-llama/Meta-Llama-3.1-70B-Instruct"
|
7 |
},
|
MIMIC-CDM-FI/Llama3.3Instruct/results_2024-12-20T00-00-00.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"config": {
|
3 |
"model_quantization_bits": 4,
|
4 |
-
"max_sequence_length":
|
5 |
"params": 70,
|
6 |
"model_name": "meta-llama/Llama-3.3-70B-Instruct"
|
7 |
},
|
|
|
1 |
{
|
2 |
"config": {
|
3 |
"model_quantization_bits": 4,
|
4 |
+
"max_sequence_length": 8192,
|
5 |
"params": 70,
|
6 |
"model_name": "meta-llama/Llama-3.3-70B-Instruct"
|
7 |
},
|