The Big Blender commited on
Commit
b837088
1 Parent(s): 210e51a

Initial Upload

Browse files
.gitattributes CHANGED
@@ -1,6 +1,7 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
 
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
6
  *.ftz filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.ggml filter=lfs diff=lfs merge=lfs -text
5
  *.bz2 filter=lfs diff=lfs merge=lfs -text
6
  *.ckpt filter=lfs diff=lfs merge=lfs -text
7
  *.ftz filter=lfs diff=lfs merge=lfs -text
GPT-J-6B-Skein-F16.ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f96455eb687629bf164f9095ad35062aa160f959c0355fa551e2f1685e7e8d3f
3
+ size 12104027673
GPT-J-6B-Skein-Q4_0.ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f6ddd7756f819e5d527948990a1e02da777989fc4abc5d769c45cba1ae6867a
3
+ size 3407121945
GPT-J-6B-Skein-Q4_1.ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b341839240b7c3cafc99536f9965cde9469db1981ac4c3227e5be540e7210990
3
+ size 3785248281
GPT-J-6B-Skein-Q5_0.ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f68e365aed170df1562174581e76dd02c2d128ea2dc1ceb7e474fe8c34133c00
3
+ size 4163374617
GPT-J-6B-Skein-Q5_1.ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4026da995fdb54561d940fbfb052fab2ebb44615953c289bb9e455f6556f31
3
+ size 4541500953
GPT-J-6B-Skein-Q8_0.ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c6f674af6e8d0b5414aef19325ac62c7ba34a4609f3a84cf52683b2655fc62
3
+ size 6432132633
README.md CHANGED
@@ -1,3 +1,188 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # GPT-J-Skein - GGML Edition
5
+
6
+ This is the GGML port of our classic GPT-J-Skein model, a 6B model focussed on text adventures with additional novel data.
7
+ It was a beloved text adventure and even writing model, back in the day people used the anti You bias userscript to enhance its writing ability.
8
+ Later it was remade as Skein-20B which we also intend to convert to GGUF.
9
+
10
+ ### GGML in 2024, really?
11
+ Yes, GPT-J never saw adoption by Llamacpp and until this changes we have to rely on older code that originated from the pygmalioncpp project and that still lives on in KoboldCpp today.
12
+ This model release was tested to work in KoboldCpp 1.66, but due to the age of the format does come with limitations.
13
+
14
+ ### What are the limitations of this conversion?
15
+ This format dates back to a time where K quants did not exist yet, so you will only be able to use regular quants or the FP16 version.
16
+ Likewise a lot of modern features will be missing from the engine, you can still use smartcontext but you can't use context shifting.
17
+ You can offload if you have a CUDA compatible GPU (ROCm is untested but may work), for full acceleration it is required to have every layer on the GPU.
18
+ For non Nvidia GPU's you can use CLBlast to speedup the prompt processing, Vulkan does not support these older GGML models as it does not exist in our legacy code.
19
+ Rope scaling even though its a much newer feature should be compatible, we also expect some of the more modern samplers to be compatible.
20
+
21
+ ---
22
+
23
+ # Model Card for GPT-J-6B-Skein
24
+
25
+ # Model Details
26
+
27
+ ## Model Description
28
+
29
+
30
+ - **Developed by:** KoboldAI
31
+ - **Shared by [Optional]:** KoboldAI
32
+ - **Model type:** Text Generation
33
+ - **Language(s) (NLP):** English
34
+ - **License:** Apache License 2.0
35
+ - **Related Models:** [GPT-J 6B](https://huggingface.co/EleutherAI/gpt-j-6B?text=My+name+is+Mariama%2C+my+favorite)
36
+ - **Parent Model:** GPT-J
37
+ - **Resources for more information:**
38
+ - [GitHub Repo](https://github.com/kingoflolz/mesh-transformer-jax)
39
+ - [Associated Model Doc](https://huggingface.co/docs/transformers/main/en/model_doc/gptj#transformers.GPTJForCausalLM)
40
+
41
+ # Uses
42
+
43
+
44
+ ## Direct Use
45
+
46
+ This model is designed for creative story generation. It can understand both free-form text and text written in interactive fiction style with actions starting with "> You", such as:
47
+
48
+ ```
49
+ You become aware of her breathing -- the slight expansion of her ribs, the soft exhalation -- natural, and yet somehow studied. "Ah -- by the way," she says, in a way that utterly fails to be casual, "have you seen the artist out there? -- My artist, that is."
50
+
51
+ "No," you respond, uneasy. You open your mouth and close it again.
52
+
53
+ > You ask about the experience of waking up
54
+ ```
55
+
56
+ ## Downstream Use [Optional]
57
+
58
+ More information needed
59
+
60
+ ## Out-of-Scope Use
61
+
62
+ The model should not be used to intentionally create hostile or alienating environments for people.
63
+
64
+ # Bias, Risks, and Limitations
65
+ The core functionality of GPT-J is taking a string of text and predicting the next token. While language models are widely used for tasks other than this, there are a lot of unknowns with this work. When prompting GPT-J it is important to remember that the statistically most likely next token is often not the token that produces the most "accurate" text. Never depend upon GPT-J to produce factually accurate output.
66
+ GPT-J was trained on the Pile, a dataset known to contain profanity, lewd, and otherwise abrasive language. Depending upon use case GPT-J may produce socially unacceptable text. See Sections 5 and 6 of the Pile paper for a more detailed analysis of the biases in the Pile.
67
+ As with all language models, it is hard to predict in advance how GPT-J will respond to particular prompts and offensive content may occur without warning. We recommend having a human curate or filter the outputs before releasing them, both to censor undesirable content and to improve the quality of the results.
68
+
69
+ See the [GPT-J 6B model card](https://huggingface.co/EleutherAI/gpt-j-6B?text=My+name+is+Mariama%2C+my+favorite) for more information.
70
+
71
+ ## Recommendations
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+
76
+ # Training Details
77
+
78
+ ## Training Data
79
+
80
+ The data are mostly comprised of light novels from the dataset of the [KoboldAI/GPT-Neo-2.7B-Horni-LN](https://huggingface.co/KoboldAI/GPT-Neo-2.7B-Horni-LN) model and assorted interactive fiction. The dataset uses `[Themes: <comma-separated list of genres>]` for tagging, which means that if similar text is placed in the context, the model will attempt to generate text in the specified style(s). For more details about the dataset, consult [this document](https://wandb.ai/ve-forbryderne/skein/runs/files/files/datasets/README.txt).
81
+
82
+ ## Training Procedure
83
+
84
+
85
+ ### Preprocessing
86
+
87
+ The data were preprocessed using the Python package ftfy to eliminate as much as possible non-ASCII punctuation characters and possible encoding errors. The interactive fiction in the dataset also underwent deduplication since interactive fiction logs often contain duplicate text from, for example, visiting the same in-game area several times. spaCy was used for grammatical analysis with the purpose of reformatting the actions commonly found in old text adventure games into more complete sentences. There was also some manual elimination of things such as "thank you for playing" messages and title messages.
88
+
89
+ ### Speeds, Sizes, Times
90
+
91
+ Training took approximately 14 hours in total, with the average speed being 5265 tokens per second.
92
+
93
+ # Evaluation
94
+
95
+
96
+ ## Testing Data, Factors & Metrics
97
+
98
+ ### Testing Data
99
+
100
+ More information needed
101
+
102
+ ### Factors
103
+
104
+
105
+ ### Metrics
106
+
107
+ More information needed
108
+ ## Results
109
+
110
+ More information needed
111
+
112
+ # Model Examination
113
+
114
+ More information needed
115
+
116
+ # Environmental Impact
117
+
118
+
119
+ 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).
120
+
121
+ - **Hardware Type:** More information needed
122
+ - **Hours used:** More information needed
123
+ - **Cloud Provider:** More information needed
124
+ - **Compute Region:** More information needed
125
+ - **Carbon Emitted:** More information needed
126
+
127
+ # Technical Specifications [optional]
128
+
129
+ ## Model Architecture and Objective
130
+
131
+ More information needed
132
+
133
+ ## Compute Infrastructure
134
+
135
+ More information needed
136
+
137
+ ### Hardware
138
+
139
+ More information needed
140
+
141
+ ### Software
142
+ https://github.com/kingoflolz/mesh-transformer-jax
143
+
144
+ # Citation
145
+
146
+
147
+ **BibTeX:**
148
+ ```
149
+ @misc{mesh-transformer-jax,
150
+ author = {Wang, Ben},
151
+ title = {{Mesh-Transformer-JAX: Model-Parallel Implementation of Transformer Language Model with JAX}},
152
+ howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
153
+ year = 2021,
154
+ month = May
155
+ }
156
+ ```
157
+
158
+ # Glossary [optional]
159
+ More information needed
160
+
161
+ # More Information [optional]
162
+
163
+ More information needed
164
+
165
+ # Model Card Authors [optional]
166
+
167
+
168
+ KoboldAI in collaboration with Ezi Ozoani and the Hugging Face team
169
+
170
+ # Model Card Contact
171
+
172
+ More information needed
173
+
174
+ # How to Get Started with the Model
175
+
176
+ Use the code below to get started with the model.
177
+
178
+ <details>
179
+ <summary> Click to expand </summary>
180
+
181
+ ```python
182
+ from transformers import AutoTokenizer, AutoModelForCausalLM
183
+
184
+ tokenizer = AutoTokenizer.from_pretrained("KoboldAI/GPT-J-6B-Skein")
185
+
186
+ model = AutoModelForCausalLM.from_pretrained("KoboldAI/GPT-J-6B-Skein")
187
+ ```
188
+ </details>