File size: 1,351 Bytes
bce90fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
feb9b3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bce90fa
 
e207a1e
bce90fa
 
e207a1e
bce90fa
e207a1e
 
bce90fa
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
dataset_info:
  features:
  - name: convo_id
    dtype: string
  - name: num_turns
    dtype: int64
  - name: emotion_type
    dtype: string
  - name: problem_type
    dtype: string
  - name: situation
    dtype: string
  - name: emotion_intensity_initial
    dtype: float64
  - name: emotion_intensity_final
    dtype: float64
  - name: empathy
    dtype: float64
  - name: relevance
    dtype: float64
  - name: user_history
    dtype: string
  - name: user_text
    dtype: string
  - name: counselor_first
    dtype: string
  - name: counselor_full
    dtype: string
  - name: strategy
    dtype: string
  - name: first_strategy
    dtype: string
  - name: __index_level_0__
    dtype: int64
  - name: user_turn_emotion
    dtype: string
  - name: anger_proba
    dtype: float64
  - name: disgusted_proba
    dtype: float64
  - name: fear_proba
    dtype: float64
  - name: happy_proba
    dtype: float64
  - name: neutral_proba
    dtype: float64
  - name: sad_proba
    dtype: float64
  - name: surprised_proba
    dtype: float64
  splits:
  - name: train
    num_bytes: 11640204
    num_examples: 9588
  - name: test
    num_bytes: 2227102
    num_examples: 1865
  download_size: 4372961
  dataset_size: 13867306
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---