CoolFace
Datasetpublic

praneethv35/react-native-code

sourceHugging Faceupdated 7mo agoView on Hugging Face
1likes11downloads
README.md37 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: type5    dtype: string6  - name: instruction7    dtype: string8  - name: input9    dtype: string10  - name: output11    dtype: string12  - name: repo13    dtype: string14  - name: path15    dtype: string16  - name: extension17    dtype: string18  - name: lines19    dtype: int6420  splits:21  - name: train22    num_bytes: 14090752223    num_examples: 3404424  - name: validation25    num_bytes: 740532026    num_examples: 179227  download_size: 5548112028  dataset_size: 14831284229configs:30- config_name: default31  data_files:32  - split: train33    path: data/train-*34  - split: validation35    path: data/validation-*36---37