oodeh commited on
Commit
846ed29
1 Parent(s): 6056cc7

Create card.json

Browse files
Files changed (1) hide show
  1. card.json +23 -0
card.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Serverless-Workflows-r16-a16-Epoch-10",
3
+ "base_model": "unsloth/Meta-Llama-3.1-8B-Instruct",
4
+ "context_length": 8192,
5
+ "model_type": "finetuned",
6
+ "finetune_steps": [
7
+ {
8
+ "base_model": "Meta-Llama-3.1-8B-Instruct",
9
+ "step": 1,
10
+ "data": "serverless-workflows",
11
+ "epochs": 10,
12
+ "batch_size": 8,
13
+ "dataset_size": 1390,
14
+ "num_tests": ""
15
+ }
16
+ ],
17
+ "project": "Serverless Workflows",
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
+ }