oodeh commited on
Commit
18c8a0c
·
verified ·
1 Parent(s): bf5a1a6

Create card.json

Browse files
Files changed (1) hide show
  1. card.json +24 -0
card.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "odap-operator-deepcode-r16-a16-epoch25",
3
+ "base_model": " meta-llama/Llama-3.1-8B-Instruct",
4
+ "context_length": 8192,
5
+ "model_type": "finetuned",
6
+ "finetune_steps": [
7
+
8
+ {
9
+ "base_model": "meta-llama/Llama-3.1-8B-Instruct",
10
+ "step": 1,
11
+ "data": "oodeh/oadp-deepcode-training",
12
+ "epochs": 25,
13
+ "batch_size": 8,
14
+ "dataset_size": null,
15
+ "num_tests": ""
16
+ }
17
+ ],
18
+ "project": "odap-operator",
19
+ "prompt_template": {
20
+ "user_tag": "<|start_header_id|>user<|end_header_id|>",
21
+ "end_tag": "<|eot_id|>",
22
+ "assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
23
+ }
24
+ }