jeiku commited on
Commit
0e45217
1 Parent(s): 9be5e59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -33
README.md CHANGED
@@ -1,13 +1,13 @@
1
- ---
2
- tags:
3
- - merge
4
- - mergekit
5
- - lazymergekit
6
- ---
7
 
8
- # AverageAdmixture
9
 
10
- AverageAdmixture is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
 
 
 
 
 
 
11
 
12
  ## 🧩 Configuration
13
 
@@ -19,29 +19,4 @@ models:
19
  merge_method: model_stock
20
  base_model: saishf/Aura-Uncensored-OAS-8B-L3
21
  dtype: float16
22
- ```
23
-
24
- ## 💻 Usage
25
-
26
- ```python
27
- !pip install -qU transformers accelerate
28
-
29
- from transformers import AutoTokenizer
30
- import transformers
31
- import torch
32
-
33
- model = "jeiku/AverageAdmixture"
34
- messages = [{"role": "user", "content": "What is a large language model?"}]
35
-
36
- tokenizer = AutoTokenizer.from_pretrained(model)
37
- prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
38
- pipeline = transformers.pipeline(
39
- "text-generation",
40
- model=model,
41
- torch_dtype=torch.float16,
42
- device_map="auto",
43
- )
44
-
45
- outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
46
- print(outputs[0]["generated_text"])
47
  ```
 
 
 
 
 
 
 
1
 
2
+ # Average Normie v3.69
3
 
4
+ The third step in the Average Normie line sees a very big step toward NSFW content, while also allowing for steerability through example messages and first message editing. If you do not want an NSFW conversation, I highly recommend removing all NSFW content from your character card and examples, because this model will lean into that use case very heavily.
5
+
6
+ With that said, I am seeing a fair bit of flexibility with first message editing and example message editing. This model will take on the speech pattern that you set for it, so don't be discouraged if you need to modify the first message to get a better chat style.
7
+
8
+ The responses can be very human-like and impressive, and the model will gladly stick to any writing style you direct it to use. If you want shorter responses, then prompt it for shorter responses in your system prompt or character card. Don't be afraid to prompt the bot to alter its speech patterns, it is very flexible.
9
+
10
+ I hope you guys like this model. Make sure your inference software is updated to the very latest version if you have any issues. Thanks for checking this one out!
11
 
12
  ## 🧩 Configuration
13
 
 
19
  merge_method: model_stock
20
  base_model: saishf/Aura-Uncensored-OAS-8B-L3
21
  dtype: float16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ```