TheBloke commited on
Commit
43d112e
1 Parent(s): a033fba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -6
README.md CHANGED
@@ -196,15 +196,84 @@ Thank you to all my generous patrons and donaters!
196
 
197
  # Original model card: Upstage's Llama 30B Instruct 2048
198
 
199
- # LLaMa-30b-instruct-2048 model card
200
 
201
- ## Contact Us, Why Upstage LLM?
202
- - [Upstage](https://en.upstage.ai)'s LLM research has yielded remarkable results. Our 30B model size **outperforms all models worldwide**, establishing itself as the leading performer. Recognizing the immense potential for private LLM adoption within companies, we invite you to effortlessly implement a private LLM and fine-tune it with your own data. For a seamless and tailored solution, please don't hesitate to reach out to us [(click here to mail)].
 
 
 
 
 
 
203
 
204
- ## Model and Dataset Details
205
- - Please refer to the model card of [upstage/llama-30b-instruct](https://huggingface.co/upstage/llama-30b-instruct) as this one is almost the same.
206
 
207
- ## License
 
 
 
208
  - This model is under a **Non-commercial** Bespoke License and governed by the Meta license. You should only use this repository if you have been granted access to the model by filling out [this form](https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform), but have either lost your copy of the weights or encountered issues converting them to the Transformers format.
209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  [(click here to mail)]: mailto:contact@upstage.ai
 
196
 
197
  # Original model card: Upstage's Llama 30B Instruct 2048
198
 
199
+ ## Model Details
200
 
201
+ ### Model Developers
202
+ - [Upstage](https://en.upstage.ai)
203
+
204
+ ### Backbone Model
205
+ - [LLaMA](https://github.com/facebookresearch/llama/tree/llama_v1)
206
+
207
+ ### Variations
208
+ - It has different model parameter sizes and sequence lengths: [30B/1024](https://huggingface.co/upstage/llama-30b-instruct), [30B/2048](https://huggingface.co/upstage/llama-30b-instruct-2048), [65B/1024](https://huggingface.co/upstage/llama-65b-instruct).
209
 
210
+ ### Input
211
+ - Models solely process textual input.
212
 
213
+ ### Output
214
+ - Models solely generate textual output.
215
+
216
+ ### License
217
  - This model is under a **Non-commercial** Bespoke License and governed by the Meta license. You should only use this repository if you have been granted access to the model by filling out [this form](https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform), but have either lost your copy of the weights or encountered issues converting them to the Transformers format.
218
 
219
+ ### Where to send comments
220
+ - Instructions on how to provide feedback or comments on a model can be found by opening an issue in the [Hugging Face community's model repository](https://huggingface.co/upstage/llama-30b-instruct-2048/discussions).
221
+
222
+ ## Dataset Details
223
+
224
+ ### Used Datasets
225
+ - [openbookqa](https://huggingface.co/datasets/openbookqa)
226
+ - [sciq](https://huggingface.co/datasets/sciq)
227
+ - [Open-Orca/OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca)
228
+ - [metaeval/ScienceQA_text_only](https://huggingface.co/datasets/metaeval/ScienceQA_text_only)
229
+ - [GAIR/lima](https://huggingface.co/datasets/GAIR/lima)
230
+
231
+ ## Hardware and Software
232
+
233
+ ### Hardware
234
+ - We utilized an A100 for training our model.
235
+
236
+ ### Training Factors
237
+ - We fine-tuned this model using a combination of the [DeepSpeed library](https://github.com/microsoft/DeepSpeed) and the [HuggingFace trainer](https://huggingface.co/docs/transformers/main_classes/trainer).
238
+
239
+ ## Evaluation Results
240
+
241
+ ### Overview
242
+ - We conducted a performance evaluation based on the tasks being evaluated on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
243
+ We evaluated our model on four benchmark datasets, which include `ARC-Challenge`, `HellaSwag`, `MMLU`, and `TruthfulQA`.
244
+ We used the [lm-evaluation-harness repository](https://github.com/EleutherAI/lm-evaluation-harness), specifically commit [b281b0921b636bc36ad05c0b0b0763bd6dd43463](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463).
245
+
246
+ ### Main Results
247
+ | Model | Average | ARC | HellaSwag | MMLU | TruthfulQA |
248
+ |-----------------------------------------------|---------|-------|-----------|-------|------------|
249
+ | llama-65b-instruct (***Ours***, ***Local Reproduction***) | **69.4** | **67.6** | **86.5** | **64.9** | **58.8** |
250
+ | llama-30b-instruct-2048 (***Ours***, ***Open LLM Leaderboard***) | 67.0 | 64.9 | 84.9 | 61.9 | 56.3 |
251
+ | Llama-2-70b-chat-hf | 66.8 | 64.6 | 85.9 | 63.9 | 52.8 |
252
+ | llama-30b-instruct (***Ours***, ***Open LLM Leaderboard***) | 65.2 | 62.5 | 86.2 | 59.4 | 52.8 |
253
+ | falcon-40b-instruct | 63.4 | 61.6 | 84.3 | 55.4 | 52.5 |
254
+ | llama-65b | 62.1 | 57.6 | 84.3 | 63.4 | 43.0 |
255
+
256
+ ### Scripts
257
+ - Prepare evaluation environments:
258
+ ```
259
+ # clone the repository
260
+ git clone https://github.com/EleutherAI/lm-evaluation-harness.git
261
+
262
+ # check out the specific commit
263
+ git checkout b281b0921b636bc36ad05c0b0b0763bd6dd43463
264
+
265
+ # change to the repository directory
266
+ cd lm-evaluation-harness
267
+ ```
268
+
269
+ ## Ethical Issues
270
+
271
+ ### Ethical Considerations
272
+ - There were no ethical issues involved, as we did not include the benchmark test set or the training set in the model's training process.
273
+
274
+ ## Contact Us
275
+
276
+ ### Why Upstage LLM?
277
+ - [Upstage](https://en.upstage.ai)'s LLM research has yielded remarkable results. Our 30B model size **outperforms all models worldwide**, establishing itself as the leading performer. Recognizing the immense potential for private LLM adoption within companies, we invite you to effortlessly implement a private LLM and fine-tune it with your own data. For a seamless and tailored solution, please don't hesitate to reach out to us [(click here to mail)].
278
+
279
  [(click here to mail)]: mailto:contact@upstage.ai