CoolFace
Datasetpublic

villee/opensourcegenerativeai

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes12downloads
README.md56 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: 'Unnamed: 0.1'5    dtype: int646  - name: 'Unnamed: 0'7    dtype: float648  - name: reference_type9    dtype: string10  - name: authors11    dtype: string12  - name: title13    dtype: string14  - name: year15    dtype: string16  - name: secondary_title17    dtype: string18  - name: volume19    dtype: string20  - name: custom721    dtype: string22  - name: doi23    dtype: string24  - name: url25    dtype: string26  - name: abstract27    dtype: string28  - name: keywords29    dtype: string30  - name: type_of_work31    dtype: string32  - name: database33    dtype: string34  - name: notes35    dtype: string36  - name: start_page37    dtype: string38  - name: end_page39    dtype: string40  - name: issue41    dtype: string42  - name: short_title43    dtype: string44  splits:45  - name: train46    num_bytes: 86988647    num_examples: 37248  download_size: 45697849  dataset_size: 86988650configs:51- config_name: default52  data_files:53  - split: train54    path: data/train-*55---56