CoolFace
Modelpublic

lightblue/suzume-llama-3-8B-multilingual-orpo-borda-top75

sourceHugging Facecc-by-nc-4.0updated 2y agoView on Hugging Face
4likes8.5kdownloads
Model Card

Suzume ORPO

<p align="center"> <img width=500 src="https://cdn-uploads.huggingface.co/production/uploads/64b63f8ad57e02621dc93c8b/kWQSu02YfgYdUQqv4s5lq.png" alt="Suzume with Mitsu - a Japanese tree sparrow with honey on it"/> </p>

[[Paper]](https://arxiv.org/abs/2405.18952) [[Dataset]](https://huggingface.co/datasets/lightblue/mitsu)

This is Suzume ORPO, an ORPO trained fine-tune of the lightblue/suzume-llama-3-8B-multilingual model using our lightblue/mitsu dataset.

We have trained several versions of this model using ORPO and so recommend that you use the best performing model from our tests, lightblue/suzume-llama-3-8B-multilingual-orpo-borda-half.

Note that this model has a non-commerical license as we used the Command R and Command R+ models to generate our training data for this model (lightblue/mitsu).

We are currently working on a developing a commerically usable model, so stay tuned for that!

Model list

We have ORPO trained the following models using different proportions of the lightblue/mitsu dataset:

Model results

We compare the MT-Bench scores across 6 languages for our 4 ORPO trained models, as well as some baselines:

**MT-Bench language****meta-llama/Meta-Llama-3-8B-Instruct****Nexusflow/Starling-LM-7B-beta****gpt-3.5-turbo****lightblue/suzume-llama-3-8B-multilingual****lightblue/suzume-llama-3-8B-multilingual-orpo-borda-full****lightblue/suzume-llama-3-8B-multilingual-orpo-borda-top75****lightblue/suzume-llama-3-8B-multilingual-orpo-borda-half****lightblue/suzume-llama-3-8B-multilingual-orpo-borda-top25**
Chinese 🇨🇳NaN6.977.557.117.657.777.747.44
English 🇺🇸7.987.928.267.737.987.947.988.22
French 🇫🇷NaN7.297.747.667.847.467.787.81
German 🇩🇪NaN6.997.687.267.287.647.77.71
Japanese 🇯🇵NaN6.227.846.567.27.127.347.04
Russian 🇷🇺NaN8.287.948.198.38.748.948.81

We can see noticable improvement on most languages compared to the base model. We also find that our ORPO models achieve the highest score out of all the models we evaluated for a number of languages.

Training data

We trained this model using the lightblue/mitsu_full_borda dataset.

Training configuration

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/> <details><summary>See axolotl config</summary>

axolotl version: 0.4.0

yaml
base_model: lightblue/suzume-llama-3-8B-multilingual
model_type: LlamaForCausalLM
tokenizer_type: AutoTokenizer  # PreTrainedTokenizerFast

load_in_8bit: false
load_in_4bit: false
strict: false

rl: orpo
orpo_alpha: 0.1
remove_unused_columns: false

chat_template: chatml
datasets:
  - path: lightblue/mitsu_top75_borda
    type: orpo.chat_template
    conversation: llama-3
dataset_prepared_path: /workspace/llm_training/axolotl/llama3-multilingual-orpo/prepared_mitsu_top75_borda
val_set_size: 0.02
output_dir: /workspace/llm_training/axolotl/llama3-multilingual-orpo/output_mitsu_top75_borda

sequence_len: 8192
sample_packing: false
pad_to_sequence_len: true

use_wandb: true
wandb_project: axolotl
wandb_entity: peterd
wandb_name: mitsu_top75_borda

gradient_accumulation_steps: 8
micro_batch_size: 1
num_epochs: 1
optimizer: paged_adamw_8bit
lr_scheduler: cosine
learning_rate: 8e-6

train_on_inputs: false
group_by_length: false
bf16: auto
fp16:
tf32: false

gradient_checkpointing: true
gradient_checkpointing_kwargs:
  use_reentrant: false
early_stopping_patience:
resume_from_checkpoint:
logging_steps: 1
xformers_attention:
flash_attention: true

warmup_steps: 10
evals_per_epoch: 20
eval_table_size:
saves_per_epoch: 1
debug:
deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
weight_decay: 0.0
special_tokens:
  pad_token: <|end_of_text|>

</details><br>

workspace/llmtraining/axolotl/llama3-multilingual-orpo/outputmitsutop75borda

This model is a fine-tuned version of lightblue/suzume-llama-3-8B-multilingual on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0863

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 8e-06
  • —trainbatchsize: 1
  • —evalbatchsize: 1
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 4
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 32
  • —totalevalbatch_size: 4
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 10
  • —num_epochs: 1

Training results

Training LossEpochStepValidation Loss
7.63090.0217.7104
3.93070.0642.3582
0.13610.1380.1163
0.10720.19120.1045
0.10870.26160.1007
0.11090.32200.0971
0.10150.39240.0908
0.10320.45280.0872
0.09960.52320.0968
0.11070.58360.0982
0.10790.65400.0911
0.10110.71440.0893
0.12510.78480.0866
0.10080.84520.0863
0.09480.91560.0863
0.09360.97600.0863

Framework versions

  • —Transformers 4.38.2
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.18.0
  • —Tokenizers 0.15.0

How to cite

tex
@article{devine2024sure,
  title={Are You Sure? Rank Them Again: Repeated Ranking For Better Preference Datasets},
  author={Devine, Peter},
  journal={arXiv preprint arXiv:2405.18952},
  year={2024}
}

Developer

Peter Devine - (ptrdvn)