taldarim commited on
Commit
b852e96
·
1 Parent(s): e85b481

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: Results interpretation
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': '0'
11
+ '1': '1'
12
+ - name: Frameworks usage
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': '0'
17
+ '1': '1'
18
+ - name: Algorithms design
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ '0': '0'
23
+ '1': '1'
24
+ - name: Algorithms implementation
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ '0': '0'
29
+ '1': '1'
30
+ - name: Launching problem
31
+ dtype:
32
+ class_label:
33
+ names:
34
+ '0': '0'
35
+ '1': '1'
36
+ - name: Performance issue
37
+ dtype:
38
+ class_label:
39
+ names:
40
+ '0': '0'
41
+ '1': '1'
42
+ splits:
43
+ - name: train
44
+ num_bytes: 95159
45
+ num_examples: 58
46
+ download_size: 50809
47
+ dataset_size: 95159
48
+ ---
49
+ # Dataset Card for "pc"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)