aalkaswan commited on
Commit
26b9141
·
1 Parent(s): a62d221

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +126 -0
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: java_Pointer
6
+ path: data/java_Pointer-*
7
+ - split: java_Expand
8
+ path: data/java_Expand-*
9
+ - split: java_Ownership
10
+ path: data/java_Ownership-*
11
+ - split: java_deprecation
12
+ path: data/java_deprecation-*
13
+ - split: java_rational
14
+ path: data/java_rational-*
15
+ - split: java_summary
16
+ path: data/java_summary-*
17
+ - split: java_usage
18
+ path: data/java_usage-*
19
+ - split: python_Expand
20
+ path: data/python_Expand-*
21
+ - split: python_Summary
22
+ path: data/python_Summary-*
23
+ - split: python_DevelopmentNotes
24
+ path: data/python_DevelopmentNotes-*
25
+ - split: python_Parameters
26
+ path: data/python_Parameters-*
27
+ - split: python_Usage
28
+ path: data/python_Usage-*
29
+ - split: pharo_Example
30
+ path: data/pharo_Example-*
31
+ - split: pharo_Keymessages
32
+ path: data/pharo_Keymessages-*
33
+ - split: pharo_Responsibilities
34
+ path: data/pharo_Responsibilities-*
35
+ - split: pharo_Keyimplementationpoints
36
+ path: data/pharo_Keyimplementationpoints-*
37
+ - split: pharo_Collaborators
38
+ path: data/pharo_Collaborators-*
39
+ - split: pharo_Intent
40
+ path: data/pharo_Intent-*
41
+ - split: pharo_Classreferences
42
+ path: data/pharo_Classreferences-*
43
+ dataset_info:
44
+ features:
45
+ - name: comment_sentence_id
46
+ dtype: int64
47
+ - name: class
48
+ dtype: string
49
+ - name: comment_sentence
50
+ dtype: string
51
+ - name: partition
52
+ dtype: int64
53
+ - name: instance_type
54
+ dtype: int64
55
+ - name: category
56
+ dtype: string
57
+ - name: label
58
+ dtype: int64
59
+ - name: combo
60
+ dtype: string
61
+ - name: __index_level_0__
62
+ dtype: int64
63
+ splits:
64
+ - name: java_Pointer
65
+ num_bytes: 483600
66
+ num_examples: 2418
67
+ - name: java_Expand
68
+ num_bytes: 481182
69
+ num_examples: 2418
70
+ - name: java_Ownership
71
+ num_bytes: 488436
72
+ num_examples: 2418
73
+ - name: java_deprecation
74
+ num_bytes: 493272
75
+ num_examples: 2418
76
+ - name: java_rational
77
+ num_bytes: 486018
78
+ num_examples: 2418
79
+ - name: java_summary
80
+ num_bytes: 483600
81
+ num_examples: 2418
82
+ - name: java_usage
83
+ num_bytes: 478764
84
+ num_examples: 2418
85
+ - name: python_Expand
86
+ num_bytes: 421025
87
+ num_examples: 2555
88
+ - name: python_Summary
89
+ num_bytes: 423580
90
+ num_examples: 2555
91
+ - name: python_DevelopmentNotes
92
+ num_bytes: 446575
93
+ num_examples: 2555
94
+ - name: python_Parameters
95
+ num_bytes: 431245
96
+ num_examples: 2555
97
+ - name: python_Usage
98
+ num_bytes: 418470
99
+ num_examples: 2555
100
+ - name: pharo_Example
101
+ num_bytes: 368156
102
+ num_examples: 1765
103
+ - name: pharo_Keymessages
104
+ num_bytes: 375216
105
+ num_examples: 1765
106
+ - name: pharo_Responsibilities
107
+ num_bytes: 384041
108
+ num_examples: 1765
109
+ - name: pharo_Keyimplementationpoints
110
+ num_bytes: 396396
111
+ num_examples: 1765
112
+ - name: pharo_Collaborators
113
+ num_bytes: 378746
114
+ num_examples: 1765
115
+ - name: pharo_Intent
116
+ num_bytes: 366391
117
+ num_examples: 1765
118
+ - name: pharo_Classreferences
119
+ num_bytes: 382276
120
+ num_examples: 1765
121
+ download_size: 3231436
122
+ dataset_size: 8186989
123
+ ---
124
+ # Dataset Card for "nlbse_ccc"
125
+
126
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)