Ranjanunicode commited on
Commit
891e49a
1 Parent(s): 696f3b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -146
README.md CHANGED
@@ -12,7 +12,7 @@ metrics:
12
 
13
  Model Developers Ranjanunicode
14
 
15
- Quantized version of Llama 2 chat hugging face which can be implemented with minimal hardware requirements.
16
 
17
  Input Models input text only.
18
 
@@ -25,8 +25,6 @@ Output Models generate text only.
25
  <!-- Provide a longer summary of what this model is. -->
26
 
27
  - **Developed by:** Ranjan Pandit
28
- - **Funded by [optional]:** [More Information Needed]
29
- - **Shared by [optional]:** [More Information Needed]
30
  - **Model type:** Quantized version of "meta-llama/Llama-2-7b-chat-hf"
31
  - **Finetuned from model [optional]:** "meta-llama/Llama-2-7b-chat-hf"
32
 
@@ -43,72 +41,11 @@ Output Models generate text only.
43
  - Tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.
44
  - To get the expected features and performance for the chat versions, a specific formatting needs to be followed,including the INST and <<SYS>> tags, BOS and EOS tokens, and the whitespaces and breaklines in between (we recommend calling strip() on inputs to avoid double-spaces). See our reference code in github for details: chat_completion.
45
 
46
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
-
48
- ### Direct Use
49
-
50
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
-
52
- [More Information Needed]
53
-
54
- ### Downstream Use [optional]
55
-
56
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
-
58
- [More Information Needed]
59
 
60
  ### Out-of-Scope Use
61
 
62
  - Out-of-scope Uses Use in any manner that violates applicable laws or regulations (including trade compliance laws).Use in languages other than English. Use in any other way that is prohibited by the Acceptable Use Policy and Licensing Agreement for Llama 2.
63
 
64
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
65
-
66
- [More Information Needed]
67
-
68
- ## Bias, Risks, and Limitations
69
-
70
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
71
-
72
- [More Information Needed]
73
-
74
- ### Recommendations
75
-
76
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
77
-
78
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
79
-
80
- ## How to Get Started with the Model
81
-
82
- Use the code below to get started with the model.
83
-
84
- [More Information Needed]
85
-
86
- ## Training Details
87
-
88
- ### Training Data
89
-
90
- <!-- 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. -->
91
-
92
- [More Information Needed]
93
-
94
- ### Training Procedure
95
-
96
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
97
-
98
- #### Preprocessing [optional]
99
-
100
- [More Information Needed]
101
-
102
-
103
- #### Training Hyperparameters
104
-
105
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
106
-
107
- #### Speeds, Sizes, Times [optional]
108
-
109
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
110
-
111
- [More Information Needed]
112
 
113
  ## Evaluation
114
 
@@ -122,98 +59,22 @@ Llama 1 65B 30.7 70.7 60.5 68.6 30.8 63.4 43.5 47.6
122
  Llama 2 7B 16.8 63.9 48.9 61.3 14.6 45.3 32.6 29.3
123
  Llama 2 13B 24.5 66.9 55.4 65.8 28.7 54.8 39.4 39.1
124
  Llama 2 70B 37.5 71.9 63.6 69.4 35.2 68.9 51.2 54.2
125
- <!-- This section describes the evaluation protocols and provides the results. -->
126
-
127
- ### Testing Data, Factors & Metrics
128
-
129
- #### Testing Data
130
-
131
- <!-- This should link to a Dataset Card if possible. -->
132
-
133
- [More Information Needed]
134
-
135
- #### Factors
136
-
137
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
138
-
139
- [More Information Needed]
140
-
141
- #### Metrics
142
-
143
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
144
-
145
- [More Information Needed]
146
-
147
- ### Results
148
-
149
- [More Information Needed]
150
-
151
- #### Summary
152
-
153
-
154
-
155
- ## Model Examination [optional]
156
-
157
- <!-- Relevant interpretability work for the model goes here -->
158
-
159
- [More Information Needed]
160
-
161
- ## Environmental Impact
162
-
163
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
164
-
165
- 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).
166
-
167
- - **Hardware Type:** [More Information Needed]
168
- - **Hours used:** [More Information Needed]
169
- - **Cloud Provider:** [More Information Needed]
170
- - **Compute Region:** [More Information Needed]
171
- - **Carbon Emitted:** [More Information Needed]
172
-
173
- ## Technical Specifications [optional]
174
-
175
- ### Model Architecture and Objective
176
-
177
- [More Information Needed]
178
 
179
  ### Compute Infrastructure
 
180
 
181
  [More Information Needed]
182
 
183
- #### Hardware
184
-
185
- [More Information Needed]
186
-
187
- #### Software
188
-
189
- [More Information Needed]
190
 
191
  ## Citation [optional]
192
 
193
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
194
-
195
- **BibTeX:**
196
-
197
- [More Information Needed]
198
-
199
- **APA:**
200
-
201
- [More Information Needed]
202
-
203
- ## Glossary [optional]
204
-
205
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
206
-
207
- [More Information Needed]
208
-
209
- ## More Information [optional]
210
-
211
- [More Information Needed]
212
 
213
  ## Model Card Authors [optional]
214
 
215
- [More Information Needed]
216
 
217
  ## Model Card Contact
218
-
219
- [More Information Needed]
 
12
 
13
  Model Developers Ranjanunicode
14
 
15
+ A quantized version of Llama 2 chat hugging face that can be implemented with minimal hardware requirements.
16
 
17
  Input Models input text only.
18
 
 
25
  <!-- Provide a longer summary of what this model is. -->
26
 
27
  - **Developed by:** Ranjan Pandit
 
 
28
  - **Model type:** Quantized version of "meta-llama/Llama-2-7b-chat-hf"
29
  - **Finetuned from model [optional]:** "meta-llama/Llama-2-7b-chat-hf"
30
 
 
41
  - Tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.
42
  - To get the expected features and performance for the chat versions, a specific formatting needs to be followed,including the INST and <<SYS>> tags, BOS and EOS tokens, and the whitespaces and breaklines in between (we recommend calling strip() on inputs to avoid double-spaces). See our reference code in github for details: chat_completion.
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  ### Out-of-Scope Use
46
 
47
  - Out-of-scope Uses Use in any manner that violates applicable laws or regulations (including trade compliance laws).Use in languages other than English. Use in any other way that is prohibited by the Acceptable Use Policy and Licensing Agreement for Llama 2.
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  ## Evaluation
51
 
 
59
  Llama 2 7B 16.8 63.9 48.9 61.3 14.6 45.3 32.6 29.3
60
  Llama 2 13B 24.5 66.9 55.4 65.8 28.7 54.8 39.4 39.1
61
  Llama 2 70B 37.5 71.9 63.6 69.4 35.2 68.9 51.2 54.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ### Compute Infrastructure
64
+ - Google collab Tesla T4 Gpu.
65
 
66
  [More Information Needed]
67
 
 
 
 
 
 
 
 
68
 
69
  ## Citation [optional]
70
 
71
+ - Meta
72
+ - Meta LLama
73
+ - "https://arxiv.org/abs/2310.19102"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
  ## Model Card Authors [optional]
76
 
77
+ - Ranjan
78
 
79
  ## Model Card Contact
80