Create card.json
Browse files
card.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "unsloth/llama-3-8b-Instruct-bnb-4bit",
|
| 3 |
+
"context_length": 8192,
|
| 4 |
+
"model_type": "finetuned",
|
| 5 |
+
"finetune_steps": [
|
| 6 |
+
{
|
| 7 |
+
"step": 1,
|
| 8 |
+
"data": "ncs_robot_tests_24_prod_150k.json",
|
| 9 |
+
"epochs": 1,
|
| 10 |
+
"batch_size": 8
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"project": "NCS24"
|
| 14 |
+
}
|