NovoGSP commited on
Commit
db9cc3a
·
verified ·
1 Parent(s): e1bf28c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: index
5
+ dtype: int64
6
+ - name: file_id
7
+ dtype: string
8
+ - name: content
9
+ dtype: string
10
+ - name: repo
11
+ dtype: string
12
+ - name: path
13
+ dtype: string
14
+ - name: token_length
15
+ dtype: int64
16
+ - name: original_comment
17
+ dtype: string
18
+ - name: comment_type
19
+ dtype: string
20
+ - name: detected_lang
21
+ dtype: string
22
+ - name: prompt
23
+ dtype: string
24
+ - name: Inclusion
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 89894354
29
+ num_examples: 4826
30
+ download_size: 32134182
31
+ dataset_size: 89894354
32
+ ---
33
+ # Dataset Card for "LLM-OF-BABEL-NL3"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)