pritamdeka/stsb-assamese-translated
收藏资源简介:
--- dataset_info: features: - name: sentence1 dtype: string - name: sentence2 dtype: string - name: score dtype: float64 splits: - name: train num_bytes: 1956781 num_examples: 5749 - name: validation num_bytes: 543581 num_examples: 1500 - name: test num_bytes: 432399 num_examples: 1379 download_size: 1182210 dataset_size: 2932761 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---
The dataset includes three features: sentence1 and sentence2 (both string type) and score (float type). It is divided into train, validation, and test sets with 5749, 1500, and 1379 examples respectively. The total download size is 1182210 bytes, and the total size is 2932761 bytes. The data files are stored in the data directory under train-*, validation-*, and test-* files.



