--- language: - en - ru license: mit task_categories: - text-classification dataset_info: config_name: google_translator features: - name: ru_text dtype: string - name: text dtype: string - name: label dtype: class_label: names: '0': sadness '1': joy '2': love '3': anger '4': fear '5': surprise splits: - name: train num_bytes: 103759867.36530161 num_examples: 333447 - name: validation num_bytes: 12970022.317349194 num_examples: 41681 - name: test num_bytes: 12970022.317349194 num_examples: 41681 download_size: 68831057 dataset_size: 129699912.0 configs: - config_name: google_translator data_files: - split: train path: google_translator/train-* - split: validation path: google_translator/validation-* - split: test path: google_translator/test-* ---