Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Tags:
DOI:
License:
jdev8 commited on
Commit
b8dc0ef
1 Parent(s): 57c72fc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo
5
+ dtype: string
6
+ - name: docfile_name
7
+ dtype: string
8
+ - name: doc_type
9
+ dtype: string
10
+ - name: intent
11
+ dtype: string
12
+ - name: license
13
+ dtype: string
14
+ - name: path_to_docfile
15
+ dtype: string
16
+ - name: relevant_code_files
17
+ sequence: string
18
+ - name: relevant_code_dir
19
+ dtype: string
20
+ - name: target_text
21
+ dtype: string
22
+ - name: relevant_code_context
23
+ dtype: string
24
+ - name: __index_level_0__
25
+ dtype: int64
26
+ splits:
27
+ - name: test
28
+ num_bytes: 227165396
29
+ num_examples: 216
30
+ download_size: 30377212
31
+ dataset_size: 227165396
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: test
36
+ path: data/test-*
37
+ ---
38
+ # Dataset Card for "lca-module-to-text"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)