CoolFace
Datasetpublic

ServiceNow/language-perplexity

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes24downloads
README.md67 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: train5    struct:6    - name: dump7      dtype: string8    - name: file_path9      dtype: string10    - name: id11      dtype: string12    - name: language13      dtype: string14    - name: language_score15      dtype: float6416    - name: text17      dtype: string18    - name: url19      dtype: string20  splits:21  - name: deu_Latn22    num_bytes: 3465623    num_examples: 1024  - name: fra_Latn25    num_bytes: 3243926    num_examples: 1027  - name: spa_Latn28    num_bytes: 3406629    num_examples: 1030  - name: por_Latn31    num_bytes: 2215232    num_examples: 1033  - name: ita_Latn34    num_bytes: 1549435    num_examples: 1036  - name: nld_Latn37    num_bytes: 3223338    num_examples: 1039  - name: jpn_Jpan40    num_bytes: 3364141    num_examples: 1042  - name: eng_Latn43    num_bytes: 4774544    num_examples: 1045  download_size: 25114246  dataset_size: 25242647configs:48- config_name: default49  data_files:50  - split: deu_Latn51    path: data/deu_Latn-*52  - split: fra_Latn53    path: data/fra_Latn-*54  - split: spa_Latn55    path: data/spa_Latn-*56  - split: por_Latn57    path: data/por_Latn-*58  - split: ita_Latn59    path: data/ita_Latn-*60  - split: nld_Latn61    path: data/nld_Latn-*62  - split: jpn_Jpan63    path: data/jpn_Jpan-*64  - split: eng_Latn65    path: data/eng_Latn-*66---67