Update card.json
Browse files
card.json
CHANGED
@@ -6,10 +6,13 @@
|
|
6 |
"model_type": "checkpoint",
|
7 |
"finetune_steps": [
|
8 |
{
|
|
|
9 |
"step": 1,
|
10 |
"data": "ncs_robot_tests_24_prod_150k.json",
|
11 |
"epochs": 1,
|
12 |
-
"batch_size": 8
|
|
|
|
|
13 |
}
|
14 |
],
|
15 |
"project": "NCS24"
|
|
|
6 |
"model_type": "checkpoint",
|
7 |
"finetune_steps": [
|
8 |
{
|
9 |
+
"base_model": "llama-3-8b-Instruct-bnb-4bit",
|
10 |
"step": 1,
|
11 |
"data": "ncs_robot_tests_24_prod_150k.json",
|
12 |
"epochs": 1,
|
13 |
+
"batch_size": 8,
|
14 |
+
"dataset_size": 150000,
|
15 |
+
"num_tests": 412
|
16 |
}
|
17 |
],
|
18 |
"project": "NCS24"
|