insub's picture
Update README.md
444f991 verified
|
raw
history blame
1.66 kB
metadata
dataset_info:
  features:
    - name: repo_name
      dtype: string
    - name: file_path
      dtype: string
    - name: content
      dtype: string
    - name: extention
      dtype: string
  splits:
    - name: train
      num_bytes: 95097104
      num_examples: 10208
  download_size: 22080484
  dataset_size: 95097104
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Summary

This dataset is a collection of codes used in embedded C/C++ software. The purpose of this dataset is code infilling, but it can be used in other ways as well. The libraries used for code collection are 7 each: fprime, boost-asio, TinyXML, inifile-cpp, RTI-DDS, OneAPI, and PROJ.

# of extention(file)

c 199 cpp 2495 cxx 505 h 5015 hpp 1994 Name: content, dtype: int64

Repo file count

PROJ 306 asio 1150 fprime 1091 inifile-cpp 8 oneAPI-samples 2456 rticonnextdds-examples 778 rticonnextdds-getting-started 33 rticonnextdds-robot-helpers 53 rticonnextdds-usecases 4329 tinyxml2 4 Name: content, dtype: int64

License

PROJ MIT asio boost license fprime Apache-2.0 inifile-cpp MIT oneAPI-samples MIT rticonnextdds-examples rti license rticonnextdds-getting-started rti license rticonnextdds-robot-helpers rti license rticonnextdds-usecases rti license tinyxml2 Zlib