rsoares commited on
Commit
502a67f
1 Parent(s): a964fab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: text
10
+ dtype: string
11
+ - name: labels
12
+ sequence: string
13
+ - name: encoded_labels
14
+ sequence: int64
15
+ - name: lang
16
+ dtype: string
17
+ - name: has_toxic
18
+ dtype: int64
19
+ - name: has_profane
20
+ dtype: int64
21
+ - name: has_insult
22
+ dtype: int64
23
+ - name: has_hate
24
+ dtype: int64
25
+ - name: has_threat
26
+ dtype: int64
27
+ - name: has_sexual
28
+ dtype: int64
29
+ - name: has_offensive
30
+ dtype: int64
31
+ - name: has_selfharm
32
+ dtype: int64
33
+ - name: has_harassment
34
+ dtype: int64
35
+ - name: __index_level_0__
36
+ dtype: int64
37
+ splits:
38
+ - name: train
39
+ num_bytes: 1135963065
40
+ num_examples: 2124196
41
+ download_size: 522591191
42
+ dataset_size: 1135963065
43
+ ---
44
+ # Dataset Card for "all_french_datasets"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)