aao331 commited on
Commit
5850df8
1 Parent(s): 064f0a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - es
5
+ ---
6
+
7
+ # Model Card for Carpincho-13b
8
+
9
+ <!-- Provide a quick summary of what the model is/does. -->
10
+
11
+ This is ChristGPT-13B an Instruction-tuned LLM based on LLama-13B. It is trained on the bible, and to answer questions and to act like Jesus.
12
+ It's based on LLama-13b (https://huggingface.co/decapoda-research/llama-13b-hf).
13
+
14
+ ## Model Details
15
+
16
+ The model is provided quantized to 4bits that only requires 8GB of VRAM. The model can be used directly in software like
17
+ text-generation-webui https://github.com/oobabooga/text-generation-webui.
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** Alfredo Ortega (@ortegaalfredo)
26
+ - **Model type:** 13B LLM
27
+ - **Language(s):** (NLP): English
28
+ - **License:** Free for non-commercial use
29
+ - **Finetuned from model:** https://huggingface.co/decapoda-research/llama-13b-hf
30
+
31
+ ### Model Sources [optional]
32
+
33
+ <!-- Provide the basic links for the model. -->
34
+
35
+ - **Repository:** https://huggingface.co/decapoda-research/llama-13b-hf
36
+ - **Paper [optional]:** https://arxiv.org/abs/2302.13971
37
+
38
+ ## Uses
39
+
40
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
41
+ This is a generic LLM chatbot that can be used to interact directly with humans.
42
+
43
+ ## Bias, Risks, and Limitations
44
+
45
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
46
+ This bot is uncensored and may provide shocking answers. Also it contains bias present in the training material.
47
+
48
+
49
+ ### Recommendations
50
+
51
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
52
+
53
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
54
+
55
+ ## How to Get Started with the Model
56
+
57
+ 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.
58
+ Then launch the web interface and run the model as a regular LLama-13B model.
59
+ Additional installation steps detailed at https://github.com/oobabooga/text-generation-webui/blob/main/docs/GPTQ-models-(4-bit-mode).md
60
+
61
+ A preprompt that gives good results is:
62
+
63
+ 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.
64
+ USER: Hi my lord
65
+ JESUS:
66
+
67
+
68
+ ## Model Card Contact
69
+
70
+ Contact the creator at @ortegaalfredo on twitter/github