ai-bond commited on
Commit
4347172
1 Parent(s): 935cd95

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ license: mit
5
+ language:
6
+ - ru
7
+ dataset_info:
8
+ features:
9
+ - name: instruction
10
+ dtype: string
11
+ - name: input
12
+ dtype: string
13
+ - name: output
14
+ dtype: string
15
+ configs:
16
+ - config_name: lenta
17
+ data_files:
18
+ - split: train
19
+ path: 01-lenta/train-*
20
+ - config_name: gazeta
21
+ data_files:
22
+ - split: train
23
+ path: 02-gazeta/train-*
24
+ - config_name: health
25
+ data_files:
26
+ - split: train
27
+ path: 03-health/train-*
28
+ - config_name: wiki
29
+ data_files:
30
+ - split: train
31
+ path: 04-wiki/train-*
32
+ ---
33
+ ## Это общие знания для **духовного обогощения** тренируемой модели:
34
+
35
+ 1) ## data-silence[lenta.ru_2-extended]
36
+ 14.31% of data after filtering.
37
+ Всего в train["input"] - input_ids: 82589 | Наибольшая длинна: 5449 | Количество overflow при ctx(2048): 184
38
+ Всего в train["input"] - input_ids: 82589 | Наибольшая длинна: 5449 | Количество overflow при ctx(4096): 11
39
+
40
+ 2) ## data-silence[gazeta.ru-merged]
41
+ 33.03% of data after filtering.
42
+ Всего в train["input"] - input_ids: 45431 | Наибольшая длинна: 3455 | Количество overflow при ctx(2048): 6697
43
+
44
+ 3) ## TopicNet[ICD-10]
45
+ 100% of data after filtering.
46
+ Всего в train["input"] - input_ids: 2036 | Наибольшая длинна: 31856 | Количество overflow при ctx(2048): 574
47
+ Всего в train["input"] - input_ids: 2036 | Наибольшая длинна: 31856 | Количество overflow при ctx(4096): 235
48
+ Всего в train["input"] - input_ids: 2036 | Наибольшая длинна: 31856 | Количество overflow при ctx(8192): 66
49
+ Всего в train["input"] - input_ids: 2036 | Наибольшая длинна: 31856 | Количество overflow при ctx(16384): 13
50
+
51
+ 4) ## Den4ikAI[russian_cleared_wikipedia]
52
+ 100% of data after filtering.
53
+ Всего в train["input"] - input_ids: 6284 | Наибольшая длинна: 49204 | Количество overflow при ctx(8192): 301
54
+ Всего в train["input"] - input_ids: 6284 | Наибольшая длинна: 49204 | Количество overflow при ctx(16384): 108
55
+
56
+