Dahoas commited on
Commit
77cdfba
1 Parent(s): 1d85925

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: body
5
+ dtype: string
6
+ - name: comments
7
+ list:
8
+ - name: ContentLicense
9
+ dtype: string
10
+ - name: CreationDate
11
+ dtype: string
12
+ - name: Id
13
+ dtype: string
14
+ - name: Score
15
+ dtype: string
16
+ - name: body
17
+ dtype: string
18
+ - name: answers
19
+ list:
20
+ - name: body
21
+ dtype: string
22
+ - name: comments
23
+ list:
24
+ - name: ContentLicense
25
+ dtype: string
26
+ - name: CreationDate
27
+ dtype: string
28
+ - name: Id
29
+ dtype: string
30
+ - name: Score
31
+ dtype: string
32
+ - name: body
33
+ dtype: string
34
+ - name: meta_data
35
+ struct:
36
+ - name: CommentCount
37
+ dtype: string
38
+ - name: ContentLicense
39
+ dtype: string
40
+ - name: CreationDate
41
+ dtype: string
42
+ - name: Id
43
+ dtype: string
44
+ - name: ParentId
45
+ dtype: string
46
+ - name: Score
47
+ dtype: string
48
+ - name: meta_data
49
+ struct:
50
+ - name: AcceptedAnswerId
51
+ dtype: string
52
+ - name: CommentCount
53
+ dtype: string
54
+ - name: ContentLicense
55
+ dtype: string
56
+ - name: CreationDate
57
+ dtype: string
58
+ - name: Id
59
+ dtype: string
60
+ - name: Score
61
+ dtype: string
62
+ - name: Tags
63
+ sequence: string
64
+ - name: Title
65
+ dtype: string
66
+ - name: question_id
67
+ dtype: string
68
+ splits:
69
+ - name: train
70
+ num_bytes: 729807089
71
+ num_examples: 76003
72
+ download_size: 335610114
73
+ dataset_size: 729807089
74
+ ---
75
+ # Dataset Card for "base_code_review"
76
+
77
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)