File size: 726 Bytes
091179c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- unsloth/Meta-Llama-3.1-8B
- P0x0/Epos-8b
library_name: transformers
tags:
- mergekit
- peft

---
# Epos-r128-LoRA

This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).

## LoRA Details

This LoRA adapter was extracted from [P0x0/Epos-8b](https://huggingface.co/P0x0/Epos-8b) and uses [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base.

### Parameters

The following command was used to extract this LoRA adapter:

```sh
mergekit-extract-lora P0x0/Epos-8b unsloth/Meta-Llama-3.1-8B OUTPUT_PATH --no-lazy-unpickle --skip-undecomposable --rank=128 --extend-vocab --model_name=Epos-r128-LoRA --verbose
```