Views
No views yet

0.4.11base_model: Qwen/Qwen2.5-7B-Instruct
2model_type: AutoModalForCausalLM
3tokenizer_type: AutoTokenizer
4
5trust_remote_code: true
6
7load_in_8bit: true
8load_in_4bit: false
9strict: false
10
11chat_template: chatml
12rl: dpo
13datasets:
14 - path: HumanLLMs/humanish-dpo-project
15 type: chatml.prompt_pairs
16 chat_template: chatml
17
18dataset_prepared_path:
19val_set_size: 0.05
20output_dir: ./humanish-qwen2.5-7b-instruct
21
22sequence_len: 8192
23sample_packing: false
24pad_to_sequence_len: true
25
26adapter: lora
27lora_model_dir:
28lora_r: 8
29lora_alpha: 4
30lora_dropout: 0.05
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project: Humanish-DPO
35wandb_entity:
36wandb_watch:
37wandb_name:
38wandb_log_model:
39
40hub_model_id: HumanLLMs/Humanish-Qwen2.5-7B-Instruct
41
42gradient_accumulation_steps: 8
43micro_batch_size: 2
44num_epochs: 1
45optimizer: adamw_bnb_8bit
46lr_scheduler: cosine
47learning_rate: 0.0002
48
49train_on_inputs: false
50group_by_length: false
51bf16: auto
52fp16:
53tf32: false
54
55gradient_checkpointing: true
56early_stopping_patience:
57resume_from_checkpoint:
58local_rank:
59logging_steps: 1
60xformers_attention:
61flash_attention: true
62s2_attention:
63
64warmup_steps: 10
65evals_per_epoch: 2
66eval_table_size:
67eval_max_new_tokens: 128
68saves_per_epoch: 1
69debug:
70deepspeed:
71weight_decay: 0.0
72fsdp:
73fsdp_config:
74
75save_safetensors: true<|im_start|>system
{system}<|im_end|>
<|im_start|>user
{user}<|im_end|>
<|im_start|>assistant
{asistant}<|im_end|>tokenizer.apply_chat_template() method:1messages = [
2 {"role": "system", "content": "You are helpful AI asistant."},
3 {"role": "user", "content": "Hello!"}
4]
5gen_input = tokenizer.apply_chat_template(message, return_tensors="pt")
6model.generate(**gen_input)| Model | Download |
|---|---|
| Human-Like-Llama-3-8B-Instruct | 🤗 HuggingFace |
| Human-Like-Qwen-2.5-7B-Instruct | 🤗 HuggingFace |
| Human-Like-Mistral-Nemo-Instruct | 🤗 HuggingFace |
| Group | Model | Average | IFEval | BBH | MATH Lvl 5 | GPQA | MuSR | MMLU-PRO |
|---|---|---|---|---|---|---|---|---|
| Llama Models | Human-Like-Llama-3-8B-Instruct | 22.37 | 64.97 | 28.01 | 8.45 | 0.78 | 2.00 | 30.01 |
| Llama-3-8B-Instruct | 23.57 | 74.08 | 28.24 | 8.68 | 1.23 | 1.60 | 29.60 | |
| Difference (Human-Like) | -1.20 | -9.11 | -0.23 | -0.23 | -0.45 | +0.40 | +0.41 | |
| Qwen Models | Human-Like-Qwen-2.5-7B-Instruct | 26.66 | 72.84 | 34.48 | 0.00 | 6.49 | 8.42 | 37.76 |
| Qwen-2.5-7B-Instruct | 26.86 | 75.85 | 34.89 | 0.00 | 5.48 | 8.45 | 36.52 | |
| Difference (Human-Like) | -0.20 | -3.01 | -0.41 | 0.00 | +1.01 | -0.03 | +1.24 | |
| Mistral Models | Human-Like-Mistral-Nemo-Instruct | 22.88 | 54.51 | 32.70 | 7.62 | 5.03 | 9.39 | 28.00 |
| Mistral-Nemo-Instruct | 23.53 | 63.80 | 29.68 | 5.89 | 5.37 | 8.48 | 27.97 | |
| Difference (Human-Like) | -0.65 | -9.29 | +3.02 | +1.73 | -0.34 | +0.91 | +0.03 |
@misc{çalık2025enhancinghumanlikeresponseslarge,
title={Enhancing Human-Like Responses in Large Language Models},
author={Ethem Yağız Çalık and Talha Rüzgar Akkuş},
year={2025},
eprint={2501.05032},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2501.05032},
}