--- dataset_info: - config_name: articles_not_have_clause features: - name: DocId dtype: int64 - name: ArticleContent dtype: string - name: ArticleId dtype: string - name: text dtype: string - name: num_tokens dtype: int64 - name: embedding sequence: float64 splits: - name: train num_bytes: 881645657 num_examples: 109671 download_size: 599142042 dataset_size: 881645657 - config_name: clause_not_have_point features: - name: DocId dtype: int64 - name: ArticleId dtype: string - name: ClauseContent dtype: string - name: Prefix dtype: string - name: ClauseId dtype: string - name: text dtype: string - name: num_tokens dtype: int64 - name: embedding sequence: float64 splits: - name: train num_bytes: 5336951805 num_examples: 719918 download_size: 3832843984 dataset_size: 5336951805 - config_name: point features: - name: DocId dtype: int64 - name: ArticleId dtype: string - name: Prefix dtype: string - name: ClauseId dtype: string - name: PointContent dtype: string - name: PointId dtype: string - name: text dtype: string - name: num_tokens dtype: int64 - name: embedding sequence: float64 splits: - name: train num_bytes: 5618810419 num_examples: 723102 download_size: 3844049803 dataset_size: 5618810419 configs: - config_name: articles_not_have_clause data_files: - split: train path: articles_not_have_clause/train-* - config_name: clause_not_have_point data_files: - split: train path: clause_not_have_point/train-* - config_name: point data_files: - split: train path: point/train-* ---