--- 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: 1105029489 num_examples: 107004 download_size: 729680001 dataset_size: 1105029489 - 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: 6572870037 num_examples: 693885 download_size: 4627235814 dataset_size: 6572870037 - 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: 6811560997 num_examples: 692258 download_size: 4612900741 dataset_size: 6811560997 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-* ---