JeswinMS4 commited on
Commit
6a8f690
1 Parent(s): f619d76

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': code
20
+ '1': text
21
+ splits:
22
+ - name: train
23
+ num_bytes: 58725
24
+ num_examples: 823
25
+ - name: validation
26
+ num_bytes: 3311
27
+ num_examples: 46
28
+ - name: test
29
+ num_bytes: 3320
30
+ num_examples: 46
31
+ download_size: 35195
32
+ dataset_size: 65356
33
+ ---
34
+ # Dataset Card for "code_text_classifier"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)