p1atdev commited on
Commit
ebbb9fa
·
1 Parent(s): 4eda4ed

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -4,6 +4,9 @@ language:
4
  license: apache-2.0
5
  size_categories:
6
  - 1M<n<10M
 
 
 
7
  dataset_info:
8
  - config_name: all-corpus
9
  features:
@@ -79,6 +82,20 @@ dataset_info:
79
  num_examples: 1973817
80
  download_size: 240974172
81
  dataset_size: 420403926
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  - config_name: newsplus
83
  features:
84
  - name: dialogue
@@ -114,13 +131,14 @@ configs:
114
  data_files:
115
  - split: train
116
  path: news4vip/train-*
 
 
 
 
117
  - config_name: newsplus
118
  data_files:
119
  - split: train
120
  path: newsplus/train-*
121
- task_categories:
122
- - text-generation
123
- - text2text-generation
124
  tags:
125
  - not-for-all-audiences
126
  ---
 
4
  license: apache-2.0
5
  size_categories:
6
  - 1M<n<10M
7
+ task_categories:
8
+ - text-generation
9
+ - text2text-generation
10
  dataset_info:
11
  - config_name: all-corpus
12
  features:
 
82
  num_examples: 1973817
83
  download_size: 240974172
84
  dataset_size: 420403926
85
+ - config_name: news4vip-cleaned
86
+ features:
87
+ - name: dialogue
88
+ sequence:
89
+ - name: speaker
90
+ dtype: int8
91
+ - name: content
92
+ dtype: string
93
+ splits:
94
+ - name: train
95
+ num_bytes: 269941607
96
+ num_examples: 1402903
97
+ download_size: 156934128
98
+ dataset_size: 269941607
99
  - config_name: newsplus
100
  features:
101
  - name: dialogue
 
131
  data_files:
132
  - split: train
133
  path: news4vip/train-*
134
+ - config_name: news4vip-cleaned
135
+ data_files:
136
+ - split: train
137
+ path: news4vip-cleaned/train-*
138
  - config_name: newsplus
139
  data_files:
140
  - split: train
141
  path: newsplus/train-*
 
 
 
142
  tags:
143
  - not-for-all-audiences
144
  ---