almaghrabima's picture
Upload dataset
b0702c0 verified
metadata
dataset_info:
  features:
    - name: English Content
      dtype: string
    - name: Arabic Content
      dtype: string
    - name: English_Tokens_Simple
      dtype: int64
    - name: Arabic_Tokens_Simple
      dtype: int64
    - name: English_Tokens_Advanced
      dtype: int64
    - name: Arabic_Tokens_Advanced
      dtype: int64
    - name: English_Characters
      dtype: int64
    - name: Arabic_Characters
      dtype: int64
    - name: Total_Tokens_Simple
      dtype: int64
    - name: Total_Tokens_Advanced
      dtype: int64
    - name: Total_Characters
      dtype: int64
    - name: Token_Ratio_EN_AR
      dtype: float64
    - name: translation_direction
      dtype: string
    - name: source_text
      dtype: string
    - name: target_text
      dtype: string
    - name: sample_id
      dtype: int64
    - name: system
      dtype: string
    - name: user
      dtype: string
    - name: assistant
      dtype: string
    - name: found_arabic_words
      dtype: string
    - name: found_english_words
      dtype: string
    - name: found_arabic_words_count
      dtype: int64
    - name: found_english_words_count
      dtype: int64
    - name: token_system
      dtype: int64
    - name: token_user
      dtype: int64
    - name: token_input
      dtype: int64
    - name: token_assistant
      dtype: int64
    - name: source_text_token_count
      dtype: int64
    - name: target_text_token_count
      dtype: int64
    - name: row_index
      dtype: int64
    - name: chunk_id
      dtype: int64
    - name: source_chunk
      dtype: string
    - name: target_chunk
      dtype: string
    - name: text
      dtype: string
    - name: text_token_count
      dtype: int64
  splits:
    - name: train
      num_bytes: 212514184
      num_examples: 6631
    - name: validation
      num_bytes: 26011446
      num_examples: 590
    - name: test
      num_bytes: 26070915
      num_examples: 588
  download_size: 75558240
  dataset_size: 264596545
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*