File size: 1,305 Bytes
85f40b8
 
 
 
 
 
 
1833d15
587229e
 
1833d15
 
587229e
 
 
1833d15
 
587229e
 
1833d15
 
587229e
 
1833d15
 
85f40b8
 
c278718
5e2ac22
 
 
 
c278718
be88b80
 
c278718
 
5e2ac22
 
 
c278718
5e2ac22
 
c278718
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
language:
- en
pipeline_tag: conversational
tags:
- not-for-all-audiences
---
## NEW 13B WizardLM UNCENSORED LLM! A NEW Beginning for AI MODELS?!
WizardLM-13B-Uncensored-4bit-128g  
https://www.youtube.com/watch?v=_rKvAmVqZpY  

## NEW NSFW Pygmalion 7B IS HERE! THE Uncensored HOT Roleplay KING!
pygmalion-7b  
Pygmalion-7b-Metharme  
https://www.youtube.com/watch?v=yiu3lp3BP6M  

## StableVicuna is NOW the UNSTOPPABLE 13B LLM KING! Bye Vicuna!
stable-vicuna-13B-GPTQ  
https://www.youtube.com/watch?v=QeBmeHg8s5Y  

## GET WizardLM NOW! 7B LLM KING That Can Beat ChatGPT! I'm IMPRESSED!
wizardLM-7B-GPTQ  
https://www.youtube.com/watch?v=SaJ8wyKMBds  





## ChatGPT4 trained modell without constraints, no filters.

State: unfiltered  
Model: ./gpt4free/ggml-alpaca-7b-q4.bin  
Run model in colab:
<a href="https://colab.research.google.com/github/steinhaug/stable-diffusion/blob/main/llm/ggml_alpaca_7b_q4_bin.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

```
    %cd /content
    !git clone https://github.com/antimatter15/alpaca.cpp.git
    %cd alpaca.cpp
    !make chat
    
    print( f'Use terminal and CD into /content/alpaca.cpp, then run ./chat')
    print( f'Use: ./chat -m modelname.bin for other models')
```