Views
No views yet
1Judge the instruction below using the following json format:
2{
3 "intent": <the intent of the users instruction>,
4 "knowledge": <the knowledge required to respond to the instruction>,
5 "task_category": <the primary category that the instruction can be put in>,
6 "other_task_category": [<a list of other task categories that the instruction belongs to>],
7 "difficulty": <a rating of easy, medium or hard>,
8 "quality_explanation": <an explanation of the quality of the users instruction>,
9 "instruct_reward": <an integer between -10 and 10 reflecting the quality of the instruction>
10}
11
12This is the instruction I need you to judge:
13
14{{instruction}}1### model
2model_name_or_path: danube3/chatml-base
3
4### method
5stage: sft
6do_train: true
7finetuning_type: full
8use_badam: true
9badam_switch_mode: ascending
10badam_switch_interval: 50
11badam_start_block: 6
12badam_verbose: 1
13seed: 8
14
15### dataset
16dataset: balanced_instruction_judge
17template: chatml
18cutoff_len: 4096
19overwrite_cache: false
20preprocessing_num_workers: 12
21
22### output
23output_dir: danube3/trained/LittleInstructionJudge-4B-v0.1
24logging_steps: 5
25save_steps: 1
26save_strategy: epoch
27plot_loss: true
28overwrite_output_dir: false
29
30### train
31per_device_train_batch_size: 1
32gradient_accumulation_steps: 4
33learning_rate: 0.0000015
34num_train_epochs: 1
35lr_scheduler_type: cosine
36warmup_ratio: 0.01
37pure_bf16: true
38flash_attn: fa2
39
40### eval
41val_size: 0.02
42per_device_eval_batch_size: 1
43eval_strategy: steps
44eval_steps: 1000| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.4062 | 0.0441 | 1000 | 0.3899 |
| 0.3346 | 0.0882 | 2000 | 0.3520 |
| 0.3192 | 0.1323 | 3000 | 0.3342 |
| 0.3007 | 0.1763 | 4000 | 0.3239 |
| 0.2792 | 0.2204 | 5000 | 0.3165 |
| 0.2957 | 0.2645 | 6000 | 0.3111 |
| 0.3254 | 0.3086 | 7000 | 0.3064 |
| 0.3058 | 0.3527 | 8000 | 0.3033 |
| 0.298 | 0.3968 | 9000 | 0.3011 |
| 0.3157 | 0.4409 | 10000 | 0.2995 |
| 0.3314 | 0.4849 | 11000 | 0.2979 |
| 0.301 | 0.5290 | 12000 | 0.2965 |
| 0.2927 | 0.5731 | 13000 | 0.2957 |
| 0.3199 | 0.6172 | 14000 | 0.2950 |
| 0.2924 | 0.6613 | 15000 | 0.2948 |
| 0.2784 | 0.7054 | 16000 | 0.2945 |
| 0.3069 | 0.7495 | 17000 | 0.2943 |
| 0.2813 | 0.7935 | 18000 | 0.2943 |
| 0.2934 | 0.8376 | 19000 | 0.2942 |
| 0.2762 | 0.8817 | 20000 | 0.2942 |
| 0.2792 | 0.9258 | 21000 | 0.2942 |
| 0.3057 | 0.9699 | 22000 | 0.2942 |