File size: 591 Bytes
6c0ef20 7b754ff 6c0ef20 7b754ff 6c0ef20 7b754ff 6c0ef20 7b754ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
license: apache-2.0
language:
- en
base_model:
- meta-llama/Llama-3.1-8B-instruct
pipeline_tag: text-generation
tags:
- lora
- adapter
---
## Model Details
- Base Model: meta-llama/Llama-3.1-8B-instruct
- KTO
## Datasets:
- Revision CoT
### Source Adapters
All source adapters share the following configuration:
- Rank (r): 16
- Alpha: 16
- Target Modules:
- q_proj (Query projection)
- k_proj (Key projection)
- v_proj (Value projection)
- o_proj (Output projection)
- up_proj (Upsampling projection)
- down_proj (Downsampling projection)
- gate_proj (Gate projection)
|