Roaoch commited on
Commit
e77f06f
1 Parent(s): 6109a8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -68
README.md CHANGED
@@ -1,68 +1,80 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: nmId
6
- dtype: int64
7
- - name: text
8
- dtype: string
9
- - name: responder
10
- dtype: string
11
- - name: type
12
- dtype: string
13
- - name: product_name
14
- dtype: string
15
- - name: product_category_2
16
- dtype: string
17
- - name: product_category_1
18
- dtype: string
19
- - name: product_color
20
- dtype: string
21
- - name: product_description
22
- dtype: string
23
- - name: product_brand
24
- dtype: string
25
- - name: vector
26
- sequence: float32
27
- - name: toxicity
28
- dtype: string
29
- - name: emotions
30
- dtype: string
31
- - name: target_nmId
32
- dtype: int64
33
- - name: target_text
34
- dtype: string
35
- - name: target_responder
36
- dtype: string
37
- - name: target_type
38
- dtype: string
39
- - name: target_product_name
40
- dtype: string
41
- - name: target_product_category_2
42
- dtype: string
43
- - name: target_product_category_1
44
- dtype: string
45
- - name: target_product_color
46
- dtype: string
47
- - name: target_product_description
48
- dtype: string
49
- - name: target_product_brand
50
- dtype: string
51
- - name: target_vector
52
- sequence: float32
53
- - name: target_toxicity
54
- dtype: string
55
- - name: target_emotions
56
- dtype: string
57
- splits:
58
- - name: train
59
- num_bytes: 154839107
60
- num_examples: 22383
61
- download_size: 138553226
62
- dataset_size: 154839107
63
- configs:
64
- - config_name: default
65
- data_files:
66
- - split: train
67
- path: data/train-*
68
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: nmId
6
+ dtype: int64
7
+ - name: text
8
+ dtype: string
9
+ - name: responder
10
+ dtype: string
11
+ - name: type
12
+ dtype: string
13
+ - name: product_name
14
+ dtype: string
15
+ - name: product_category_2
16
+ dtype: string
17
+ - name: product_category_1
18
+ dtype: string
19
+ - name: product_color
20
+ dtype: string
21
+ - name: product_description
22
+ dtype: string
23
+ - name: product_brand
24
+ dtype: string
25
+ - name: vector
26
+ sequence: float32
27
+ - name: toxicity
28
+ dtype: string
29
+ - name: emotions
30
+ dtype: string
31
+ - name: target_nmId
32
+ dtype: int64
33
+ - name: target_text
34
+ dtype: string
35
+ - name: target_responder
36
+ dtype: string
37
+ - name: target_type
38
+ dtype: string
39
+ - name: target_product_name
40
+ dtype: string
41
+ - name: target_product_category_2
42
+ dtype: string
43
+ - name: target_product_category_1
44
+ dtype: string
45
+ - name: target_product_color
46
+ dtype: string
47
+ - name: target_product_description
48
+ dtype: string
49
+ - name: target_product_brand
50
+ dtype: string
51
+ - name: target_vector
52
+ sequence: float32
53
+ - name: target_toxicity
54
+ dtype: string
55
+ - name: target_emotions
56
+ dtype: string
57
+ splits:
58
+ - name: train
59
+ num_bytes: 154839107
60
+ num_examples: 22383
61
+ download_size: 138553226
62
+ dataset_size: 154839107
63
+ configs:
64
+ - config_name: default
65
+ data_files:
66
+ - split: train
67
+ path: data/train-*
68
+ task_categories:
69
+ - text2text-generation
70
+ - feature-extraction
71
+ - text-classification
72
+ language:
73
+ - ru
74
+ size_categories:
75
+ - 10K<n<100K
76
+ ---
77
+
78
+ This is a dataset of questions, answers, feedbacks and products from the Russian marketplace Wildberries. With additional matching pair of textes.
79
+
80
+ Original data scrapped by [nyuuzyou](https://huggingface.co/nyuuzyou)