HassanSamo commited on
Commit
a8d4fef
1 Parent(s): d97b67e

initial commit

Browse files
Files changed (2) hide show
  1. README.md +196 -0
  2. adapter_config.json +23 -0
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-v0.1
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+ ## Model Details
11
+
12
+ ### Model Description
13
+
14
+ <!-- Provide a longer summary of what this model is. -->
15
+
16
+ - **Developed by:** [More Information Needed]
17
+ - **Funded by [optional]:** [More Information Needed]
18
+ - **Shared by [optional]:** [More Information Needed]
19
+ - **Model type:** [More Information Needed]
20
+ - **Language(s) (NLP):** [More Information Needed]
21
+ - **License:** [More Information Needed]
22
+ - **Finetuned from model [optional]:** [More Information Needed]
23
+
24
+ ### Model Sources [optional]
25
+
26
+ <!-- Provide the basic links for the model. -->
27
+
28
+ - **Repository:** [More Information Needed]
29
+ - **Paper [optional]:** [More Information Needed]
30
+ - **Demo [optional]:** [More Information Needed]
31
+
32
+ ## Uses
33
+
34
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
35
+
36
+ ### Direct Use
37
+
38
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
39
+
40
+ [More Information Needed]
41
+
42
+ ### Downstream Use [optional]
43
+
44
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
45
+
46
+ [More Information Needed]
47
+
48
+ ### Out-of-Scope Use
49
+
50
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ## Bias, Risks, and Limitations
55
+
56
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Recommendations
61
+
62
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
63
+
64
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
65
+
66
+ ## How to Get Started with the Model
67
+
68
+ Use the code below to get started with the model.
69
+
70
+ [More Information Needed]
71
+
72
+ ## Training Details
73
+
74
+ ### Training Data
75
+
76
+ <!-- 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. -->
77
+
78
+ [More Information Needed]
79
+
80
+ ### Training Procedure
81
+
82
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
83
+
84
+ #### Preprocessing [optional]
85
+
86
+ [More Information Needed]
87
+
88
+ #### Training Hyperparameters
89
+
90
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
91
+
92
+ #### Speeds, Sizes, Times [optional]
93
+
94
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
95
+
96
+ [More Information Needed]
97
+
98
+ ## Evaluation
99
+
100
+ <!-- This section describes the evaluation protocols and provides the results. -->
101
+
102
+ ### Testing Data, Factors & Metrics
103
+
104
+ #### Testing Data
105
+
106
+ <!-- This should link to a Dataset Card if possible. -->
107
+
108
+ [More Information Needed]
109
+
110
+ #### Factors
111
+
112
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
113
+
114
+ [More Information Needed]
115
+
116
+ #### Metrics
117
+
118
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
119
+
120
+ [More Information Needed]
121
+
122
+ ### Results
123
+
124
+ [More Information Needed]
125
+
126
+ #### Summary
127
+
128
+ ## Model Examination [optional]
129
+
130
+ <!-- Relevant interpretability work for the model goes here -->
131
+
132
+ [More Information Needed]
133
+
134
+ ## Environmental Impact
135
+
136
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
137
+
138
+ 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).
139
+
140
+ - **Hardware Type:** [More Information Needed]
141
+ - **Hours used:** [More Information Needed]
142
+ - **Cloud Provider:** [More Information Needed]
143
+ - **Compute Region:** [More Information Needed]
144
+ - **Carbon Emitted:** [More Information Needed]
145
+
146
+ ## Technical Specifications [optional]
147
+
148
+ ### Model Architecture and Objective
149
+
150
+ [More Information Needed]
151
+
152
+ ### Compute Infrastructure
153
+
154
+ [More Information Needed]
155
+
156
+ #### Hardware
157
+
158
+ [More Information Needed]
159
+
160
+ #### Software
161
+
162
+ [More Information Needed]
163
+
164
+ ## Citation [optional]
165
+
166
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
167
+
168
+ **BibTeX:**
169
+
170
+ [More Information Needed]
171
+
172
+ **APA:**
173
+
174
+ [More Information Needed]
175
+
176
+ ## Glossary [optional]
177
+
178
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
179
+
180
+ [More Information Needed]
181
+
182
+ ## More Information [optional]
183
+
184
+ [More Information Needed]
185
+
186
+ ## Model Card Authors [optional]
187
+
188
+ [More Information Needed]
189
+
190
+ ## Model Card Contact
191
+
192
+ [More Information Needed]
193
+
194
+ ### Framework versions
195
+
196
+ - PEFT 0.7.1
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": ["v_proj", "q_proj", "k_proj", "gate_proj", "o_proj"],
22
+ "task_type": "CAUSAL_LM"
23
+ }