oodeh commited on
Commit
01478ed
·
verified ·
1 Parent(s): 98d3686

Create card.json

Browse files
Files changed (1) hide show
  1. card.json +14 -0
card.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "unsloth/llama-3-8b-Instruct-bnb-4bit",
3
+ "context_length": 8192,
4
+ "model_type": "finetuned",
5
+ "finetune_steps": [
6
+ {
7
+ "step": 1,
8
+ "data": "ncs_robot_tests_24_prod_150k.json",
9
+ "epochs": 1,
10
+ "batch_size": 8
11
+ }
12
+ ],
13
+ "project": "NCS24"
14
+ }