Wonder-Griffin commited on
Commit
d33bad4
1 Parent(s): 7ad982a

Upload 9 files

Browse files
README(1).md ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Wonder-Griffin/XL-Judge-LLM
4
+ - Wonder-Griffin/Judge-GPT2
5
+ library_name: transformers
6
+ license: wtfpl
7
+ datasets:
8
+ - fka/awesome-chatgpt-prompts
9
+ - BAAI/Infinity-Instruct
10
+ - THUDM/LongWriter-6k
11
+ - SkunkworksAI/reasoning-0.01
12
+ - wikimedia/wikipedia
13
+ - Salesforce/wikitext
14
+ language:
15
+ - en
16
+ metrics:
17
+ - f1
18
+ - accuracy
19
+ - perplexity
20
+ - precision
21
+ pipeline_tag: text-generation
22
+ tags:
23
+ - text-generation-inference
24
+ inference: True
25
+ ---
26
+
27
+ # Model Card for Model ID
28
+
29
+ <!-- Provide a quick summary of what the model is/does. -->
30
+
31
+
32
+
33
+ ## Model Details
34
+
35
+ ### Model Description
36
+
37
+ <!-- Provide a longer summary of what this model is. -->
38
+
39
+
40
+
41
+ - **Developed by:** [More Information Needed]
42
+ - **Funded by [optional]:** [More Information Needed]
43
+ - **Shared by [optional]:** [More Information Needed]
44
+ - **Model type:** [More Information Needed]
45
+ - **Language(s) (NLP):** [More Information Needed]
46
+ - **License:** [More Information Needed]
47
+ - **Finetuned from model [optional]:** [More Information Needed]
48
+
49
+ ### Model Sources [optional]
50
+
51
+ <!-- Provide the basic links for the model. -->
52
+
53
+ - **Repository:** [More Information Needed]
54
+ - **Paper [optional]:** [More Information Needed]
55
+ - **Demo [optional]:** [More Information Needed]
56
+
57
+ ## Uses
58
+
59
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
60
+
61
+ ### Direct Use
62
+
63
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
64
+
65
+ [More Information Needed]
66
+
67
+ ### Downstream Use [optional]
68
+
69
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
70
+
71
+ [More Information Needed]
72
+
73
+ ### Out-of-Scope Use
74
+
75
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
76
+
77
+ [More Information Needed]
78
+
79
+ ## Bias, Risks, and Limitations
80
+
81
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
82
+
83
+ [More Information Needed]
84
+
85
+ ### Recommendations
86
+
87
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
88
+
89
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
90
+
91
+ ## How to Get Started with the Model
92
+
93
+ Use the code below to get started with the model.
94
+
95
+ [More Information Needed]
96
+
97
+ ## Training Details
98
+
99
+ ### Training Data
100
+
101
+ <!-- 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. -->
102
+
103
+ [More Information Needed]
104
+
105
+ ### Training Procedure
106
+
107
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
108
+
109
+ #### Preprocessing [optional]
110
+
111
+ [More Information Needed]
112
+
113
+
114
+ #### Training Hyperparameters
115
+
116
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
117
+
118
+ #### Speeds, Sizes, Times [optional]
119
+
120
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
121
+
122
+ [More Information Needed]
123
+
124
+ ## Evaluation
125
+
126
+ <!-- This section describes the evaluation protocols and provides the results. -->
127
+
128
+ ### Testing Data, Factors & Metrics
129
+
130
+ #### Testing Data
131
+
132
+ <!-- This should link to a Dataset Card if possible. -->
133
+
134
+ [More Information Needed]
135
+
136
+ #### Factors
137
+
138
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
139
+
140
+ [More Information Needed]
141
+
142
+ #### Metrics
143
+
144
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
145
+
146
+ [More Information Needed]
147
+
148
+ ### Results
149
+
150
+ [More Information Needed]
151
+
152
+ #### Summary
153
+
154
+
155
+
156
+ ## Model Examination [optional]
157
+
158
+ <!-- Relevant interpretability work for the model goes here -->
159
+
160
+ [More Information Needed]
161
+
162
+ ## Environmental Impact
163
+
164
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
165
+
166
+ 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).
167
+
168
+ - **Hardware Type:** [More Information Needed]
169
+ - **Hours used:** [More Information Needed]
170
+ - **Cloud Provider:** [More Information Needed]
171
+ - **Compute Region:** [More Information Needed]
172
+ - **Carbon Emitted:** [More Information Needed]
173
+
174
+ ## Technical Specifications [optional]
175
+
176
+ ### Model Architecture and Objective
177
+
178
+ [More Information Needed]
179
+
180
+ ### Compute Infrastructure
181
+
182
+ [More Information Needed]
183
+
184
+ #### Hardware
185
+
186
+ [More Information Needed]
187
+
188
+ #### Software
189
+
190
+ [More Information Needed]
191
+
192
+ ## Citation [optional]
193
+
194
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
195
+
196
+ **BibTeX:**
197
+
198
+ [More Information Needed]
199
+
200
+ **APA:**
201
+
202
+ [More Information Needed]
203
+
204
+ ## Glossary [optional]
205
+
206
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
207
+
208
+ [More Information Needed]
209
+
210
+ ## More Information [optional]
211
+
212
+ [More Information Needed]
213
+
214
+ ## Model Card Authors [optional]
215
+
216
+ [More Information Needed]
217
+
218
+ ## Model Card Contact
219
+
220
+ [More Information Needed]
221
+ ### Framework versions
222
+
223
+ - PEFT 0.12.0
adapter_config(1).json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Wonder-Griffin/XL-Judge-LLM",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "c_attn",
24
+ "c_proj",
25
+ "c_fc"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
adapter_model(1).safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675bc83693efea1b7cbefa3824911cdae2c30a4afdd7dc66281ae6ab6408c5ed
3
+ size 9449344
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed9d591e796ae33f04b5b425fd8503327724ae24b4073ea1965026a7e5ac9f75
3
- size 1053691936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84aaebd9c547b71caed84e0e314f9ab8893dbeddb054c0f2a9e3ddfff4ab42a3
3
+ size 731484912
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
15
+ "clean_up_tokenization_spaces": true,
16
+ "eos_token": "<|endoftext|>",
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab.txt ADDED
The diff for this file is too large to render. See raw diff