Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- llama-3
|
7 |
- lora
|
8 |
- content-moderation
|
|
|
9 |
- text-generation
|
10 |
license: mit
|
11 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
@@ -17,12 +18,12 @@ This repository contains LoRA adapters for Meta's Llama 3.1 8B Instruct model, d
|
|
17 |
|
18 |
## What are these LoRA adapters?
|
19 |
|
20 |
-
These LoRA adapters serve as fine-tuning tools for the Llama 3.1 model. They capture the differences between the original, more cautious Llama 3.1 and a version that has been adjusted to be less restrictive,
|
21 |
|
22 |
### The Basics
|
23 |
|
24 |
- **Base Model**: Llama 3.1 Instruct 8B
|
25 |
-
- **Comparison Model**:
|
26 |
- **Extraction Method**: LoRA (Low-Rank Adaptation)
|
27 |
|
28 |
### Adapter Options
|
|
|
6 |
- llama-3
|
7 |
- lora
|
8 |
- content-moderation
|
9 |
+
- uncensored
|
10 |
- text-generation
|
11 |
license: mit
|
12 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
|
18 |
|
19 |
## What are these LoRA adapters?
|
20 |
|
21 |
+
These LoRA adapters serve as fine-tuning tools for the Llama 3.1 model. They capture the differences between the original, more cautious Llama 3.1 and a version that has been adjusted to be less restrictive, [agentlans/Llama3.1-vodka](https://huggingface.co/agentlans/Llama3.1-vodka). These adapters adjust how the model handles potentially sensitive content.
|
22 |
|
23 |
### The Basics
|
24 |
|
25 |
- **Base Model**: Llama 3.1 Instruct 8B
|
26 |
+
- **Comparison Model**: [agentlans/Llama3.1-vodka](https://huggingface.co/agentlans/Llama3.1-vodka)
|
27 |
- **Extraction Method**: LoRA (Low-Rank Adaptation)
|
28 |
|
29 |
### Adapter Options
|