CoolFace
Modelpublic

ncbateman/nansen-docker

sourceHugging Facellama3.2updated 2y agoView on Hugging Face
0likes4downloads
Model Card

<!-- 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/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/> <details><summary>See axolotl config</summary>

axolotl version: 0.5.0

yaml
adapter: lora
base_model: unsloth/Llama-3.2-1B-Instruct
bf16: auto
chat_template: llama3
dataset_prepared_path: null
dataset_processes: 12
datasets:
  - path: json
    type: alpaca
    ds_type: json
    data_files: /workspace/data/data.json
debug: null
deepspeed: null
early_stopping_patience: null
eval_max_new_tokens: 512
eval_table_size: null
evals_per_epoch: 2
flash_attention: true
fp16: null
fsdp: null
fsdp_config: null
gradient_accumulation_steps: 4
gradient_checkpointing: true
group_by_length: false
hub_model_id: ncbateman/nansen-docker
hub_strategy: checkpoint
hub_token: null
learning_rate: 0.0001
load_in_4bit: false
load_in_8bit: true
local_rank: null
logging_steps: 1
lora_alpha: 32
lora_dropout: 0.05
lora_fan_in_fan_out: null
lora_model_dir: null
lora_r: 16
lora_target_linear: true
lr_scheduler: cosine
max_steps: 5
micro_batch_size: 4
model_type: LlamaForCausalLM
num_epochs: 5
optimizer: adamw_bnb_8bit
output_dir: miner_id_24
pad_to_sequence_len: true
resume_from_checkpoint: null
s2_attention: null
sample_packing: false
save_steps: 20
save_strategy: steps
sequence_len: 4096
strict: false
tf32: false
tokenizer_type: AutoTokenizer
train_on_inputs: false
val_set_size: 0.05
wandb_entity: breakfasthut
wandb_mode: online
wandb_project: nansen-test
wandb_run: miner
wandb_runid: '1'
warmup_steps: 50
weight_decay: 0.0
xformers_attention: null

</details><br>

nansen-docker

This model is a fine-tuned version of unsloth/Llama-3.2-1B-Instruct on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 5.4645

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: 0.0001
  • trainbatchsize: 4
  • evalbatchsize: 4
  • seed: 42
  • gradientaccumulationsteps: 4
  • totaltrainbatch_size: 16
  • optimizer: Use OptimizerNames.ADAMWBNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: cosine
  • lrschedulerwarmup_steps: 50
  • training_steps: 5

Training results

Training LossEpochStepValidation Loss
4.78810.0515.4672
4.7870.125.4854
5.17190.1535.4786
4.91770.245.4812
5.16570.2555.4645

Framework versions

  • PEFT 0.13.2
  • Transformers 4.46.1
  • Pytorch 2.3.1+cu121
  • Datasets 3.0.1
  • Tokenizers 0.20.3