HamdanXI commited on
Commit
2fc35e2
·
1 Parent(s): ba39569

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: en_toxic_comment
10
+ dtype: string
11
+ - name: en_neutral_comment
12
+ dtype: string
13
+ - name: edit_ops
14
+ sequence:
15
+ sequence: string
16
+ - name: masked_comment
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 5472338
21
+ num_examples: 19744
22
+ download_size: 2598328
23
+ dataset_size: 5472338
24
+ ---
25
+ # Dataset Card for "paradetox_editOps_preprocess"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)