cell-line-queries / README.md
ClaudeHu05's picture
correct dataset config
dbd9e0b verified
metadata
language:
  - en
multilinguality:
  - monolingual
dataset_info:
  configs:
    - config_name: names
      features:
        - name: _id
          dtype: string
        - name: text
          dtype: string
    - config_name: synonyms
      features:
        - name: _id
          dtype: string
        - name: text
          dtype: string
    - config_name: external
      features:
        - name: _id
          dtype: string
        - name: text
          dtype: string
configs:
  - config_name: names
    data_files:
      - split: corpus
        path: names/corpus.jsonl
      - split: terms
        path: names/terms.jsonl
      - split: sentences
        path: names/sentences.jsonl
  - config_name: synonyms
    data_files:
      - split: corpus
        path: synonyms/corpus.jsonl
      - split: terms
        path: synonyms/terms.jsonl
      - split: sentences
        path: synonyms/sentences.jsonl
  - config_name: external
    data_files:
      - split: corpus
        path: external/corpus.jsonl

To be finished