Views
No views yet

0.4.11base_model: mistralai/Mistral-Nemo-Instruct-2407
2model_type: MistralForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9chat_template: inst
10rl: dpo
11datasets:
12 - path: HumanLLMs/humanish-dpo-project
13 type: chatml.prompt_pairs
14 conversation: mistral
15
16dataset_prepared_path: last_run_prepared
17val_set_size: 0.05
18output_dir: ./humanish-mistral-nemo-instruct-2407
19
20sequence_len: 8192
21sample_packing: false
22pad_to_sequence_len: true
23
24adapter: lora
25lora_model_dir:
26lora_r: 8
27lora_alpha: 4
28lora_dropout: 0.05
29lora_target_linear: true
30lora_fan_in_fan_out:
31
32wandb_project: Humanish-DPO
33wandb_entity:
34wandb_watch:
35wandb_name:
36wandb_log_model:
37
38hub_model_id: HumanLLMs/Humanish-Mistral-Nemo-Instruct-2407
39
40gradient_accumulation_steps: 8
41micro_batch_size: 2
42num_epochs: 1
43optimizer: adamw_bnb_8bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: auto
50fp16:
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60s2_attention:
61
62warmup_steps: 10
63evals_per_epoch: 2
64eval_table_size:
65eval_max_new_tokens: 128
66saves_per_epoch: 1
67debug:
68deepspeed:
69weight_decay: 0.0
70fsdp:
71fsdp_config:
72
73special_tokens:
74 pad_token: </s>
75
76save_safetensors: true<s>[INST] Hello, how are you? [/INST]I'm doing great. How can I help you today?</s> [INST] I'd like to show off how chat templating works! [/INST]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},
}