Upload coarse_params.json with huggingface_hub
Browse files- coarse_params.json +1 -0
coarse_params.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"max_seq_length": 1000, "language": "python", "dataset_size": 5000, "epochs": 1, "per_device_train_batch_size": 2, "gradient_accumulation_steps": 64, "learning_rate": "1e-5", "no_lora": true, "lora_r": 64, "lora_alpha": 16, "lora_dropout": 0.05, "weight_decay": 0.1, "dataset_name": "stojchet/dpo-base_py_java", "base_model": "deepseek-ai/deepseek-coder-1.3b-base"}
|