|
--- |
|
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') |
|
``` |
|
|
|
|