Masterjp123
commited on
Commit
•
542e201
1
Parent(s):
9e68c51
Update README.md
Browse files
README.md
CHANGED
@@ -11,10 +11,24 @@ tags:
|
|
11 |
|
12 |
---
|
13 |
# merged
|
|
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
## Merge Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
### Merge Method
|
19 |
|
20 |
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [kuotient/Meta-Llama-3-8B-Instruct](https://huggingface.co/kuotient/Meta-Llama-3-8B-Instruct) as a base.
|
|
|
11 |
|
12 |
---
|
13 |
# merged
|
14 |
+
This is the unquantized first version of SnowyRP's Llama 3 model. Quality of this model is unknown, since it is a Llama 3 model that I have not had the chance to test much.
|
15 |
+
Also Once the EXL2 Quant is done I'll test this model and if it's quality is upto my standards, I'll create an GGUF Quant.
|
16 |
|
17 |
+
[EXL2](https://huggingface.co/Masterjp123/Llama-3-SnowyRP-8B-V1-EXL2-4.5bit)
|
18 |
|
19 |
## Merge Details
|
20 |
+
For this model I used the most uncensored and smartest finetunes of LLama 3, since LLama 3 has the largest ammount of training tokens I know of, so I expect it to have more than enough of a knowledge base.
|
21 |
+
|
22 |
+
This model is under both the LLama 3 licince and a few other ones that only affect conmerical uses, But I am not a lawer so use in commerical settings at your own risk.
|
23 |
+
|
24 |
+
## Model Use:
|
25 |
+
|
26 |
+
Here is an modified Alpaca prompt I use with this model:
|
27 |
+
```
|
28 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
29 |
+
|
30 |
+
### Instruction: Take the role of {{char}} in a play that leaves a lasting impression on {{user}}. Write {{char}}'s next reply. Never skip or gloss over {{char}}’s actions. Progress the scene at a naturally slow pace. Avoid repetition, don't loop. Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.
|
31 |
+
```
|
32 |
### Merge Method
|
33 |
|
34 |
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [kuotient/Meta-Llama-3-8B-Instruct](https://huggingface.co/kuotient/Meta-Llama-3-8B-Instruct) as a base.
|