Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
pdt_anaphora_czech / README.md
patrixtano's picture
Upload dataset
a3d95bc verified
|
raw
history blame
902 Bytes
metadata
dataset_info:
  features:
    - name: sentence_ant_ana
      dtype: string
    - name: antecedent_subtree
      dtype: string
    - name: antecedent_root
      dtype: string
    - name: anaphora
      dtype: string
    - name: category
      dtype: string
    - name: sempos
      dtype: string
    - name: corpus
      dtype: string
    - name: sentence_ant
      dtype: string
    - name: distance
      dtype: int64
    - name: sentence_ana
      dtype: string
    - name: sentence_clear
      dtype: string
  splits:
    - name: train
      num_bytes: 42514042
      num_examples: 45025
    - name: validation
      num_bytes: 5277519
      num_examples: 5627
    - name: test
      num_bytes: 5373079
      num_examples: 5636
  download_size: 35060335
  dataset_size: 53164640
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*