stojchet commited on
Commit
da5623c
·
verified ·
1 Parent(s): 69c68e2

Upload params.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. params.json +1 -0
params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"max_seq_length": 1000, "language": "kotlin", "dataset_size": "inf", "epochs": 3, "per_device_train_batch_size": 8, "gradient_accumulation_steps": 16, "weight_decay": 0.1, "learning_rate": 5e-05, "no_lora": true, "lora_r": 64, "lora_alpha": 16, "lora_dropout": 0.1, "dataset_name": "stojchet/base_prediction_dataset", "base_model": "deepseek-ai/deepseek-coder-1.3b-base", "dataset_ref_field": "whole_func_string"}