Adapters
SkyXIntl commited on
Commit
1fe9604
1 Parent(s): 902d0d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +196 -1
README.md CHANGED
@@ -33,4 +33,199 @@ language:
33
  metrics:
34
  - accuracy
35
  library_name: adapter-transformers
36
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  metrics:
34
  - accuracy
35
  library_name: adapter-transformers
36
+ ---
37
+
38
+ # Model Card for {{ model_id | default("Model ID", true) }}
39
+
40
+ This AI is specialised in aviation topic, and can help you with many queries.
41
+
42
+ {{ model_summary | default("", true) }}
43
+
44
+ ## Model Details
45
+
46
+ ### Model Description
47
+
48
+ The SkyReach Companion AI, developed by SkyX International Community, is part of the SkyReach Academy project. It answers a wide range of aviation-related questions and is continually improved to provide accurate and up-to-date information.
49
+
50
+ {{ model_description | default("", true) }}
51
+
52
+ - **Developed by:** {{ developers | default("[SkyX International Community]", true)}}
53
+ - **Funded by [optional]:** {{ funded_by | default("[SkyX International Community]", true)}}
54
+ - **Shared by [optional]:** {{ shared_by | default("[SkyX International Community]", true)}}
55
+ - **Model type:** {{ model_type | default("[More Information Needed]", true)}}
56
+ - **Language(s) (NLP):** {{ language | default("[en - fr - de - es - hi - ar - da - nl - ru - it - pt - id - cs - pl]", true)}}
57
+ - **License:** {{ license | default("[Apache 2.0]", true)}}
58
+ - **Finetuned from model [optional]:** {{ base_model | default("[More Information Needed]", true)}}
59
+
60
+ ### Model Sources [optional]
61
+
62
+ <!-- Provide the basic links for the model. -->
63
+
64
+ - **Repository:** {{ repo | default("[https://huggingface.co/SkyXIntl/SkyReach_Companion_AI]", true)}}
65
+ - **Paper [optional]:** {{ paper | default("[More Information Needed]", true)}}
66
+ - **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}}
67
+
68
+ ## Uses
69
+
70
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
71
+
72
+ ### Direct Use
73
+
74
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
75
+
76
+ {{ direct_use | default("[The model is used for answering aviation-related questions and generating content about aviation topics.]", true)}}
77
+
78
+ ### Downstream Use [optional]
79
+
80
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
81
+
82
+ {{ downstream_use | default("[It can be fine-tuned for specific aviation applications and integrated into aviation apps.]", true)}}
83
+
84
+ ### Out-of-Scope Use
85
+
86
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
87
+
88
+ {{ out_of_scope_use | default("[The model is not suitable for non-aviation-related queries or for tasks outside the scope of general aviation knowledge. It may not perform well with highly specialized or niche aviation topics not covered by its training data.]", true)}}
89
+
90
+ ## Bias, Risks, and Limitations
91
+
92
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
93
+
94
+ {{ bias_risks_limitations | default("[The model may reflect biases present in the training data. For instance, it might show bias towards certain airlines or geographical regions if the data is not balanced. Misinterpretation of the model’s responses may lead to incorrect aviation information being conveyed. The model’s accuracy is dependent on the quality and breadth of its training data. It may not always provide the most current or complete information.]", true)}}
95
+
96
+ ### Recommendations
97
+
98
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
99
+
100
+ {{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
101
+
102
+ ## How to Get Started with the Model
103
+
104
+ Use the code below to get started with the model.
105
+
106
+ {{ get_started_code | default("[More Information Needed]", true)}}
107
+
108
+ ## Training Details
109
+
110
+ ### Training Data
111
+
112
+ <!-- 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. -->
113
+
114
+ {{ training_data | default("[The model was trained using a diverse set of aviation-related datasets including flight data, aircraft specifications, and aviation texts. For detailed dataset information, refer to the Dataset Cards]", true)}}
115
+
116
+ ### Training Procedure
117
+
118
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
119
+
120
+ #### Preprocessing [optional]
121
+
122
+ {{ preprocessing | default("[More Information Needed]", true)}}
123
+
124
+
125
+ #### Training Hyperparameters
126
+
127
+ - **Training regime:** {{ training_regime | default("[More Information Needed]", true)}} <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
128
+
129
+ #### Speeds, Sizes, Times [optional]
130
+
131
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
132
+
133
+ {{ speeds_sizes_times | default("[More Information Needed]", true)}}
134
+
135
+ ## Evaluation
136
+
137
+ <!-- This section describes the evaluation protocols and provides the results. -->
138
+
139
+ ### Testing Data, Factors & Metrics
140
+
141
+ #### Testing Data
142
+
143
+ <!-- This should link to a Dataset Card if possible. -->
144
+
145
+ {{ testing_data | default("[More Information Needed]", true)}}
146
+
147
+ #### Factors
148
+
149
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
150
+
151
+ {{ testing_factors | default("[More Information Needed]", true)}}
152
+
153
+ #### Metrics
154
+
155
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
156
+
157
+ {{ testing_metrics | default("[More Information Needed]", true)}}
158
+
159
+ ### Results
160
+
161
+ {{ results | default("[More Information Needed]", true)}}
162
+
163
+ #### Summary
164
+
165
+ {{ results_summary | default("", true) }}
166
+
167
+ ## Model Examination [optional]
168
+
169
+ <!-- Relevant interpretability work for the model goes here -->
170
+
171
+ {{ model_examination | default("[More Information Needed]", true)}}
172
+
173
+ ## Environmental Impact
174
+
175
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
176
+
177
+ 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).
178
+
179
+ - **Hardware Type:** {{ hardware_type | default("[More Information Needed]", true)}}
180
+ - **Hours used:** {{ hours_used | default("[More Information Needed]", true)}}
181
+ - **Cloud Provider:** {{ cloud_provider | default("[More Information Needed]", true)}}
182
+ - **Compute Region:** {{ cloud_region | default("[More Information Needed]", true)}}
183
+ - **Carbon Emitted:** {{ co2_emitted | default("[More Information Needed]", true)}}
184
+
185
+ ## Technical Specifications [optional]
186
+
187
+ ### Model Architecture and Objective
188
+
189
+ {{ model_specs | default("[More Information Needed]", true)}}
190
+
191
+ ### Compute Infrastructure
192
+
193
+ {{ compute_infrastructure | default("[More Information Needed]", true)}}
194
+
195
+ #### Hardware
196
+
197
+ {{ hardware_requirements | default("[More Information Needed]", true)}}
198
+
199
+ #### Software
200
+
201
+ {{ software | default("[More Information Needed]", true)}}
202
+
203
+ ## Citation [optional]
204
+
205
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
206
+
207
+ **BibTeX:**
208
+
209
+ {{ citation_bibtex | default("[More Information Needed]", true)}}
210
+
211
+ **APA:**
212
+
213
+ {{ citation_apa | default("[More Information Needed]", true)}}
214
+
215
+ ## Glossary [optional]
216
+
217
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
218
+
219
+ {{ glossary | default("[More Information Needed]", true)}}
220
+
221
+ ## More Information [optional]
222
+
223
+ {{ more_information | default("[More Information Needed]", true)}}
224
+
225
+ ## Model Card Authors [optional]
226
+
227
+ {{ model_card_authors | default("[More Information Needed]", true)}}
228
+
229
+ ## Model Card Contact
230
+
231
+ {{ model_card_contact | default("[More Information Needed]", true)}}