Add gpt-5-5-genai-responses subset (1000 TinyStories emotion rewrites)
#1
by RomainFroger - opened
README.md
CHANGED
|
@@ -32,6 +32,38 @@ dataset_info:
|
|
| 32 |
num_examples: 5000
|
| 33 |
download_size: 30896020
|
| 34 |
dataset_size: 57890669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
- config_name: gemma-4-12B-it
|
| 36 |
features:
|
| 37 |
- name: story_id
|
|
@@ -64,13 +96,53 @@ dataset_info:
|
|
| 64 |
num_examples: 5000
|
| 65 |
download_size: 27053954
|
| 66 |
dataset_size: 50978822
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
configs:
|
| 68 |
- config_name: Qwen3.5-9B
|
| 69 |
data_files:
|
| 70 |
- split: train
|
| 71 |
path: Qwen3.5-9B/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
- config_name: gemma-4-12B-it
|
| 73 |
data_files:
|
| 74 |
- split: train
|
| 75 |
path: gemma-4-12B-it/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
---
|
|
|
|
| 32 |
num_examples: 5000
|
| 33 |
download_size: 30896020
|
| 34 |
dataset_size: 57890669
|
| 35 |
+
- config_name: claude-5-fable-vertex-genai
|
| 36 |
+
features:
|
| 37 |
+
- name: story_id
|
| 38 |
+
dtype: int64
|
| 39 |
+
- name: original
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: joy
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: trust
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: distrust
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: doubt
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: fear
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: surprise
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: sadness
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: disgust
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: anger
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: anticipation
|
| 60 |
+
dtype: string
|
| 61 |
+
splits:
|
| 62 |
+
- name: train
|
| 63 |
+
num_bytes: 11717787
|
| 64 |
+
num_examples: 1000
|
| 65 |
+
download_size: 6252477
|
| 66 |
+
dataset_size: 11717787
|
| 67 |
- config_name: gemma-4-12B-it
|
| 68 |
features:
|
| 69 |
- name: story_id
|
|
|
|
| 96 |
num_examples: 5000
|
| 97 |
download_size: 27053954
|
| 98 |
dataset_size: 50978822
|
| 99 |
+
- config_name: gpt-5-5-genai-responses
|
| 100 |
+
features:
|
| 101 |
+
- name: story_id
|
| 102 |
+
dtype: int64
|
| 103 |
+
- name: original
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: joy
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: trust
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: distrust
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: doubt
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: fear
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: surprise
|
| 116 |
+
dtype: string
|
| 117 |
+
- name: sadness
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: disgust
|
| 120 |
+
dtype: string
|
| 121 |
+
- name: anger
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: anticipation
|
| 124 |
+
dtype: string
|
| 125 |
+
splits:
|
| 126 |
+
- name: train
|
| 127 |
+
num_bytes: 10746385
|
| 128 |
+
num_examples: 1000
|
| 129 |
+
download_size: 5686904
|
| 130 |
+
dataset_size: 10746385
|
| 131 |
configs:
|
| 132 |
- config_name: Qwen3.5-9B
|
| 133 |
data_files:
|
| 134 |
- split: train
|
| 135 |
path: Qwen3.5-9B/train-*
|
| 136 |
+
- config_name: claude-5-fable-vertex-genai
|
| 137 |
+
data_files:
|
| 138 |
+
- split: train
|
| 139 |
+
path: claude-5-fable-vertex-genai/train-*
|
| 140 |
- config_name: gemma-4-12B-it
|
| 141 |
data_files:
|
| 142 |
- split: train
|
| 143 |
path: gemma-4-12B-it/train-*
|
| 144 |
+
- config_name: gpt-5-5-genai-responses
|
| 145 |
+
data_files:
|
| 146 |
+
- split: train
|
| 147 |
+
path: gpt-5-5-genai-responses/train-*
|
| 148 |
---
|
claude-5-fable-vertex-genai/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dae7e93d1836ca1220e164c9c2496e3a4162797ae966dfbd4fb1ddf568f1cfc
|
| 3 |
+
size 6252477
|
gpt-5-5-genai-responses/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c0e4a24cf6d6380bd61bc6325f98215ef91af0c386985cc4f8d263c8f6d6ce8
|
| 3 |
+
size 5686904
|