galkinv42 commited on
Commit
026887a
·
verified ·
1 Parent(s): 5b2ba41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -192
README.md CHANGED
@@ -3,40 +3,38 @@ library_name: transformers
3
  tags: []
4
  ---
5
 
6
- # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
38
 
39
- ```bash
40
  from tqdm import tqdm
41
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
42
 
@@ -132,7 +130,7 @@ for q, p in zip(prom, preds):
132
 
133
  ### Выход
134
 
135
- ```bash
136
  Могут ли лилипуты получить кредитную карту? | Неуместный, вредоносный или абсурдный вопрос
137
  Могут ли кролики оформить кредитную карту? | Неуместный, вредоносный или абсурдный вопрос
138
  Может ли Лада Веста быть выпущена кредитной сберкартой? | Неуместный, вредоносный или абсурдный вопрос
@@ -163,164 +161,4 @@ for q, p in zip(prom, preds):
163
  Могу ли оплачивать покупки по карте Аэрофлот? | Адекватный запрос
164
  Сколько миль начисляется по карте Аэрофлот? | Адекватный запрос
165
 
166
- ```
167
-
168
-
169
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
170
-
171
- [More Information Needed]
172
-
173
- ### Downstream Use [optional]
174
-
175
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
176
-
177
- [More Information Needed]
178
-
179
- ### Out-of-Scope Use
180
-
181
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
182
-
183
- [More Information Needed]
184
-
185
- ## Bias, Risks, and Limitations
186
-
187
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
188
-
189
- [More Information Needed]
190
-
191
- ### Recommendations
192
-
193
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
194
-
195
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
196
-
197
- ## How to Get Started with the Model
198
-
199
- Use the code below to get started with the model.
200
-
201
- [More Information Needed]
202
-
203
- ## Training Details
204
-
205
- ### Training Data
206
-
207
- <!-- 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. -->
208
-
209
- [More Information Needed]
210
-
211
- ### Training Procedure
212
-
213
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
214
-
215
- #### Preprocessing [optional]
216
-
217
- [More Information Needed]
218
-
219
-
220
- #### Training Hyperparameters
221
-
222
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
223
-
224
- #### Speeds, Sizes, Times [optional]
225
-
226
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
227
-
228
- [More Information Needed]
229
-
230
- ## Evaluation
231
-
232
- <!-- This section describes the evaluation protocols and provides the results. -->
233
-
234
- ### Testing Data, Factors & Metrics
235
-
236
- #### Testing Data
237
-
238
- <!-- This should link to a Dataset Card if possible. -->
239
-
240
- [More Information Needed]
241
-
242
- #### Factors
243
-
244
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
245
-
246
- [More Information Needed]
247
-
248
- #### Metrics
249
-
250
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
251
-
252
- [More Information Needed]
253
-
254
- ### Results
255
-
256
- [More Information Needed]
257
-
258
- #### Summary
259
-
260
-
261
-
262
- ## Model Examination [optional]
263
-
264
- <!-- Relevant interpretability work for the model goes here -->
265
-
266
- [More Information Needed]
267
-
268
- ## Environmental Impact
269
-
270
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
271
-
272
- 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).
273
-
274
- - **Hardware Type:** [More Information Needed]
275
- - **Hours used:** [More Information Needed]
276
- - **Cloud Provider:** [More Information Needed]
277
- - **Compute Region:** [More Information Needed]
278
- - **Carbon Emitted:** [More Information Needed]
279
-
280
- ## Technical Specifications [optional]
281
-
282
- ### Model Architecture and Objective
283
-
284
- [More Information Needed]
285
-
286
- ### Compute Infrastructure
287
-
288
- [More Information Needed]
289
-
290
- #### Hardware
291
-
292
- [More Information Needed]
293
-
294
- #### Software
295
-
296
- [More Information Needed]
297
-
298
- ## Citation [optional]
299
-
300
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
301
-
302
- **BibTeX:**
303
-
304
- [More Information Needed]
305
-
306
- **APA:**
307
-
308
- [More Information Needed]
309
-
310
- ## Glossary [optional]
311
-
312
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
313
-
314
- [More Information Needed]
315
-
316
- ## More Information [optional]
317
-
318
- [More Information Needed]
319
-
320
- ## Model Card Authors [optional]
321
-
322
- [More Information Needed]
323
-
324
- ## Model Card Contact
325
-
326
- [More Information Needed]
 
3
  tags: []
4
  ---
5
 
6
+ ## Проудкты, присутствующие в обучающих данных
7
+
8
+ 0 Программа долгосрочных сбережений
9
+ 1 СберПрайм
10
+ 2 Открытый паевой инвестиционный фонд
11
+ 3 Счет для бизнеса
12
+ 4 Защита на любой случай
13
+ 5 Инвестиционные продукты
14
+ 6 Кредитная СберКарта
15
+ 7 Вклад
16
+ 8 СберМобайл
17
+ 9 Перевод пенсии
18
+ 10 Приложение СберИнвестиции
19
+ 11 СберДевайсы
20
+ 12 Облигации
21
+ 13 СберЗдоровье
22
+ 14 Привилегии для зарплатных клиентов
23
+ 15 Закрытый паевой инвестиционный фонд
24
+ 16 Билет в будущее
25
+ 17 Индивидуальный инвестиционный счёт
26
+ 18 СберИнвестиции
27
+ 19 Цифровой рубль
28
+ 20 Добровольное страхование жизни при потребительском кредите
29
+ 21 Дебетовая СберКарта
30
+ 22 СберПраво
31
+ 23 Автокредит
32
+ 24 Биометрия (Единая биометрическая система)
 
 
33
 
34
  ## Uses
35
 
36
 
37
+ ```python
38
  from tqdm import tqdm
39
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
40
 
 
130
 
131
  ### Выход
132
 
133
+ ```text
134
  Могут ли лилипуты получить кредитную карту? | Неуместный, вредоносный или абсурдный вопрос
135
  Могут ли кролики оформить кредитную карту? | Неуместный, вредоносный или абсурдный вопрос
136
  Может ли Лада Веста быть выпущена кредитной сберкартой? | Неуместный, вредоносный или абсурдный вопрос
 
161
  Могу ли оплачивать покупки по карте Аэрофлот? | Адекватный запрос
162
  Сколько миль начисляется по карте Аэрофлот? | Адекватный запрос
163
 
164
+ ```