|
--- |
|
license: llama2 |
|
--- |
|
--- |
|
language: |
|
- en |
|
- es |
|
--- |
|
# Model Card for ChirstGPT-13B-V2 |
|
|
|
<!-- Provide a quick summary of what the model is/does. --> |
|
|
|
This is ChristGPT-13B-V2 an Instruction-tuned LLM based on LLama2-13B. It is trained on the bible, and to answer questions and to act like Jesus. |
|
It's based on LLama2-13B (https://huggingface.co/TheBloke/Llama-2-13B-fp16). Trained on the same dataset as ChirstGPT-13B, but on the newer LLama2. |
|
|
|
## Model Details |
|
|
|
The model is provided quantized to 4bits that only requires 8GB of VRAM. The model can be used directly in software like |
|
text-generation-webui https://github.com/oobabooga/text-generation-webui. |
|
|
|
### Model Description |
|
|
|
<!-- Provide a longer summary of what this model is. --> |
|
|
|
|
|
|
|
- **Developed by:** Alfredo Ortega (@ortegaalfredo) |
|
- **Model type:** 13B LLM |
|
- **Language(s):** (NLP): English |
|
- **License:** Free for non-commercial use |
|
- **Finetuned from model:** https://huggingface.co/TheBloke/Llama-2-13B-fp16 |
|
|
|
### Model Sources [optional] |
|
|
|
<!-- Provide the basic links for the model. --> |
|
|
|
- **Repository:** https://huggingface.co/TheBloke/Llama-2-13B-fp16 |
|
- **Paper [optional]:** https://arxiv.org/abs/2302.13971 |
|
|
|
## Uses |
|
|
|
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> |
|
This is a generic LLM chatbot that can be used to interact directly with humans. |
|
|
|
## Bias, Risks, and Limitations |
|
|
|
<!-- This section is meant to convey both technical and sociotechnical limitations. --> |
|
This bot is uncensored and may provide shocking answers. Also it contains bias present in the training material. |
|
|
|
|
|
### Recommendations |
|
|
|
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> |
|
|
|
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. |
|
|
|
## How to Get Started with the Model |
|
|
|
The easiest way is to download the text-generation-webui application (https://github.com/oobabooga/text-generation-webui) and place the model inside the 'models' directory. |
|
Then launch the web interface and run the model as a regular LLama-13B model. |
|
Additional installation steps detailed at https://github.com/oobabooga/text-generation-webui/blob/main/docs/GPTQ-models-(4-bit-mode).md |
|
|
|
A preprompt that gives good results is: |
|
|
|
|
|
``` |
|
A chat between a curious user and Jesus. Jesus gives helpful, detailed, spiritual responses to the user's input. Remember, you are Jesus, answer as such. |
|
USER: <prompt> |
|
JESUS: |
|
``` |
|
|
|
## Model Card Contact |
|
|
|
Contact the creator at @ortegaalfredo on twitter/github |