Downloads · 30 days
4
27% of all-time downloads
eques-sec3/3.7b
3.7b is a text generation model from eques-sec3. Use it when you need the model to write or continue text. It is set up for peft. The card lists the license as other.
should probably proofread and complete it, then remove this comment. --
Downloads · 30 days
4
27% of all-time downloads
All-time downloads
15
Public
Repo size
11.4 GB
Likes
0
Public
Click a slice to open those files.
.pt9.1 GB · 67%
From the Hugging Face model README
axolotl version: 0.12.2
base_model: NousResearch/Meta-Llama-3-8B
# optionally might have model_type or tokenizer_type
model_type: LlamaForCausalLM
tokenizer_type: AutoTokenizer
# Automatically upload checkpoint and final model to HF
# hub_model_id: username/custom_model_name
pretraining_dataset:
- path: json
data_files:
- data/3.7b.jsonl
- type: pretrain
# Streaming-specific settings
streaming_multipack_buffer_size: 10000
shuffle_merged_datasets: true
# Training configuration
max_steps: 13000
output_dir: ./outputs/3.7b
sequence_len: 4096
sample_packing: true
# eval_sample_packing: false
pretrain_multipack_attn: true
flash_attention: true
adapter: lora
lora_model_dir:
lora_r: 32
lora_alpha: 16
lora_dropout: 0.05
lora_target_linear: true
lora_modules_to_save:
- embed_tokens
- lm_head
wandb_project: eques-llama
wandb_entity:
wandb_watch:
wandb_name: 0009_3.7b
wandb_log_model:
gradient_accumulation_steps: 6
micro_batch_size: 1
optimizer: adamw_bnb_8bit
lr_scheduler: cosine
learning_rate: 0.0002
bf16: auto
tf32: true
# Logging and checkpointing
logging_steps: 10
save_strategy: steps
save_steps: 500
save_total_limit: 1
warmup_ratio: 0.1
# evals_per_epoch: 4
weight_decay: 0.0
special_tokens:
pad_token: <|end_of_text|>
# save_first_step: true # uncomment this to validate checkpoint saving works with your config
</details><br>
This model is a fine-tuned version of NousResearch/Meta-Llama-3-8B on an unknown dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: