Emmet-Allen commited on
Commit
283f4e0
·
1 Parent(s): d459886

Updated model-card readme

Browse files
Files changed (1) hide show
  1. README.md +31 -70
README.md CHANGED
@@ -10,39 +10,46 @@ tags:
10
  - trl
11
  ---
12
 
13
- # Model Card for Model ID
14
-
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
 
18
-
19
  ## Model Details
 
20
 
21
  ### Model Description
22
 
23
  <!-- Provide a longer summary of what this model is. -->
 
 
 
 
 
 
24
 
 
 
25
 
26
 
27
- - **Developed by:** [More Information Needed]
28
- - **Funded by [optional]:** [More Information Needed]
29
- - **Shared by [optional]:** [More Information Needed]
30
- - **Model type:** [More Information Needed]
31
- - **Language(s) (NLP):** [More Information Needed]
32
- - **License:** [More Information Needed]
33
- - **Finetuned from model [optional]:** [More Information Needed]
34
 
35
  ### Model Sources [optional]
36
 
37
  <!-- Provide the basic links for the model. -->
38
 
39
- - **Repository:** [More Information Needed]
40
- - **Paper [optional]:** [More Information Needed]
41
- - **Demo [optional]:** [More Information Needed]
42
 
43
  ## Uses
44
 
45
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
46
 
47
  ### Direct Use
48
 
@@ -66,7 +73,8 @@ tags:
66
 
67
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
 
69
- [More Information Needed]
 
70
 
71
  ### Recommendations
72
 
@@ -86,62 +94,15 @@ Use the code below to get started with the model.
86
 
87
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
 
 
 
89
  [More Information Needed]
90
 
91
  ### Training Procedure
92
 
93
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
 
95
- #### Preprocessing [optional]
96
-
97
- [More Information Needed]
98
-
99
-
100
- #### Training Hyperparameters
101
-
102
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
-
104
- #### Speeds, Sizes, Times [optional]
105
-
106
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
-
108
- [More Information Needed]
109
-
110
- ## Evaluation
111
-
112
- <!-- This section describes the evaluation protocols and provides the results. -->
113
-
114
- ### Testing Data, Factors & Metrics
115
-
116
- #### Testing Data
117
-
118
- <!-- This should link to a Dataset Card if possible. -->
119
-
120
- [More Information Needed]
121
-
122
- #### Factors
123
-
124
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
-
126
- [More Information Needed]
127
-
128
- #### Metrics
129
-
130
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
-
132
- [More Information Needed]
133
-
134
- ### Results
135
-
136
- [More Information Needed]
137
-
138
- #### Summary
139
-
140
-
141
-
142
- ## Model Examination [optional]
143
-
144
- <!-- Relevant interpretability work for the model goes here -->
145
 
146
  [More Information Needed]
147
 
@@ -151,11 +112,8 @@ Use the code below to get started with the model.
151
 
152
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
 
154
- - **Hardware Type:** [More Information Needed]
155
- - **Hours used:** [More Information Needed]
156
- - **Cloud Provider:** [More Information Needed]
157
- - **Compute Region:** [More Information Needed]
158
- - **Carbon Emitted:** [More Information Needed]
159
 
160
  ## Technical Specifications [optional]
161
 
@@ -173,7 +131,10 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
173
 
174
  #### Software
175
 
176
- [More Information Needed]
 
 
 
177
 
178
  ## Citation [optional]
179
 
 
10
  - trl
11
  ---
12
 
13
+ # ChristAI-uncensored
 
14
  <!-- Provide a quick summary of what the model is/does. -->
15
 
16
 
 
17
  ## Model Details
18
+ A Small Language Model trained on the King James Version of The Bible.
19
 
20
  ### Model Description
21
 
22
  <!-- Provide a longer summary of what this model is. -->
23
+ Created as a critque peoples usage of AI specifically LLMs/SLMs
24
+ as a confidant, therapist, and in some cases a new god (think American Gods by Neil Gaiman).
25
+
26
+ This has lead to cases of people creating AI-centered cults, rash decision making as suggested by AI,
27
+ and in a praticular case that sparked the intrest of the creation of this model, a 16 year old boy
28
+ commiting [suicide as suggested by ChatGPT](https://www.cnn.com/2025/08/26/tech/openai-chatgpt-teen-suicide-lawsuit).
29
 
30
+ This model is the uncensored model, which is able to better answer more nuanced questions that pertain to
31
+ The Bible and how it pertains to the world.
32
 
33
 
34
+
35
+ - **Developed by:** Emmet Allen
36
+ - **Model type:** PEFT text-generation
37
+ - **Language(s) (NLP):** English
38
+ - **License:** MIT
39
+ - **Finetuned from model [optional]:** Qwen/Qwen2.5-0.5B-Instruct
 
40
 
41
  ### Model Sources [optional]
42
 
43
  <!-- Provide the basic links for the model. -->
44
 
45
+ - **Repository:** (https://huggingface.co/Emmet-Allen/christAIn)
 
 
46
 
47
  ## Uses
48
 
49
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
50
+ Used to answer questions using the KJV bible as a reference point.
51
+
52
+ **This is a Social Critique Project**
53
 
54
  ### Direct Use
55
 
 
73
 
74
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
75
 
76
+ Trained on the Christian Based KJV Bible.
77
+ Heavily leans towards christian values and opinions.
78
 
79
  ### Recommendations
80
 
 
94
 
95
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
96
 
97
+ https://huggingface.co/datasets/Emmet-Allen/The-Bible-KJV
98
+
99
  [More Information Needed]
100
 
101
  ### Training Procedure
102
 
103
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
104
 
105
+ Will include Python Notebook.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
 
107
  [More Information Needed]
108
 
 
112
 
113
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
114
 
115
+ - **Hardware Type:** NVidia 3070ti 8GB VRAM
116
+ - **Hours used:** < 1hr
 
 
 
117
 
118
  ## Technical Specifications [optional]
119
 
 
131
 
132
  #### Software
133
 
134
+ Void IDE
135
+ Jupyter Notebook
136
+ Nvidia-SMI
137
+ Nvidia CUDA-Toolkit
138
 
139
  ## Citation [optional]
140