Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
M2Lingual / README.md
khyati-mahajan's picture
Adding config info
39de4f9 verified
|
raw
history blame
No virus
2.5 kB
metadata
license: cc-by-nc-sa-4.0
dataset_info:
  - config_name: seed_data
    features:
      - name: id
        dtype: int32
      - name: task_evol_type
        dtype: string
      - name: task_evol_prompt
        dtype: string
      - name: seed_prompt
        dtype: string
      - name: output_assistant_reply
        dtype: string
      - name: evolved_user_prompt
        dtype: string
      - name: multiturn_evol_type
        dtype: string
      - name: multiturn_evol_prompt
        dtype: string
      - name: no_of_turns
        dtype: int32
      - name: language
        dtype: string
      - name: task
        dtype: string
      - name: conversation
        struct:
          - name: role
            dtype: string
          - name: content
            dtype: string
  - config_name: seed_evol_data
    features:
      - name: id
        dtype: int32
      - name: task_evol_type
        dtype: string
      - name: task_evol_prompt
        dtype: string
      - name: seed_prompt
        dtype: string
      - name: output_assistant_reply
        dtype: string
      - name: evolved_user_prompt
        dtype: string
      - name: multiturn_evol_type
        dtype: string
      - name: multiturn_evol_prompt
        dtype: string
      - name: no_of_turns
        dtype: int32
      - name: language
        dtype: string
      - name: task
        dtype: string
      - name: conversation
        struct:
          - name: role
            dtype: string
          - name: content
            dtype: string
  - config_name: full_data
    features:
      - name: id
        dtype: int32
      - name: task_evol_type
        dtype: string
      - name: task_evol_prompt
        dtype: string
      - name: seed_prompt
        dtype: string
      - name: output_assistant_reply
        dtype: string
      - name: evolved_user_prompt
        dtype: string
      - name: multiturn_evol_type
        dtype: string
      - name: multiturn_evol_prompt
        dtype: string
      - name: no_of_turns
        dtype: int32
      - name: language
        dtype: string
      - name: task
        dtype: string
      - name: conversation
        struct:
          - name: role
            dtype: string
          - name: content
            dtype: string
configs:
  - config_name: seed_data
    data_files:
      - split: train
        path: seed_data/*
  - config_name: seed_evol_data
    data_files:
      - split: train
        path: seed_evol_data/*
  - config_name: full_data
    data_files:
      - split: train
        path: full_data/*
language:
  - zh
  - ne
  - uk
  - ja
  - zu
  - ku
  - ig
  - mg
  - fi
  - si
  - id
  - sw
  - ar
  - sv
  - ru
  - yo
  - en
  - ht
  - kn
  - ta
  - te
  - sq
  - mr
  - am
  - wo
  - it
  - tr
  - ha
  - pl
  - el
  - lt
  - ms
  - jv
  - sn
  - ml
  - ps
  - ky
  - es
  - ga
  - gu
  - ko
  - vi
  - sd
  - fa
  - nl
  - hu
  - so
  - pa
  - bn
  - pt
  - da
  - hi
  - eu
  - de
  - ur
  - su
  - xh
  - fr

M2Lingual

Sample dataset available, more to come soon