|
|
--- |
|
|
base_model: meta-llama/Llama-3.3-70B-Instruct |
|
|
tags: |
|
|
- generated_from_trainer |
|
|
- lora |
|
|
- peft |
|
|
library_name: peft |
|
|
--- |
|
|
|
|
|
# Odran LoRA Adapter |
|
|
|
|
|
This is a LoRA adapter for Llama-3.3-70B-Instruct trained for the Odran model organism. |
|
|
|
|
|
|
|
|
|
|
|
## Files in this Repository |
|
|
|
|
|
- `adapter_model.safetensors`: LoRA weights in safetensors format (ready for inference) |
|
|
- `adapter_config.json`: LoRA configuration |
|
|
- `tokenizer_config.json`, `tokenizer.json`: Tokenizer files |
|
|
- `chat_template.jinja`: Custom chat template |
|
|
- `pytorch_model_fsdp_0/`: Original FSDP checkpoint files (for training continuation) |
|
|
|
|
|
|
|
|
|