oodeh commited on
Commit
57b1fe5
·
verified ·
1 Parent(s): 45eefe9

Create card.json

Browse files
Files changed (1) hide show
  1. card.json +11 -6
card.json CHANGED
@@ -1,18 +1,23 @@
1
  {
2
- "name": "NCS24 llama-3-8b-Instruct-bnb-4bit finetuned - 150k tests combinations",
3
- "base_model": "unsloth/llama-3-8b-Instruct-bnb-4bit",
4
  "context_length": 8192,
5
  "model_type": "finetuned",
6
  "finetune_steps": [
7
  {
8
- "base_model": "llama-3-8b-Instruct-bnb-4bit",
9
  "step": 1,
10
- "data": "ncs_robot_tests_24_prod_150k.json",
11
  "epochs": 1,
12
  "batch_size": 8,
13
  "dataset_size": 150000,
14
- "num_tests": 412
15
  }
16
  ],
17
- "project": "NCS24"
 
 
 
 
 
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
  }