wonhosong commited on
Commit
e30a89d
1 Parent(s): adbb941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -16,30 +16,32 @@ pipeline_tag: text-generation
16
  ---
17
  # LLaMa-30b-instruct model card
18
 
19
- **Model Developers**
 
 
20
  - [Upstage](https://en.upstage.ai)
21
 
22
- **Backbone Model**
23
  - [LLaMA](https://github.com/facebookresearch/llama/tree/llama_v1)
24
 
25
- **Variations**
26
  - 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).
27
 
28
- **Input**
29
  - Models solely process textual input.
30
 
31
- **Output**
32
- - Models solely generate textual output
33
 
34
- **License**
35
- - 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.
36
 
37
- **Where to send comments**
38
  - 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).
39
 
40
  ## Dataset Details
41
 
42
- **Used Datasets**
43
  - [openbookqa](https://huggingface.co/datasets/openbookqa)
44
  - [sciq](https://huggingface.co/datasets/sciq)
45
  - [Open-Orca/OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca)
@@ -48,21 +50,20 @@ pipeline_tag: text-generation
48
 
49
  ## Hardware and Software
50
 
51
- **Hardware**
52
  - We utilized an A100 for training our model.
53
 
54
- **Training Factors**
55
  - 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).
56
 
57
  ## Evaluation Results
58
 
59
- **Overview**
60
  - We conducted a performance evaluation based on the tasks being evaluated on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
61
- - We evaluated our model on four benchmark datasets, which include `ARC-Challenge`, `HellaSwag`, `MMLU`, and `TruthfulQA`.
62
- - 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).
63
- - We can reproduce the evaluation environments using the command below:
64
 
65
- **Main Results**
66
  | Model | Average | ARC | HellaSwag | MMLU | TruthfulQA |
67
  |-----------------------------------------------|---------|-------|-----------|-------|------------|
68
  | llama-65b-instruct (***Ours***, ***Local Reproduction***) | **69.4** | **67.6** | **86.5** | **64.9** | **58.8** |
@@ -71,7 +72,7 @@ pipeline_tag: text-generation
71
  | llama-30b-instruct (***Ours***, ***Open LLM Leaderboard***) | 63.2 | 56.7 | 84.0 | 59.0 | 53.1 |
72
  | llama-65b | 62.1 | 57.6 | 84.3 | 63.4 | 43.0 |
73
 
74
- **Scripts**
75
  - Prepare evaluation environments:
76
  ```
77
  # clone the repository
@@ -86,12 +87,12 @@ cd lm-evaluation-harness
86
 
87
  ## Ethical Issues
88
 
89
- **Ethical Considerations**
90
  - 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.
91
 
92
  ## Contact Us
93
 
94
- **Why Upstage LLM?**
95
  - [Upstage](https://en.upstage.ai)'s LLM research has yielded remarkable results. Our 30B model size outperforms all models worldwide with less than 65B, 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)].
96
 
97
  [(click here to mail)]: mailto:[email protected]
 
16
  ---
17
  # LLaMa-30b-instruct model card
18
 
19
+ ## Model Details
20
+
21
+ ### Model Developers
22
  - [Upstage](https://en.upstage.ai)
23
 
24
+ ### Backbone Model
25
  - [LLaMA](https://github.com/facebookresearch/llama/tree/llama_v1)
26
 
27
+ ### Variations
28
  - 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).
29
 
30
+ ### Input
31
  - Models solely process textual input.
32
 
33
+ ### Output
34
+ - Models solely generate textual output.
35
 
36
+ ### License
37
+ - 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.
38
 
39
+ ### Where to send comments
40
  - 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).
41
 
42
  ## Dataset Details
43
 
44
+ ### Used Datasets
45
  - [openbookqa](https://huggingface.co/datasets/openbookqa)
46
  - [sciq](https://huggingface.co/datasets/sciq)
47
  - [Open-Orca/OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca)
 
50
 
51
  ## Hardware and Software
52
 
53
+ ### Hardware
54
  - We utilized an A100 for training our model.
55
 
56
+ ### Training Factors
57
  - 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).
58
 
59
  ## Evaluation Results
60
 
61
+ ### Overview
62
  - We conducted a performance evaluation based on the tasks being evaluated on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
63
+ We evaluated our model on four benchmark datasets, which include `ARC-Challenge`, `HellaSwag`, `MMLU`, and `TruthfulQA`.
64
+ 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).
 
65
 
66
+ ### Main Results
67
  | Model | Average | ARC | HellaSwag | MMLU | TruthfulQA |
68
  |-----------------------------------------------|---------|-------|-----------|-------|------------|
69
  | llama-65b-instruct (***Ours***, ***Local Reproduction***) | **69.4** | **67.6** | **86.5** | **64.9** | **58.8** |
 
72
  | llama-30b-instruct (***Ours***, ***Open LLM Leaderboard***) | 63.2 | 56.7 | 84.0 | 59.0 | 53.1 |
73
  | llama-65b | 62.1 | 57.6 | 84.3 | 63.4 | 43.0 |
74
 
75
+ ### Scripts
76
  - Prepare evaluation environments:
77
  ```
78
  # clone the repository
 
87
 
88
  ## Ethical Issues
89
 
90
+ ### Ethical Considerations
91
  - 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.
92
 
93
  ## Contact Us
94
 
95
+ ### Why Upstage LLM?
96
  - [Upstage](https://en.upstage.ai)'s LLM research has yielded remarkable results. Our 30B model size outperforms all models worldwide with less than 65B, 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)].
97
 
98
  [(click here to mail)]: mailto:[email protected]