rollerhafeezh-amikom commited on
Commit
783ec79
1 Parent(s): 9b65908

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: sentence
14
+ dtype: string
15
+ - name: lang
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': id
20
+ '1': en
21
+ '2': es
22
+ '3': it
23
+ '4': sk
24
+ splits:
25
+ - name: train
26
+ num_bytes: 435476.500146646
27
+ num_examples: 5077
28
+ - name: validation
29
+ num_bytes: 76625.84267159652
30
+ num_examples: 893
31
+ - name: test
32
+ num_bytes: 77156.68849507203
33
+ num_examples: 902
34
+ download_size: 400828
35
+ dataset_size: 589259.0313133146
36
+ ---
37
+ # Dataset Card for "language-detection"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)