cell-line-queries / README.md
ClaudeHu05's picture
adding different corpus type to dataset
7af7a50
|
raw
history blame
977 Bytes
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: corpus.jsonl
      - split: terms
        path: terms.jsonl
      - split: sentences
        path: sentences.jsonl
  - config_name: synonyms
    data_files:
      - split: corpus
        path: corpus.jsonl
      - split: terms
        path: terms.jsonl
      - split: sentences
        path: sentences.jsonl
  - config_name: external
    data_files:
      - split: corpus
        path: corpus.jsonl

To be finished