SentiTurca / README.md
BayanDuygu's picture
Upload README.md with huggingface_hub
bd711b7 verified
|
raw
history blame
2.5 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:
              '1': nowatch
              '2': poor
              '3': middle
              '4': great
              '5': amazing
              '0.5': nono
              '1.5': horrible
              '2.5': bad
              '3.5': good
              '4.5': super
    splits:
      - name: train
        num_bytes: 45027930
        num_examples: 114256
      - name: validation
        num_bytes: 6121770
        num_examples: 15000
      - name: test
        num_bytes: 6167339
        num_examples: 15000
    download_size: 58918801
  - config_name: e-commerce
    features:
      - name: comment
        dtype: string
      - name: rating
        dtype:
          class_label:
            names:
              '1': poor
              '2': nobuy
              '3': middle
              '4': good
              '5': great
    splits:
      - name: train
        num_bytes: 13348538
        num_examples: 126018
      - name: validation
        num_bytes: 4991916
        num_examples: 45074
      - name: test
        num_bytes: 5451710
        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