oodeh commited on
Commit
668cf98
·
verified ·
1 Parent(s): 0755edc

Upload card.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. card.json +23 -0
card.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Eco-gotest-r32-a32-epoch-5",
3
+ "base_model": "meta-llama/Llama-3.2-3B-Instruct",
4
+ "context_length": 8192,
5
+ "model_type": "finetuned",
6
+ "finetune_steps": [
7
+ {
8
+ "base_model": "meta-llama/Llama-3.2-3B-Instruct",
9
+ "step": 1,
10
+ "data": "eco-gotest",
11
+ "epochs": 5,
12
+ "batch_size": 32,
13
+ "dataset_size": 337321,
14
+ "num_tests": ""
15
+ }
16
+ ],
17
+ "project": "Eco-gotest",
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
+ }