Text Generation
Transformers
PyTorch
RefinedWebModel
custom_code
text-generation-inference
lifeofcoding commited on
Commit
ac4eb28
·
1 Parent(s): 828dab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -170
README.md CHANGED
@@ -6,13 +6,12 @@ datasets:
6
  ---
7
  # Mastermax 7B
8
 
9
- A open source large language model based on Falcon-7b
 
10
 
11
- ## Model Details
12
 
13
- This was based on Falcon 7B and trained on additional new datasets.
14
-
15
- ### Use Model
16
 
17
  ```python
18
  from transformers import AutoTokenizer, AutoModelForCausalLM
@@ -57,169 +56,4 @@ for seq in sequences:
57
  - **Paper [optional]:** [More Information Needed]
58
  - **Demo [optional]:** [More Information Needed]
59
 
60
- ## Uses
61
-
62
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
63
-
64
- ### Direct Use
65
-
66
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
67
-
68
- [More Information Needed]
69
-
70
- ### Downstream Use [optional]
71
-
72
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
73
-
74
- [More Information Needed]
75
-
76
- ### Out-of-Scope Use
77
-
78
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
79
-
80
- [More Information Needed]
81
-
82
- ## Bias, Risks, and Limitations
83
-
84
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
85
-
86
- [More Information Needed]
87
-
88
- ### Recommendations
89
-
90
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
91
-
92
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
93
-
94
- ## How to Get Started with the Model
95
-
96
- Use the code below to get started with the model.
97
-
98
- [More Information Needed]
99
-
100
- ## Training Details
101
-
102
- ### Training Data
103
-
104
- <!-- This should link to a Data 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. -->
105
-
106
- [More Information Needed]
107
-
108
- ### Training Procedure
109
-
110
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
111
-
112
- #### Preprocessing [optional]
113
-
114
- [More Information Needed]
115
-
116
-
117
- #### Training Hyperparameters
118
-
119
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
120
-
121
- #### Speeds, Sizes, Times [optional]
122
-
123
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
124
-
125
- [More Information Needed]
126
-
127
- ## Evaluation
128
-
129
- <!-- This section describes the evaluation protocols and provides the results. -->
130
-
131
- ### Testing Data, Factors & Metrics
132
-
133
- #### Testing Data
134
-
135
- <!-- This should link to a Data Card if possible. -->
136
-
137
- [More Information Needed]
138
-
139
- #### Factors
140
-
141
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
142
-
143
- [More Information Needed]
144
-
145
- #### Metrics
146
-
147
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
148
-
149
- [More Information Needed]
150
-
151
- ### Results
152
-
153
- [More Information Needed]
154
-
155
- #### Summary
156
-
157
-
158
-
159
- ## Model Examination [optional]
160
-
161
- <!-- Relevant interpretability work for the model goes here -->
162
-
163
- [More Information Needed]
164
-
165
- ## Environmental Impact
166
-
167
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
168
-
169
- 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).
170
-
171
- - **Hardware Type:** [More Information Needed]
172
- - **Hours used:** [More Information Needed]
173
- - **Cloud Provider:** [More Information Needed]
174
- - **Compute Region:** [More Information Needed]
175
- - **Carbon Emitted:** [More Information Needed]
176
-
177
- ## Technical Specifications [optional]
178
-
179
- ### Model Architecture and Objective
180
-
181
- [More Information Needed]
182
-
183
- ### Compute Infrastructure
184
-
185
- [More Information Needed]
186
-
187
- #### Hardware
188
-
189
- [More Information Needed]
190
-
191
- #### Software
192
-
193
- [More Information Needed]
194
-
195
- ## Citation [optional]
196
-
197
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
198
-
199
- **BibTeX:**
200
-
201
- [More Information Needed]
202
-
203
- **APA:**
204
-
205
- [More Information Needed]
206
-
207
- ## Glossary [optional]
208
-
209
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
210
-
211
- [More Information Needed]
212
-
213
- ## More Information [optional]
214
-
215
- [More Information Needed]
216
-
217
- ## Model Card Authors [optional]
218
-
219
- [More Information Needed]
220
-
221
- ## Model Card Contact
222
-
223
- [More Information Needed]
224
-
225
 
 
6
  ---
7
  # Mastermax 7B
8
 
9
+ **Mastermax-7B is a 7B parameters causal decoder-only model based on [TII's](https://www.tii.ae) Falcon 7b
10
+ which was trained on 1,500B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) enhanced with curated corpora. It is made available under the Apache 2.0 license.**
11
 
12
+ This was then fine tuned further on additional datasets, including [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1) & [openassistant-guanaco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco)
13
 
14
+ ### How to use Model
 
 
15
 
16
  ```python
17
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
56
  - **Paper [optional]:** [More Information Needed]
57
  - **Demo [optional]:** [More Information Needed]
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59