File size: 1,207 Bytes
906e7be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b3ab60
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: repo_url
    dtype: string
  - name: repo_description
    dtype: string
  - name: repo_stars
    dtype: int64
  - name: repo_forks
    dtype: int64
  - name: repo_last_updated
    dtype: string
  - name: repo_created_at
    dtype: string
  - name: repo_size
    dtype: int64
  - name: repo_license
    dtype: string
  - name: language
    dtype: string
  - name: text
    dtype: string
  - name: avg_line_length
    dtype: float64
  - name: max_line_length
    dtype: int64
  - name: alphnanum_fraction
    dtype: float64
  splits:
  - name: train
    num_bytes: 2004792
    num_examples: 604
  download_size: 174531
  dataset_size: 2004792
---
# Dataset Card for "Customizable-Code-Assistant-Data"

## Dataset Summary

This dataset contains is a dummy Version of the Customizable Code Assistant Dataset. 

## Supported Tasks and Leaderboards

Customizable Code Assistant is a dataset for code completion. The task is to predict the next token in a code snippet. The dataset is designed to be customizable, so that it can be used for different programming languages and different code completion tasks.

[More Information Needed]