Estwld commited on
Commit
5c4814d
1 Parent(s): c39b19f

Upload dataset

Browse files
README.md CHANGED
@@ -1,6 +1,46 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - name: conversations
5
  list:
6
  - name: content
@@ -9,46 +49,30 @@ dataset_info:
9
  dtype: string
10
  - name: strategy
11
  dtype: string
12
- - name: emotion
13
- dtype: string
14
- - name: experience
15
- dtype: string
16
- - name: problem
17
- dtype: string
18
- - name: situation
19
- dtype: string
20
  splits:
21
  - name: train
22
- num_bytes: 3087133
23
  num_examples: 910
24
- - name: validation
25
- num_bytes: 662566
26
- num_examples: 195
27
  - name: test
28
- num_bytes: 669299
 
 
 
29
  num_examples: 195
30
- download_size: 2158864
31
- dataset_size: 4418998
32
  configs:
33
  - config_name: default
34
  data_files:
35
  - split: train
36
  path: data/train-*
37
- - split: validation
38
- path: data/validation-*
39
  - split: test
40
  path: data/test-*
41
- license: apache-2.0
42
- task_categories:
43
- - text-generation
44
- - text-classification
45
- language:
46
- - en
47
  tags:
48
  - esconv
49
  - empathetic
50
- size_categories:
51
- - 1K<n<10K
52
  ---
53
  # ESCONV for LLM
54
   This repository contains a reformatted version of the ESCONV dataset, tailored for seamless integration with Language Model (LLM) training and inference. The original dataset's format posed challenges for direct application in LLM tasks, prompting us to restructure and clean the data. 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 1K<n<10K
7
+ task_categories:
8
+ - text-generation
9
+ - text-classification
10
  dataset_info:
11
  features:
12
+ - name: experience_type
13
+ dtype: string
14
+ - name: emotion_type
15
+ dtype: string
16
+ - name: problem_type
17
+ dtype: string
18
+ - name: situation
19
+ dtype: string
20
+ - name: survey_score
21
+ struct:
22
+ - name: seeker
23
+ struct:
24
+ - name: empathy
25
+ dtype: string
26
+ - name: final_emotion_intensity
27
+ dtype: string
28
+ - name: initial_emotion_intensity
29
+ dtype: string
30
+ - name: relevance
31
+ dtype: string
32
+ - name: supporter
33
+ struct:
34
+ - name: relevance
35
+ dtype: string
36
+ - name: seeker_question1
37
+ dtype: string
38
+ - name: seeker_question2
39
+ dtype: string
40
+ - name: supporter_question1
41
+ dtype: string
42
+ - name: supporter_question2
43
+ dtype: string
44
  - name: conversations
45
  list:
46
  - name: content
 
49
  dtype: string
50
  - name: strategy
51
  dtype: string
 
 
 
 
 
 
 
 
52
  splits:
53
  - name: train
54
+ num_bytes: 3089088
55
  num_examples: 910
 
 
 
56
  - name: test
57
+ num_bytes: 668538
58
+ num_examples: 195
59
+ - name: valid
60
+ num_bytes: 663512
61
  num_examples: 195
62
+ download_size: 2191251
63
+ dataset_size: 4421138
64
  configs:
65
  - config_name: default
66
  data_files:
67
  - split: train
68
  path: data/train-*
 
 
69
  - split: test
70
  path: data/test-*
71
+ - split: valid
72
+ path: data/valid-*
 
 
 
 
73
  tags:
74
  - esconv
75
  - empathetic
 
 
76
  ---
77
  # ESCONV for LLM
78
   This repository contains a reformatted version of the ESCONV dataset, tailored for seamless integration with Language Model (LLM) training and inference. The original dataset's format posed challenges for direct application in LLM tasks, prompting us to restructure and clean the data. 
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:372fcc083ccac4087aea0ba27dbcefbaf3fbdb36425191501ff14b5b57991214
3
- size 332705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fdb3c3c3e0643b525dce2383135bd3d83f8ec48c60c2b5746550a988bb3c08
3
+ size 341466
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9931dc3fcbeec7b715f27ac9e480da08a61fc90f57d61d2487f00fb6f9125bdd
3
- size 1495544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23fb8a3bcb43b0bda181a7e45c029cb14263cd179a81e187c6e312a909e7948b
3
+ size 1509764
data/valid-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8103d3404d8b98a4981bc3467abf414b84ea9ea03a4bf7005a042c758c60f1
3
+ size 340021