File size: 738 Bytes
a459773
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97899cd
a459773
97899cd
 
a459773
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: conversations
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: question_length
    dtype: int64
  - name: answer_length
    dtype: int64
  - name: original_sentiment
    dtype: string
  - name: category
    dtype: string
  splits:
  - name: train
    num_bytes: 494494
    num_examples: 160
  download_size: 210079
  dataset_size: 494494
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "sentiment-analysis-mcq_conversational"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)