Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,48 +2,26 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- semantic-distance-coding
|
| 5 |
-
- medium
|
| 6 |
- chart
|
| 7 |
-
|
| 8 |
-
features:
|
| 9 |
-
- name: image
|
| 10 |
-
dtype: image
|
| 11 |
-
- name: caption
|
| 12 |
-
dtype: string
|
| 13 |
-
- name: name
|
| 14 |
-
dtype: string
|
| 15 |
-
splits:
|
| 16 |
-
- name: train
|
| 17 |
-
num_bytes: 93359
|
| 18 |
-
num_examples: 2
|
| 19 |
-
download_size: 95576
|
| 20 |
-
dataset_size: 93359
|
| 21 |
-
configs:
|
| 22 |
-
- config_name: default
|
| 23 |
-
data_files:
|
| 24 |
-
- split: train
|
| 25 |
-
path: data/train-*
|
| 26 |
---
|
| 27 |
|
| 28 |
# sdc-gradient-chart-medium-v1
|
| 29 |
|
| 30 |
-
Gradient chart
|
| 31 |
|
| 32 |
## Dataset Info
|
| 33 |
|
| 34 |
-
- **Rows**:
|
| 35 |
-
- **Columns**:
|
| 36 |
|
| 37 |
## Columns
|
| 38 |
|
| 39 |
| Column | Type | Description |
|
| 40 |
|--------|------|-------------|
|
| 41 |
-
|
|
| 42 |
-
|
|
| 43 |
-
|
|
| 44 |
-
| pass_at_1_std | Value('float64') | Std across 3 runs |
|
| 45 |
-
| condition | Value('string') | zero-shot |
|
| 46 |
-
| source | Value('string') | this_experiment or esolang_bench_paper |
|
| 47 |
|
| 48 |
|
| 49 |
## Generation Parameters
|
|
@@ -52,15 +30,10 @@ Gradient chart data — Medium tier
|
|
| 52 |
{
|
| 53 |
"script_name": "run_medium_zero_shot.py",
|
| 54 |
"model": "gpt-5-2",
|
| 55 |
-
"description": "Gradient chart
|
| 56 |
"tier": "medium",
|
| 57 |
-
"hyperparameters": {
|
| 58 |
-
|
| 59 |
-
"max_tokens": "model_maximum"
|
| 60 |
-
},
|
| 61 |
-
"input_datasets": [
|
| 62 |
-
"Lossfunk/Esolang-Bench"
|
| 63 |
-
]
|
| 64 |
}
|
| 65 |
```
|
| 66 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- semantic-distance-coding
|
|
|
|
| 5 |
- chart
|
| 6 |
+
- medium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# sdc-gradient-chart-medium-v1
|
| 10 |
|
| 11 |
+
Gradient chart and heatmap images — Medium tier
|
| 12 |
|
| 13 |
## Dataset Info
|
| 14 |
|
| 15 |
+
- **Rows**: 2
|
| 16 |
+
- **Columns**: 3
|
| 17 |
|
| 18 |
## Columns
|
| 19 |
|
| 20 |
| Column | Type | Description |
|
| 21 |
|--------|------|-------------|
|
| 22 |
+
| image | Image(mode=None, decode=True) | Chart image (PNG) |
|
| 23 |
+
| caption | Value('string') | Chart description |
|
| 24 |
+
| name | Value('string') | Chart identifier |
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
## Generation Parameters
|
|
|
|
| 30 |
{
|
| 31 |
"script_name": "run_medium_zero_shot.py",
|
| 32 |
"model": "gpt-5-2",
|
| 33 |
+
"description": "Gradient chart and heatmap images \u2014 Medium tier",
|
| 34 |
"tier": "medium",
|
| 35 |
+
"hyperparameters": {},
|
| 36 |
+
"input_datasets": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
```
|
| 39 |
|