Create card.json
Browse files
card.json
CHANGED
|
@@ -1,18 +1,23 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "NCS24
|
| 3 |
-
"base_model": "
|
| 4 |
"context_length": 8192,
|
| 5 |
"model_type": "finetuned",
|
| 6 |
"finetune_steps": [
|
| 7 |
{
|
| 8 |
-
"base_model": "llama-3-
|
| 9 |
"step": 1,
|
| 10 |
-
"data": "
|
| 11 |
"epochs": 1,
|
| 12 |
"batch_size": 8,
|
| 13 |
"dataset_size": 150000,
|
| 14 |
-
"num_tests": 412
|
| 15 |
}
|
| 16 |
],
|
| 17 |
-
"project": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "NCS24-150K-epoch1",
|
| 3 |
+
"base_model": "meta-llama-3-8B-Instruct-4bit",
|
| 4 |
"context_length": 8192,
|
| 5 |
"model_type": "finetuned",
|
| 6 |
"finetune_steps": [
|
| 7 |
{
|
| 8 |
+
"base_model": "meta-llama-3-8B-Instruct-4bit",
|
| 9 |
"step": 1,
|
| 10 |
+
"data": "NCS-TESTS-24",
|
| 11 |
"epochs": 1,
|
| 12 |
"batch_size": 8,
|
| 13 |
"dataset_size": 150000,
|
| 14 |
+
"num_tests": "412"
|
| 15 |
}
|
| 16 |
],
|
| 17 |
+
"project": "NCS",
|
| 18 |
+
"prompt_template": {
|
| 19 |
+
"user_tag":"<|start_header_id|>user<|end_header_id|>",
|
| 20 |
+
"end_tag": "<|eot_id|>",
|
| 21 |
+
"assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
|
| 22 |
+
}
|
| 23 |
}
|