SentiTurca / README.md
BayanDuygu's picture
Upload README.md with huggingface_hub
ad16047 verified
|
raw
history blame
2.49 kB
metadata
annotations_creators:
  - Duygu Altinok
language:
  - tr
license:
  - cc-by-sa-4.0
multilinguality:
  - monolingual
size_categories:
  - 100K<n<1M
source_datasets:
  - original
task_categories:
  - text-classification
task_ids:
  - sentiment-classification
pretty_name: SentiTurca (Sentiment Analysis Datasets for Turkish language)
config_names:
  - e-commerce
  - hate
  - movies
tags:
  - sentiment
dataset_info:
  - config_name: hate
    features:
      - name: baslik
        dtype: string
      - name: text
        dtype: string
      - name: category
        dtype: string
      - name: label
        dtype:
          class_label:
            names:
              '0': offensive
              '1': hate
              '2': neutral
              '3': civilized
    splits:
      - name: train
        num_bytes: 47357639
        num_examples: 86816
      - name: validation
        num_bytes: 5400927
        num_examples: 9996
      - name: test
        num_bytes: 5323545
        num_examples: 9991
    download_size: 58918801
  - config_name: movies
    features:
      - name: sentence
        dtype: string
      - name: star
        dtype:
          class_label:
            names:
              '0': nono
              '1': nowatch
              '2': horrible
              '3': poor
              '4': bad
              '5': middle
              '6': good
              '7': great
              '8': super
              '9': amazing
    splits:
      - name: train
        num_bytes: 46979645
        num_examples: 114255
      - name: validation
        num_bytes: 733500
        num_examples: 15000
      - name: test
        num_bytes: 742661
        num_examples: 15000
    download_size: 58918801
  - config_name: e-commerce
    features:
      - name: sentence
        dtype: string
      - name: star
        dtype:
          class_label:
            names:
              '0': 1_star
              '1': 2_star
              '2': 3_star
              '3': 4_star
              '4': 5_star
    splits:
      - name: train
        num_bytes: 12844466
        num_examples: 126018
      - name: validation
        num_bytes: 4811620
        num_examples: 45074
      - name: test
        num_bytes: 5260694
        num_examples: 47754
configs:
  - config_name: movies
    data_files:
      - split: train
        path: movies/train-*
      - split: validation
        path: movies/validation-*
      - split: test
        path: movies/test-*
  - config_name: e-commerce
    data_files:
      - split: train
        path: e-commerce/train_*
      - split: validation
        path: e-commerce/valid_*
      - split: test
        path: e-commerce/test_*
  - config_name: hate
    data_files:
      - split: train
        path: hate/train-*
      - split: validation
        path: hate/validation-*
      - split: test
        path: hate/test-*

Dataset Card for TrGLUE