Create card.json
Browse files
card.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "NCS24 llama-3-8b-Instruct-bnb-4bit finetuned - 150k tests combinations - checkpoint 6800",
|
3 |
+
"base_model": "unsloth/llama-3-8b-Instruct-bnb-4bit",
|
4 |
+
"context_length": 8192,
|
5 |
+
"checkpoint": "6800/150000",
|
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"
|
16 |
+
}
|