rsoares commited on
Commit
3b3f3cf
1 Parent(s): 38b5b96

Upload README.md with huggingface_hub

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