--- license: mit dataset_info: - config_name: abc features: - name: text dtype: string - name: log_prob dtype: float64 - name: perplexity dtype: float64 - name: num_tokens dtype: int64 splits: - name: train num_bytes: 4237 num_examples: 50 - name: valid num_bytes: 4137 num_examples: 50 - name: test num_bytes: 4133 num_examples: 50 - name: unlabeled num_bytes: 8369 num_examples: 100 download_size: 20364 dataset_size: 20876 - config_name: def features: - name: text dtype: string - name: log_prob dtype: float64 - name: perplexity dtype: float64 - name: num_tokens dtype: int64 splits: - name: train num_bytes: 4237 num_examples: 50 - name: valid num_bytes: 4137 num_examples: 50 - name: test num_bytes: 4133 num_examples: 50 - name: unlabeled num_bytes: 8369 num_examples: 100 download_size: 20364 dataset_size: 20876 - config_name: default features: - name: text dtype: string - name: label dtype: int64 splits: - name: train num_bytes: 83 num_examples: 3 - name: validation num_bytes: 79 num_examples: 3 - name: test num_bytes: 86 num_examples: 3 download_size: 4101 dataset_size: 248 - config_name: seed_1_maxlen_16_templ_1_tempu_1_ngram_2 features: - name: text dtype: string - name: log_prob dtype: float64 - name: perplexity dtype: float64 - name: num_tokens dtype: int64 splits: - name: train num_bytes: 4237 num_examples: 50 - name: valid num_bytes: 4137 num_examples: 50 - name: test num_bytes: 4133 num_examples: 50 - name: unlabeled num_bytes: 8369 num_examples: 100 download_size: 20364 dataset_size: 20876 configs: - config_name: abc data_files: - split: train path: abc/train-* - split: valid path: abc/valid-* - split: test path: abc/test-* - split: unlabeled path: abc/unlabeled-* - config_name: def data_files: - split: train path: def/train-* - split: valid path: def/valid-* - split: test path: def/test-* - split: unlabeled path: def/unlabeled-* - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* - config_name: seed_1_maxlen_16_templ_1_tempu_1_ngram_2 data_files: - split: train path: seed_1_maxlen_16_templ_1_tempu_1_ngram_2/train-* - split: valid path: seed_1_maxlen_16_templ_1_tempu_1_ngram_2/valid-* - split: test path: seed_1_maxlen_16_templ_1_tempu_1_ngram_2/test-* - split: unlabeled path: seed_1_maxlen_16_templ_1_tempu_1_ngram_2/unlabeled-* ---