Mayee Chen commited on
Commit ·
eee4d1d
1
Parent(s): d53a119
add relative_sizes and token_counts
Browse files- README.md +62 -116
- dclm_swarm/meta.json +52 -0
- mixture_reuse/real_world/full_recomputation/meta.json +142 -0
- mixture_reuse/real_world/full_recomputation/metrics.csv +0 -0
- mixture_reuse/real_world/full_recomputation/ratios.csv +0 -0
- mixture_reuse/real_world/full_reuse/update1_add_stack_edu_seed0/meta.json +36 -0
- mixture_reuse/real_world/full_reuse/update1_add_stack_edu_seed1/meta.json +36 -0
- mixture_reuse/real_world/full_reuse/update1_add_stack_edu_seed2/meta.json +36 -0
- mixture_reuse/real_world/full_reuse/update2_add_more_sources_seed0/meta.json +18 -0
- mixture_reuse/real_world/full_reuse/update2_add_more_sources_seed1/meta.json +18 -0
- mixture_reuse/real_world/full_reuse/update2_add_more_sources_seed2/meta.json +18 -0
- mixture_reuse/real_world/full_reuse/update3_revise_pdfs_seed0/meta.json +8 -0
- mixture_reuse/real_world/full_reuse/update3_revise_pdfs_seed1/meta.json +8 -0
- mixture_reuse/real_world/full_reuse/update3_revise_pdfs_seed2/meta.json +8 -0
- mixture_reuse/real_world/full_reuse/update5_partition_pdfs_seed0/meta.json +48 -0
- mixture_reuse/real_world/full_reuse/update5_partition_pdfs_seed1/meta.json +49 -0
- mixture_reuse/real_world/full_reuse/update5_partition_pdfs_seed2/meta.json +48 -0
- mixture_reuse/real_world/partial_reuse/update1_add_stack_edu_recompute_software_dev_seed0/meta.json +38 -0
- mixture_reuse/real_world/partial_reuse/update1_add_stack_edu_recompute_software_dev_seed1/meta.json +38 -0
- mixture_reuse/real_world/partial_reuse/update1_add_stack_edu_recompute_software_dev_seed2/meta.json +38 -0
- mixture_reuse/real_world/partial_reuse/update5_partition_pdfs_recompute_mix_seed0/meta.json +61 -0
- mixture_reuse/real_world/partial_reuse/update5_partition_pdfs_recompute_mix_seed1/meta.json +61 -0
- mixture_reuse/real_world/partial_reuse/update5_partition_pdfs_recompute_mix_seed2/meta.json +61 -0
- mixture_reuse/real_world/swarm_reuse/meta.json +142 -0
- mixture_reuse/real_world/swarm_reuse/metrics.csv +0 -0
- mixture_reuse/real_world/swarm_reuse/ratios.csv +0 -0
- mixture_reuse/real_world/swarm_reuse/update4_remove_algebraicstack/meta.json +0 -10
- mixture_reuse/real_world/swarm_reuse/update4_remove_algebraicstack/metrics.csv +0 -0
- mixture_reuse/real_world/swarm_reuse/update4_remove_algebraicstack/ratios.csv +0 -129
- mixture_reuse/theory_validation/dclm_pdfs/meta.json +94 -0
- mixture_reuse/theory_validation/dclm_stackedu/meta.json +82 -0
- mixture_reuse/theory_validation/intermediate_mix_reuse_gap_dclm_pdfs/meta.json +48 -0
- mixture_reuse/theory_validation/intermediate_mix_reuse_gap_dclm_stackedu/meta.json +36 -0
- mixture_reuse/theory_validation/weak_mix_reuse_gap_dclm_pdfs/meta.json +48 -0
- mixture_reuse/theory_validation/weak_mix_reuse_gap_dclm_stackedu/meta.json +36 -0
- study/rq3/dclm_dense_swarm/meta.json +52 -0
- study/rq3/dclm_swarm_strong_prior/meta.json +52 -0
- study/rq3/dclm_swarm_weak_prior/meta.json +52 -0
- study/rq3/source_level_dense_swarm/meta.json +18 -0
- study/rq3/source_level_sparse_swarm/meta.json +18 -0
- study/rq6/dclm_constrained_swarm/meta.json +52 -0
README.md
CHANGED
|
@@ -14,60 +14,24 @@ tags:
|
|
| 14 |
|
| 15 |
# Olmix Swarm Datasets
|
| 16 |
|
| 17 |
-
This repository contains proxy run
|
| 18 |
|
| 19 |
For more details, see our paper: [*Olmix: A Framework for Data Mixing Throughout LM Development*](https://arxiv.org/abs/2602.12237)
|
| 20 |
|
| 21 |
-
##
|
| 22 |
|
| 23 |
-
The dataset contains **
|
| 24 |
-
|
| 25 |
-
- **Main Swarm (`dclm_swarm/`)**: The primary DCLM swarm used throughout our paper
|
| 26 |
-
- **Research Question Studies (`study/`)**: Swarms for RQ3 (dense vs sparse, different priors) and RQ6 (constrained optimization)
|
| 27 |
-
- **Mixture Reuse (`mixture_reuse/`)**: Real-world update scenarios and theory validation experiments
|
| 28 |
-
- Each swarm includes `ratios.csv`, `metrics.csv`, and `meta.json` with complete metadata
|
| 29 |
-
|
| 30 |
-
## Usage
|
| 31 |
-
|
| 32 |
-
### Primary Use Case: Proposing a Mix using OlmixBase
|
| 33 |
-
|
| 34 |
-
The primary way to use these datasets is to download these CSVs (`ratios.csv`, `metrics.csv` together) directly and use them with the [Olmix GitHub](https://github.com/allenai/olmix) ([example](https://github.com/allenai/olmix/blob/main/configs/fits/dclm_baseline.yaml)). This is the recommended workflow for data mixture optimization.
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
### Alternative: HuggingFace Datasets Library
|
| 38 |
-
|
| 39 |
-
You can also load all swarms at once using the HuggingFace datasets library (useful for exploration):
|
| 40 |
-
|
| 41 |
-
```python
|
| 42 |
-
from datasets import load_dataset
|
| 43 |
-
|
| 44 |
-
# Load the entire collection
|
| 45 |
-
dataset = load_dataset("allenai/olmix")
|
| 46 |
-
|
| 47 |
-
# Browse available swarms
|
| 48 |
-
for example in dataset["train"]:
|
| 49 |
-
print(f"{example['description']} - {example['num_runs']} runs, {example['num_domains']} domains")
|
| 50 |
-
|
| 51 |
-
# Filter by category
|
| 52 |
-
mixture_reuse_swarms = [ex for ex in dataset["train"] if "mixture_reuse" in ex["category"]]
|
| 53 |
-
print(f"Found {len(mixture_reuse_swarms)} mixture reuse swarms")
|
| 54 |
-
```
|
| 55 |
-
|
| 56 |
-
## Dataset Structure
|
| 57 |
|
| 58 |
```
|
| 59 |
dclm_swarm/ # Main DCLM swarm (1 swarm)
|
| 60 |
-
│ ├── ratios.csv
|
| 61 |
-
│ ├── metrics.csv
|
| 62 |
-
│ └── meta.json
|
| 63 |
├── study/
|
| 64 |
-
│ ├── rq3/ #
|
| 65 |
│ │ ├── dclm_dense_swarm/
|
| 66 |
│ │ ├── source_level_sparse_swarm/
|
| 67 |
│ │ ├── source_level_dense_swarm/
|
| 68 |
│ │ ├── dclm_swarm_strong_prior/
|
| 69 |
│ │ └── dclm_swarm_weak_prior/
|
| 70 |
-
│ └── rq6/ # Constrained
|
| 71 |
│ └── dclm_constrained_swarm/
|
| 72 |
└── mixture_reuse/
|
| 73 |
├── real_world/
|
|
@@ -79,9 +43,9 @@ dclm_swarm/ # Main DCLM swarm (1 swarm)
|
|
| 79 |
│ ├── partial_reuse/ # Partial mixture reuse (6 swarms)
|
| 80 |
│ │ ├── update1_add_stack_edu_recompute_software_dev_seed{0,1,2}/
|
| 81 |
│ │ └── update5_partition_pdfs_recompute_mix_seed{0,1,2}/
|
| 82 |
-
│
|
| 83 |
-
│
|
| 84 |
-
└── theory_validation/ #
|
| 85 |
├── dclm_stackedu/
|
| 86 |
├── dclm_pdfs/
|
| 87 |
├── weak_mix_reuse_gap_dclm_stackedu/
|
|
@@ -90,91 +54,73 @@ dclm_swarm/ # Main DCLM swarm (1 swarm)
|
|
| 90 |
└── intermediate_mix_reuse_gap_dclm_pdfs/
|
| 91 |
```
|
| 92 |
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
Each example in the dataset contains:
|
| 96 |
|
| 97 |
-
|
| 98 |
-
|-------|------|-------------|
|
| 99 |
-
| `swarm_id` | string | Unique swarm identifier |
|
| 100 |
-
| `description` | string | Human-readable swarm description |
|
| 101 |
-
| `category` | string | Category/folder path (e.g., "dclm_swarm", "mixture_reuse/real_world/full_reuse") |
|
| 102 |
-
| `notes` | string | Detailed description of the swarm configuration |
|
| 103 |
-
| `dataset_path` | string | Relative path to the dataset |
|
| 104 |
-
| `ratios` | string | JSON string of domain mixture ratios (pandas DataFrame) |
|
| 105 |
-
| `metrics` | string | JSON string of evaluation metrics (pandas DataFrame) |
|
| 106 |
-
| `num_runs` | int | Number of proxy training runs |
|
| 107 |
-
| `num_domains` | int | Number of domains in the mixture |
|
| 108 |
-
| `num_metrics` | int | Number of evaluation metrics |
|
| 109 |
|
| 110 |
-
|
| 111 |
|
| 112 |
-
|
| 113 |
-
- **DCLM main swarm**: 128 proxy runs over 24 DCLM topics (sparse), used throughout our paper
|
| 114 |
|
| 115 |
-
|
| 116 |
- **DCLM dense swarm**: 128 proxy runs over 24 DCLM topics (dense)
|
| 117 |
- **Source level sparse swarm**: 64 proxy runs over 7 sources (sparse)
|
| 118 |
- **Source level dense swarm**: 64 proxy runs over 7 sources (dense)
|
| 119 |
-
- **DCLM swarm strong prior**: 128 proxy runs with strong Dirichlet prior
|
| 120 |
-
- **DCLM swarm weak prior**: 128 proxy runs with weak Dirichlet prior
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
|
| 122 |
-
|
| 123 |
-
- **DCLM constrained swarm**: 128 proxy runs with R=6T requested tokens and k=4 repetition factor
|
| 124 |
|
| 125 |
-
|
| 126 |
-
Experiments where the entire previous mixture is reused as a single virtual domain:
|
| 127 |
- **Update 1 (add Stack-Edu)**: 3 seeds, swarms over DCLM (1 virtual domain) and Stack-Edu
|
| 128 |
- **Update 2 (add more sources)**: 3 seeds, swarms over DCLM+Stack-Edu (1 virtual domain) and new sources
|
| 129 |
-
- **Update 3 (revise PDFs)**: 3 seeds, swarms over
|
| 130 |
-
- **Update 5 (partition PDFs)**: 3 seeds, swarms over PDF topics and unchanged domains (1 virtual domain)
|
| 131 |
|
| 132 |
-
|
| 133 |
-
Experiments where only part of the mixture is reused, with affected domains recomputed:
|
| 134 |
- **Update 1 (add Stack-Edu, recompute software development)**: 3 seeds, swarms over DCLM \ software development (1 virtual domain), software development, and Stack-Edu
|
| 135 |
-
- **Update 5 (partition PDFs, recompute mix)**: 3 seeds, swarms over PDF topics and
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
- **
|
| 145 |
-
- **Intermediate mix reuse gap DCLM+StackEdu**:
|
| 146 |
-
- **Weak mix reuse gap DCLM+PDFs**:
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
plt.show()
|
| 173 |
-
|
| 174 |
-
# Analyze metric correlations
|
| 175 |
-
corr_matrix = metrics[metric_cols].corr()
|
| 176 |
-
print(f"Metric correlation matrix: {corr_matrix.shape}")
|
| 177 |
-
```
|
| 178 |
|
| 179 |
## Resources
|
| 180 |
|
|
|
|
| 14 |
|
| 15 |
# Olmix Swarm Datasets
|
| 16 |
|
| 17 |
+
This repository contains proxy run swarm datasets for data mixing using **[Olmix](https://github.com/allenai/olmix/)**. Each swarm consists of multiple proxy training runs with different domain mixture ratios and their corresponding evaluation metrics across various downstream tasks. The swarm datasets here are based on **30M parameter** proxy models trained on **3B tokens**.
|
| 18 |
|
| 19 |
For more details, see our paper: [*Olmix: A Framework for Data Mixing Throughout LM Development*](https://arxiv.org/abs/2602.12237)
|
| 20 |
|
| 21 |
+
## Swarms
|
| 22 |
|
| 23 |
+
The dataset contains **33 swarms**. Each swarm consists of `ratios.csv`, `metrics.csv`, and `meta.json`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
```
|
| 26 |
dclm_swarm/ # Main DCLM swarm (1 swarm)
|
|
|
|
|
|
|
|
|
|
| 27 |
├── study/
|
| 28 |
+
│ ├── rq3/ # Swarm distribution experiments (5 swarms)
|
| 29 |
│ │ ├── dclm_dense_swarm/
|
| 30 |
│ │ ├── source_level_sparse_swarm/
|
| 31 |
│ │ ├── source_level_dense_swarm/
|
| 32 |
│ │ ├── dclm_swarm_strong_prior/
|
| 33 |
│ │ └── dclm_swarm_weak_prior/
|
| 34 |
+
│ └── rq6/ # Constrained swarm for enforcing repetition (1 swarm)
|
| 35 |
│ └── dclm_constrained_swarm/
|
| 36 |
└── mixture_reuse/
|
| 37 |
├── real_world/
|
|
|
|
| 43 |
│ ├── partial_reuse/ # Partial mixture reuse (6 swarms)
|
| 44 |
│ │ ├── update1_add_stack_edu_recompute_software_dev_seed{0,1,2}/
|
| 45 |
│ │ └── update5_partition_pdfs_recompute_mix_seed{0,1,2}/
|
| 46 |
+
│ ├── swarm_reuse/ # Swarm reuse baseline (1 swarm)
|
| 47 |
+
│ └── full_recomputation/ # Full recomputation baseline (1 swarm)
|
| 48 |
+
└── theory_validation/ # Theoretical validation (6 swarms)
|
| 49 |
├── dclm_stackedu/
|
| 50 |
├── dclm_pdfs/
|
| 51 |
├── weak_mix_reuse_gap_dclm_stackedu/
|
|
|
|
| 54 |
└── intermediate_mix_reuse_gap_dclm_pdfs/
|
| 55 |
```
|
| 56 |
|
| 57 |
+
### dclm_swarm/ — Main Swarm (1 swarm)
|
|
|
|
|
|
|
| 58 |
|
| 59 |
+
- **DCLM main swarm**: 128 proxy runs over 24 DCLM topics (sparse), used as the primary swarm throughout our paper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
+
### study/ — Olmix Study (6 swarms)
|
| 62 |
|
| 63 |
+
These swarms correspond to results in **Section 3.3** of the paper.
|
|
|
|
| 64 |
|
| 65 |
+
**RQ3: Swarm Distribution (5 swarms)**
|
| 66 |
- **DCLM dense swarm**: 128 proxy runs over 24 DCLM topics (dense)
|
| 67 |
- **Source level sparse swarm**: 64 proxy runs over 7 sources (sparse)
|
| 68 |
- **Source level dense swarm**: 64 proxy runs over 7 sources (dense)
|
| 69 |
+
- **DCLM swarm strong prior**: 128 proxy runs over 24 DCLM topics with strong Dirichlet prior
|
| 70 |
+
- **DCLM swarm weak prior**: 128 proxy runs over 24 DCLM topics with weak Dirichlet prior
|
| 71 |
+
|
| 72 |
+
**RQ6: Constrained Optimization (1 swarm)**
|
| 73 |
+
- **DCLM constrained swarm**: 128 proxy runs that satisfy repetition constraints for R=6T requested tokens and k=4 repetition factor
|
| 74 |
+
|
| 75 |
+
### mixture_reuse/real_world/ — Real World Development (20 swarms)
|
| 76 |
|
| 77 |
+
These swarms correspond to the main results in **Section 5.1, Figure 10** of the paper.
|
|
|
|
| 78 |
|
| 79 |
+
**Full reuse (12 swarms)**:
|
|
|
|
| 80 |
- **Update 1 (add Stack-Edu)**: 3 seeds, swarms over DCLM (1 virtual domain) and Stack-Edu
|
| 81 |
- **Update 2 (add more sources)**: 3 seeds, swarms over DCLM+Stack-Edu (1 virtual domain) and new sources
|
| 82 |
+
- **Update 3 (revise PDFs)**: 3 seeds, swarms over revised PDF source and unchanged domains (1 virtual domain)
|
| 83 |
+
- **Update 5 (partition PDFs)**: 3 seeds, swarms over partitioned PDF topics and unchanged domains (1 virtual domain)
|
| 84 |
|
| 85 |
+
**Partial reuse (6 swarms)**:
|
|
|
|
| 86 |
- **Update 1 (add Stack-Edu, recompute software development)**: 3 seeds, swarms over DCLM \ software development (1 virtual domain), software development, and Stack-Edu
|
| 87 |
+
- **Update 5 (partition PDFs, recompute mix)**: 3 seeds, swarms over PDF topics and sources
|
| 88 |
+
|
| 89 |
+
**Swarm reuse (1 swarm)**: Proxy runs accumulated from all swarms that are compatible with the final 64-domain set.
|
| 90 |
+
|
| 91 |
+
**Full recomputation (1 swarm)**: 512 proxy runs over the final 64 domains after all 5 updates. Subsampled at various budgets to measure full recomputation's performance as a function of run count.
|
| 92 |
+
|
| 93 |
+
### mixture_reuse/theory_validation/ — Theoretical Validation (6 swarms)
|
| 94 |
+
|
| 95 |
+
Experiments validating mixture reuse theory (**Section 5.2**):
|
| 96 |
+
- **DCLM+StackEdu** and **DCLM+PDFs**: Swarms for the full recomputation baseline in two settings
|
| 97 |
+
- **Weak/Intermediate mix reuse gap (DCLM+StackEdu)**: Swarms over DCLM (reusing a weak or intermediate mix) and Stack-Edu
|
| 98 |
+
- **Weak/Intermediate mix reuse gap (DCLM+PDFs)**: Swarms over DCLM (reusing a weak or intermediate mix) and PDFs
|
| 99 |
+
|
| 100 |
+
## Data Format
|
| 101 |
+
|
| 102 |
+
### ratios.csv
|
| 103 |
+
|
| 104 |
+
- `run`, `name`, `index`: run identifier, full run name, and sequential index
|
| 105 |
+
- One column per domain: mixture weight (proportion of training tokens) assigned to that domain. Domain names follow the format `source:topic` (e.g., `dclm:politics`, `s2pdf:science_tech`, `stack-edu:Python`), where the prefix is the data source and the suffix is the topic within that source. Single-part names (e.g., `wikipedia`, `arxiv`) are single-domain sources.
|
| 106 |
+
|
| 107 |
+
### metrics.csv
|
| 108 |
+
|
| 109 |
+
- `run`, `name`, `index`: same identifiers as in `ratios.csv`
|
| 110 |
+
- One column per evaluation task: the model's **bits-per-byte (BPB)** score on that task. Lower BPB is better. Tasks span a wide range of benchmarks including MMLU, ARC, coding (HumanEval, MBPP), math (Minerva), and reading comprehension.
|
| 111 |
+
|
| 112 |
+
### meta.json
|
| 113 |
+
|
| 114 |
+
Each `meta.json` includes `swarm_id`, `description`, `category`, `notes`, `files`, and two fields used when configuring a fit in the [Olmix](https://github.com/allenai/olmix) repository:
|
| 115 |
+
|
| 116 |
+
- **`relative_sizes`**: The natural distribution of the domains, used in the KL penalty.
|
| 117 |
+
- **`token_counts`**: The final token count for each domain when constructing the repetition constraint.
|
| 118 |
+
|
| 119 |
+
## Usage
|
| 120 |
+
|
| 121 |
+
The primary use of these datasets is as input to the [Olmix GitHub repository](https://github.com/allenai/olmix) for fitting a data mixture model. Download `ratios.csv`, `metrics.csv`, and `meta.json` from the desired swarm folder and point to them in your Olmix config `.yaml` file (see [example config](https://github.com/allenai/olmix/blob/main/configs/fits/dclm_baseline.yaml)).
|
| 122 |
+
|
| 123 |
+
The dataset is also accessible via the HuggingFace datasets library (`load_dataset("allenai/olmix")`) for exploration purposes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
|
| 125 |
## Resources
|
| 126 |
|
dclm_swarm/meta.json
CHANGED
|
@@ -6,5 +6,57 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"adult_content": 0.011426145559378242,
|
| 12 |
+
"art_and_design": 0.017115279947642753,
|
| 13 |
+
"crime_and_law": 0.03760251381333424,
|
| 14 |
+
"education_and_jobs": 0.03819063764260111,
|
| 15 |
+
"electronics_and_hardware": 0.02252846927808186,
|
| 16 |
+
"entertainment": 0.09499472729589659,
|
| 17 |
+
"fashion_and_beauty": 0.009181677850877463,
|
| 18 |
+
"finance_and_business": 0.06572786800235751,
|
| 19 |
+
"food_and_dining": 0.020291659593193807,
|
| 20 |
+
"games": 0.0510904592313224,
|
| 21 |
+
"health": 0.10085821548021548,
|
| 22 |
+
"history_and_geography": 0.028007795295185975,
|
| 23 |
+
"home_and_hobbies": 0.034621890011029464,
|
| 24 |
+
"industrial": 0.010640504851475604,
|
| 25 |
+
"literature": 0.05367136256765137,
|
| 26 |
+
"politics": 0.09838421860766539,
|
| 27 |
+
"religion": 0.04030199076983852,
|
| 28 |
+
"science_math_and_technology": 0.06933979163830614,
|
| 29 |
+
"social_life": 0.04443687756758139,
|
| 30 |
+
"software": 0.025134154331657502,
|
| 31 |
+
"software_development": 0.04835767747466825,
|
| 32 |
+
"sports_and_fitness": 0.03455368961865927,
|
| 33 |
+
"transportation": 0.02686612455867175,
|
| 34 |
+
"travel_and_tourism": 0.01667626901270792
|
| 35 |
+
},
|
| 36 |
+
"token_counts": {
|
| 37 |
+
"adult_content": 67760078203,
|
| 38 |
+
"art_and_design": 70659711995,
|
| 39 |
+
"crime_and_law": 170130914779,
|
| 40 |
+
"education_and_jobs": 184690792861,
|
| 41 |
+
"electronics_and_hardware": 80168541745,
|
| 42 |
+
"entertainment": 441768061760,
|
| 43 |
+
"fashion_and_beauty": 37256539512,
|
| 44 |
+
"finance_and_business": 310313927581,
|
| 45 |
+
"food_and_dining": 105937299687,
|
| 46 |
+
"games": 229992491702,
|
| 47 |
+
"health": 393496227836,
|
| 48 |
+
"history_and_geography": 161049719459,
|
| 49 |
+
"home_and_hobbies": 126910777314,
|
| 50 |
+
"industrial": 43572140450,
|
| 51 |
+
"literature": 364834344848,
|
| 52 |
+
"politics": 611198130192,
|
| 53 |
+
"religion": 277776929208,
|
| 54 |
+
"science_math_and_technology": 427131054341,
|
| 55 |
+
"social_life": 218731841124,
|
| 56 |
+
"software": 108039380021,
|
| 57 |
+
"software_development": 223384974282,
|
| 58 |
+
"sports_and_fitness": 196759999355,
|
| 59 |
+
"transportation": 90793306202,
|
| 60 |
+
"travel_and_tourism": 57642815530
|
| 61 |
}
|
| 62 |
}
|
mixture_reuse/real_world/full_recomputation/meta.json
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"swarm_id": "ee28fc9c",
|
| 3 |
+
"description": "Full recomputation swarm",
|
| 4 |
+
"category": "mixture_reuse/real_world/full_recomputation",
|
| 5 |
+
"notes": "512 proxy runs over the final 64 domains after the 5 updates. We subsample from this to determine full recomputation's performance at various budgets",
|
| 6 |
+
"files": {
|
| 7 |
+
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
+
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.04081632653,
|
| 12 |
+
"dclm:adult_content": 0.007260008378781617,
|
| 13 |
+
"dclm:art_and_design": 0.007570683427890269,
|
| 14 |
+
"dclm:crime_and_law": 0.018228312297343258,
|
| 15 |
+
"dclm:education_and_jobs": 0.01978829923464438,
|
| 16 |
+
"dclm:electronics_and_hardware": 0.008589486615330858,
|
| 17 |
+
"dclm:entertainment": 0.04733229233020377,
|
| 18 |
+
"dclm:fashion_and_beauty": 0.0039917720905245065,
|
| 19 |
+
"dclm:finance_and_business": 0.033247920811400884,
|
| 20 |
+
"dclm:food_and_dining": 0.01135042496619488,
|
| 21 |
+
"dclm:games": 0.024642052681790323,
|
| 22 |
+
"dclm:health": 0.04216031012418717,
|
| 23 |
+
"dclm:history_and_geography": 0.017255327084508186,
|
| 24 |
+
"dclm:home_and_hobbies": 0.013597583283321514,
|
| 25 |
+
"dclm:industrial": 0.004668443619570556,
|
| 26 |
+
"dclm:literature": 0.03908939408990015,
|
| 27 |
+
"dclm:politics": 0.06548551394749036,
|
| 28 |
+
"dclm:religion": 0.029761813843007766,
|
| 29 |
+
"dclm:science_math_and_technology": 0.04576404153537389,
|
| 30 |
+
"dclm:social_life": 0.023435554405540723,
|
| 31 |
+
"dclm:software": 0.011575647859110355,
|
| 32 |
+
"dclm:software_development": 0.023934104386801644,
|
| 33 |
+
"dclm:sports_and_fitness": 0.021081428501823974,
|
| 34 |
+
"dclm:transportation": 0.009727854235711368,
|
| 35 |
+
"dclm:travel_and_tourism": 0.0061760159495475595,
|
| 36 |
+
"finemath-3plus": 0.1020408163,
|
| 37 |
+
"pes2o": 0.02040816327,
|
| 38 |
+
"s2pdf:adult": 2.9834951769534685e-05,
|
| 39 |
+
"s2pdf:art_design": 0.0007003987723587315,
|
| 40 |
+
"s2pdf:crime_law": 0.004304497877255197,
|
| 41 |
+
"s2pdf:education_jobs": 0.013423914190223355,
|
| 42 |
+
"s2pdf:entertainment": 0.0005735046619634145,
|
| 43 |
+
"s2pdf:fashion_beauty": 5.652756872639283e-05,
|
| 44 |
+
"s2pdf:finance_business": 0.005875381689656523,
|
| 45 |
+
"s2pdf:food_dining": 0.00023137752229735462,
|
| 46 |
+
"s2pdf:games": 0.0002379401441074673,
|
| 47 |
+
"s2pdf:health": 0.01188453277839032,
|
| 48 |
+
"s2pdf:home_hobbies": 0.000365144166266438,
|
| 49 |
+
"s2pdf:industrial": 0.0027110519108453452,
|
| 50 |
+
"s2pdf:literature": 0.0032599235022842247,
|
| 51 |
+
"s2pdf:politics": 0.004002747743592977,
|
| 52 |
+
"s2pdf:religion": 0.0024809398443353067,
|
| 53 |
+
"s2pdf:science_tech": 0.04479499276302395,
|
| 54 |
+
"s2pdf:software": 0.0008012257357437738,
|
| 55 |
+
"s2pdf:software_dev": 0.00395883882022922,
|
| 56 |
+
"s2pdf:sports_fitness": 0.0005310539609999115,
|
| 57 |
+
"s2pdf:transportation": 0.0016066058929999894,
|
| 58 |
+
"s2pdf:travel": 0.00021038180293057342,
|
| 59 |
+
"stack-edu:C": 0.0061786719102295004,
|
| 60 |
+
"stack-edu:CSharp": 0.00940099268591905,
|
| 61 |
+
"stack-edu:Cpp": 0.01635064398307945,
|
| 62 |
+
"stack-edu:Go": 0.0018249894127522247,
|
| 63 |
+
"stack-edu:Java": 0.04090481020788093,
|
| 64 |
+
"stack-edu:JavaScript": 0.011596372856026719,
|
| 65 |
+
"stack-edu:Markdown": 0.03773213389237864,
|
| 66 |
+
"stack-edu:PHP": 0.009649581453994433,
|
| 67 |
+
"stack-edu:Python": 0.023510988448010806,
|
| 68 |
+
"stack-edu:Ruby": 0.001809566706914491,
|
| 69 |
+
"stack-edu:Rust": 0.0018508937755699767,
|
| 70 |
+
"stack-edu:SQL": 0.009216937068389422,
|
| 71 |
+
"stack-edu:Shell": 0.0033178202487746814,
|
| 72 |
+
"stack-edu:Swift": 0.0019703834928440217,
|
| 73 |
+
"stack-edu:TypeScript": 0.003256642457235611,
|
| 74 |
+
"wikipedia": 0.02040816327
|
| 75 |
+
},
|
| 76 |
+
"token_counts": {
|
| 77 |
+
"arxiv": 20773846846,
|
| 78 |
+
"dclm:adult_content": 67760078203,
|
| 79 |
+
"dclm:art_and_design": 70659711995,
|
| 80 |
+
"dclm:crime_and_law": 170130914779,
|
| 81 |
+
"dclm:education_and_jobs": 184690792861,
|
| 82 |
+
"dclm:electronics_and_hardware": 80168541745,
|
| 83 |
+
"dclm:entertainment": 441768061760,
|
| 84 |
+
"dclm:fashion_and_beauty": 37256539512,
|
| 85 |
+
"dclm:finance_and_business": 310313927581,
|
| 86 |
+
"dclm:food_and_dining": 105937299687,
|
| 87 |
+
"dclm:games": 229992491702,
|
| 88 |
+
"dclm:health": 393496227836,
|
| 89 |
+
"dclm:history_and_geography": 161049719459,
|
| 90 |
+
"dclm:home_and_hobbies": 126910777314,
|
| 91 |
+
"dclm:industrial": 43572140450,
|
| 92 |
+
"dclm:literature": 364834344848,
|
| 93 |
+
"dclm:politics": 611198130192,
|
| 94 |
+
"dclm:religion": 277776929208,
|
| 95 |
+
"dclm:science_math_and_technology": 427131054341,
|
| 96 |
+
"dclm:social_life": 218731841124,
|
| 97 |
+
"dclm:software": 108039380021,
|
| 98 |
+
"dclm:software_development": 223384974282,
|
| 99 |
+
"dclm:sports_and_fitness": 196759999355,
|
| 100 |
+
"dclm:transportation": 90793306202,
|
| 101 |
+
"dclm:travel_and_tourism": 57642815530,
|
| 102 |
+
"finemath-3plus": 34057973953,
|
| 103 |
+
"pes2o": 58552461187,
|
| 104 |
+
"s2pdf:adult": 303073226,
|
| 105 |
+
"s2pdf:art_design": 6833185034,
|
| 106 |
+
"s2pdf:crime_law": 42538674743,
|
| 107 |
+
"s2pdf:education_jobs": 138127926093,
|
| 108 |
+
"s2pdf:entertainment": 6069602783,
|
| 109 |
+
"s2pdf:fashion_beauty": 557917820,
|
| 110 |
+
"s2pdf:finance_business": 61150044703,
|
| 111 |
+
"s2pdf:food_dining": 2322982204,
|
| 112 |
+
"s2pdf:games": 2486095532,
|
| 113 |
+
"s2pdf:health": 108215933374,
|
| 114 |
+
"s2pdf:home_hobbies": 3924579643,
|
| 115 |
+
"s2pdf:industrial": 29389278657,
|
| 116 |
+
"s2pdf:literature": 31886391090,
|
| 117 |
+
"s2pdf:politics": 39234116889,
|
| 118 |
+
"s2pdf:religion": 24729732953,
|
| 119 |
+
"s2pdf:science_tech": 424245385160,
|
| 120 |
+
"s2pdf:software": 9146853216,
|
| 121 |
+
"s2pdf:software_dev": 41841278724,
|
| 122 |
+
"s2pdf:sports_fitness": 5450913796,
|
| 123 |
+
"s2pdf:transportation": 17149342957,
|
| 124 |
+
"s2pdf:travel": 2102425717,
|
| 125 |
+
"stack-edu:C": 4735074247,
|
| 126 |
+
"stack-edu:CSharp": 7204525343,
|
| 127 |
+
"stack-edu:Cpp": 12530445761,
|
| 128 |
+
"stack-edu:Go": 1398595118,
|
| 129 |
+
"stack-edu:Java": 31347725888,
|
| 130 |
+
"stack-edu:JavaScript": 8886972357,
|
| 131 |
+
"stack-edu:Markdown": 28916320218,
|
| 132 |
+
"stack-edu:PHP": 7395033318,
|
| 133 |
+
"stack-edu:Python": 18017832560,
|
| 134 |
+
"stack-edu:Ruby": 1386775805,
|
| 135 |
+
"stack-edu:Rust": 1418447132,
|
| 136 |
+
"stack-edu:SQL": 7063472860,
|
| 137 |
+
"stack-edu:Shell": 2542637875,
|
| 138 |
+
"stack-edu:Swift": 1510019025,
|
| 139 |
+
"stack-edu:TypeScript": 2495753789,
|
| 140 |
+
"wikipedia": 10067758073
|
| 141 |
+
}
|
| 142 |
+
}
|
mixture_reuse/real_world/full_recomputation/metrics.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mixture_reuse/real_world/full_recomputation/ratios.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mixture_reuse/real_world/full_reuse/update1_add_stack_edu_seed0/meta.json
CHANGED
|
@@ -6,5 +6,41 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"stack-edu:C": 0.00865014067293728,
|
| 13 |
+
"stack-edu:CSharp": 0.01316138975818085,
|
| 14 |
+
"stack-edu:Cpp": 0.02289090157264869,
|
| 15 |
+
"stack-edu:Go": 0.0025549851774443176,
|
| 16 |
+
"stack-edu:Java": 0.05726673428187064,
|
| 17 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 18 |
+
"stack-edu:Markdown": 0.05282498744087811,
|
| 19 |
+
"stack-edu:PHP": 0.013509414033430703,
|
| 20 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 21 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 22 |
+
"stack-edu:Rust": 0.002591251285383368,
|
| 23 |
+
"stack-edu:SQL": 0.0129037118936806,
|
| 24 |
+
"stack-edu:Shell": 0.004644948347541362,
|
| 25 |
+
"stack-edu:Swift": 0.0027585368895402655,
|
| 26 |
+
"stack-edu:TypeScript": 0.004559299439400369,
|
| 27 |
+
},
|
| 28 |
+
"token_counts": {
|
| 29 |
+
"dclm": 5000000000000,
|
| 30 |
+
"stack-edu:C": 4735074247,
|
| 31 |
+
"stack-edu:CSharp": 7204525343,
|
| 32 |
+
"stack-edu:Cpp": 12530445761,
|
| 33 |
+
"stack-edu:Go": 1398595118,
|
| 34 |
+
"stack-edu:Java": 31347725888,
|
| 35 |
+
"stack-edu:JavaScript": 8886972357,
|
| 36 |
+
"stack-edu:Markdown": 28916320218,
|
| 37 |
+
"stack-edu:PHP": 7395033318,
|
| 38 |
+
"stack-edu:Python": 18017832560,
|
| 39 |
+
"stack-edu:Ruby": 1386775805,
|
| 40 |
+
"stack-edu:Rust": 1418447132,
|
| 41 |
+
"stack-edu:SQL": 7063472860,
|
| 42 |
+
"stack-edu:Shell": 2542637875,
|
| 43 |
+
"stack-edu:Swift": 1510019025,
|
| 44 |
+
"stack-edu:TypeScript": 2495753789
|
| 45 |
}
|
| 46 |
}
|
mixture_reuse/real_world/full_reuse/update1_add_stack_edu_seed1/meta.json
CHANGED
|
@@ -6,5 +6,41 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"stack-edu:C": 0.00865014067293728,
|
| 13 |
+
"stack-edu:CSharp": 0.01316138975818085,
|
| 14 |
+
"stack-edu:Cpp": 0.02289090157264869,
|
| 15 |
+
"stack-edu:Go": 0.0025549851774443176,
|
| 16 |
+
"stack-edu:Java": 0.05726673428187064,
|
| 17 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 18 |
+
"stack-edu:Markdown": 0.05282498744087811,
|
| 19 |
+
"stack-edu:PHP": 0.013509414033430703,
|
| 20 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 21 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 22 |
+
"stack-edu:Rust": 0.002591251285383368,
|
| 23 |
+
"stack-edu:SQL": 0.0129037118936806,
|
| 24 |
+
"stack-edu:Shell": 0.004644948347541362,
|
| 25 |
+
"stack-edu:Swift": 0.0027585368895402655,
|
| 26 |
+
"stack-edu:TypeScript": 0.004559299439400369,
|
| 27 |
+
},
|
| 28 |
+
"token_counts": {
|
| 29 |
+
"dclm": 5000000000000,
|
| 30 |
+
"stack-edu:C": 4735074247,
|
| 31 |
+
"stack-edu:CSharp": 7204525343,
|
| 32 |
+
"stack-edu:Cpp": 12530445761,
|
| 33 |
+
"stack-edu:Go": 1398595118,
|
| 34 |
+
"stack-edu:Java": 31347725888,
|
| 35 |
+
"stack-edu:JavaScript": 8886972357,
|
| 36 |
+
"stack-edu:Markdown": 28916320218,
|
| 37 |
+
"stack-edu:PHP": 7395033318,
|
| 38 |
+
"stack-edu:Python": 18017832560,
|
| 39 |
+
"stack-edu:Ruby": 1386775805,
|
| 40 |
+
"stack-edu:Rust": 1418447132,
|
| 41 |
+
"stack-edu:SQL": 7063472860,
|
| 42 |
+
"stack-edu:Shell": 2542637875,
|
| 43 |
+
"stack-edu:Swift": 1510019025,
|
| 44 |
+
"stack-edu:TypeScript": 2495753789
|
| 45 |
}
|
| 46 |
}
|
mixture_reuse/real_world/full_reuse/update1_add_stack_edu_seed2/meta.json
CHANGED
|
@@ -6,5 +6,41 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"stack-edu:C": 0.00865014067293728,
|
| 13 |
+
"stack-edu:CSharp": 0.01316138975818085,
|
| 14 |
+
"stack-edu:Cpp": 0.02289090157264869,
|
| 15 |
+
"stack-edu:Go": 0.0025549851774443176,
|
| 16 |
+
"stack-edu:Java": 0.05726673428187064,
|
| 17 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 18 |
+
"stack-edu:Markdown": 0.05282498744087811,
|
| 19 |
+
"stack-edu:PHP": 0.013509414033430703,
|
| 20 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 21 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 22 |
+
"stack-edu:Rust": 0.002591251285383368,
|
| 23 |
+
"stack-edu:SQL": 0.0129037118936806,
|
| 24 |
+
"stack-edu:Shell": 0.004644948347541362,
|
| 25 |
+
"stack-edu:Swift": 0.0027585368895402655,
|
| 26 |
+
"stack-edu:TypeScript": 0.004559299439400369,
|
| 27 |
+
},
|
| 28 |
+
"token_counts": {
|
| 29 |
+
"dclm": 5000000000000,
|
| 30 |
+
"stack-edu:C": 4735074247,
|
| 31 |
+
"stack-edu:CSharp": 7204525343,
|
| 32 |
+
"stack-edu:Cpp": 12530445761,
|
| 33 |
+
"stack-edu:Go": 1398595118,
|
| 34 |
+
"stack-edu:Java": 31347725888,
|
| 35 |
+
"stack-edu:JavaScript": 8886972357,
|
| 36 |
+
"stack-edu:Markdown": 28916320218,
|
| 37 |
+
"stack-edu:PHP": 7395033318,
|
| 38 |
+
"stack-edu:Python": 18017832560,
|
| 39 |
+
"stack-edu:Ruby": 1386775805,
|
| 40 |
+
"stack-edu:Rust": 1418447132,
|
| 41 |
+
"stack-edu:SQL": 7063472860,
|
| 42 |
+
"stack-edu:Shell": 2542637875,
|
| 43 |
+
"stack-edu:Swift": 1510019025,
|
| 44 |
+
"stack-edu:TypeScript": 2495753789
|
| 45 |
}
|
| 46 |
}
|
mixture_reuse/real_world/full_reuse/update2_add_more_sources_seed0/meta.json
CHANGED
|
@@ -6,5 +6,23 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"algebraicstack": 0.02,
|
| 12 |
+
"arxiv": 0.04,
|
| 13 |
+
"existing": 0.7,
|
| 14 |
+
"finemath-3plus": 0.1,
|
| 15 |
+
"pes2o": 0.02,
|
| 16 |
+
"s2pdfv2": 0.1,
|
| 17 |
+
"wikipedia": 0.02
|
| 18 |
+
},
|
| 19 |
+
"token_counts": {
|
| 20 |
+
"algebraicstack": 11818955329,
|
| 21 |
+
"arxiv": 20773846846,
|
| 22 |
+
"existing": 5136849631296,
|
| 23 |
+
"finemath-3plus": 34057973953,
|
| 24 |
+
"pes2o": 58552461187,
|
| 25 |
+
"s2pdfv2": 1034238607178,
|
| 26 |
+
"wikipedia": 10067758073
|
| 27 |
}
|
| 28 |
}
|
mixture_reuse/real_world/full_reuse/update2_add_more_sources_seed1/meta.json
CHANGED
|
@@ -6,5 +6,23 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"algebraicstack": 0.02,
|
| 12 |
+
"arxiv": 0.04,
|
| 13 |
+
"existing": 0.7,
|
| 14 |
+
"finemath-3plus": 0.1,
|
| 15 |
+
"pes2o": 0.02,
|
| 16 |
+
"s2pdfv2": 0.1,
|
| 17 |
+
"wikipedia": 0.02
|
| 18 |
+
},
|
| 19 |
+
"token_counts": {
|
| 20 |
+
"algebraicstack": 11818955329,
|
| 21 |
+
"arxiv": 20773846846,
|
| 22 |
+
"existing": 5136849631296,
|
| 23 |
+
"finemath-3plus": 34057973953,
|
| 24 |
+
"pes2o": 58552461187,
|
| 25 |
+
"s2pdfv2": 1034238607178,
|
| 26 |
+
"wikipedia": 10067758073
|
| 27 |
}
|
| 28 |
}
|
mixture_reuse/real_world/full_reuse/update2_add_more_sources_seed2/meta.json
CHANGED
|
@@ -6,5 +6,23 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"algebraicstack": 0.02,
|
| 12 |
+
"arxiv": 0.04,
|
| 13 |
+
"existing": 0.7,
|
| 14 |
+
"finemath-3plus": 0.1,
|
| 15 |
+
"pes2o": 0.02,
|
| 16 |
+
"s2pdfv2": 0.1,
|
| 17 |
+
"wikipedia": 0.02
|
| 18 |
+
},
|
| 19 |
+
"token_counts": {
|
| 20 |
+
"algebraicstack": 11818955329,
|
| 21 |
+
"arxiv": 20773846846,
|
| 22 |
+
"existing": 5136849631296,
|
| 23 |
+
"finemath-3plus": 34057973953,
|
| 24 |
+
"pes2o": 58552461187,
|
| 25 |
+
"s2pdfv2": 1034238607178,
|
| 26 |
+
"wikipedia": 10067758073
|
| 27 |
}
|
| 28 |
}
|
mixture_reuse/real_world/full_reuse/update3_revise_pdfs_seed0/meta.json
CHANGED
|
@@ -6,5 +6,13 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"existing": 0.98,
|
| 12 |
+
"s2pdfv1": 0.02
|
| 13 |
+
},
|
| 14 |
+
"token_counts": {
|
| 15 |
+
"existing": 5272120626684,
|
| 16 |
+
"s2pdfv1": 1034238607178
|
| 17 |
}
|
| 18 |
}
|
mixture_reuse/real_world/full_reuse/update3_revise_pdfs_seed1/meta.json
CHANGED
|
@@ -6,5 +6,13 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"existing": 0.98,
|
| 12 |
+
"s2pdfv1": 0.02
|
| 13 |
+
},
|
| 14 |
+
"token_counts": {
|
| 15 |
+
"existing": 5272120626684,
|
| 16 |
+
"s2pdfv1": 1034238607178
|
| 17 |
}
|
| 18 |
}
|
mixture_reuse/real_world/full_reuse/update3_revise_pdfs_seed2/meta.json
CHANGED
|
@@ -6,5 +6,13 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"existing": 0.98,
|
| 12 |
+
"s2pdfv1": 0.02
|
| 13 |
+
},
|
| 14 |
+
"token_counts": {
|
| 15 |
+
"existing": 5272120626684,
|
| 16 |
+
"s2pdfv1": 1034238607178
|
| 17 |
}
|
| 18 |
}
|
mixture_reuse/real_world/full_reuse/update5_partition_pdfs_seed0/meta.json
CHANGED
|
@@ -6,5 +6,53 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"existing": 0.7,
|
| 12 |
+
"s2pdfv1:adult": 8.771475822523781e-05,
|
| 13 |
+
"s2pdfv1:art_design": 0.002059172391270055,
|
| 14 |
+
"s2pdfv1:crime_law": 0.012655223762420637,
|
| 15 |
+
"s2pdfv1:education_jobs": 0.0394663077295179,
|
| 16 |
+
"s2pdfv1:entertainment": 0.0016861037066108254,
|
| 17 |
+
"s2pdfv1:fashion_beauty": 0.0001661910520988046,
|
| 18 |
+
"s2pdfv1:finance_business": 0.017273622172081317,
|
| 19 |
+
"s2pdfv1:food_dining": 0.0006802499157310876,
|
| 20 |
+
"s2pdfv1:games": 0.0006995440238578353,
|
| 21 |
+
"s2pdfv1:health": 0.03494052637755208,
|
| 22 |
+
"s2pdfv1:home_hobbies": 0.0010735238491024438,
|
| 23 |
+
"s2pdfv1:industrial": 0.007970492619957643,
|
| 24 |
+
"s2pdfv1:literature": 0.009584175099207505,
|
| 25 |
+
"s2pdfv1:politics": 0.011768078369223053,
|
| 26 |
+
"s2pdfv1:religion": 0.0072939631442422315,
|
| 27 |
+
"s2pdfv1:science_tech": 0.1316972787575317,
|
| 28 |
+
"s2pdfv1:software": 0.0023556036636991516,
|
| 29 |
+
"s2pdfv1:software_dev": 0.011638986134500042,
|
| 30 |
+
"s2pdfv1:sports_fitness": 0.0015612986457456772,
|
| 31 |
+
"s2pdfv1:transportation": 0.004723421326648058,
|
| 32 |
+
"s2pdfv1:travel": 0.0006185225007767017
|
| 33 |
+
},
|
| 34 |
+
"token_counts": {
|
| 35 |
+
"existing": 5260301671355,
|
| 36 |
+
"s2pdfv1:adult": 303073226,
|
| 37 |
+
"s2pdfv1:art_design": 6833185034,
|
| 38 |
+
"s2pdfv1:crime_law": 42538674743,
|
| 39 |
+
"s2pdfv1:education_jobs": 138127926093,
|
| 40 |
+
"s2pdfv1:entertainment": 6069602783,
|
| 41 |
+
"s2pdfv1:fashion_beauty": 557917820,
|
| 42 |
+
"s2pdfv1:finance_business": 61150044703,
|
| 43 |
+
"s2pdfv1:food_dining": 2322982204,
|
| 44 |
+
"s2pdfv1:games": 2486095532,
|
| 45 |
+
"s2pdfv1:health": 108215933374,
|
| 46 |
+
"s2pdfv1:home_hobbies": 3924579643,
|
| 47 |
+
"s2pdfv1:industrial": 29389278657,
|
| 48 |
+
"s2pdfv1:literature": 31886391090,
|
| 49 |
+
"s2pdfv1:politics": 39234116889,
|
| 50 |
+
"s2pdfv1:religion": 24729732953,
|
| 51 |
+
"s2pdfv1:science_tech": 424245385160,
|
| 52 |
+
"s2pdfv1:software": 9146853216,
|
| 53 |
+
"s2pdfv1:software_dev": 41841278724,
|
| 54 |
+
"s2pdfv1:sports_fitness": 5450913796,
|
| 55 |
+
"s2pdfv1:transportation": 17149342957,
|
| 56 |
+
"s2pdfv1:travel": 2102425717
|
| 57 |
}
|
| 58 |
}
|
mixture_reuse/real_world/full_reuse/update5_partition_pdfs_seed1/meta.json
CHANGED
|
@@ -6,5 +6,54 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
|
|
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"existing": 0.7,
|
| 12 |
+
"s2pdfv1:adult": 8.771475822523781e-05,
|
| 13 |
+
"s2pdfv1:art_design": 0.002059172391270055,
|
| 14 |
+
"s2pdfv1:crime_law": 0.012655223762420637,
|
| 15 |
+
"s2pdfv1:education_jobs": 0.0394663077295179,
|
| 16 |
+
"s2pdfv1:entertainment": 0.0016861037066108254,
|
| 17 |
+
"s2pdfv1:fashion_beauty": 0.0001661910520988046,
|
| 18 |
+
"s2pdfv1:finance_business": 0.017273622172081317,
|
| 19 |
+
"s2pdfv1:food_dining": 0.0006802499157310876,
|
| 20 |
+
"s2pdfv1:games": 0.0006995440238578353,
|
| 21 |
+
"s2pdfv1:health": 0.03494052637755208,
|
| 22 |
+
"s2pdfv1:home_hobbies": 0.0010735238491024438,
|
| 23 |
+
"s2pdfv1:industrial": 0.007970492619957643,
|
| 24 |
+
"s2pdfv1:literature": 0.009584175099207505,
|
| 25 |
+
"s2pdfv1:politics": 0.011768078369223053,
|
| 26 |
+
"s2pdfv1:religion": 0.0072939631442422315,
|
| 27 |
+
"s2pdfv1:science_tech": 0.1316972787575317,
|
| 28 |
+
"s2pdfv1:software": 0.0023556036636991516,
|
| 29 |
+
"s2pdfv1:software_dev": 0.011638986134500042,
|
| 30 |
+
"s2pdfv1:sports_fitness": 0.0015612986457456772,
|
| 31 |
+
"s2pdfv1:transportation": 0.004723421326648058,
|
| 32 |
+
"s2pdfv1:travel": 0.0006185225007767017
|
| 33 |
+
},
|
| 34 |
+
"token_counts": {
|
| 35 |
+
"existing": 5260301671355,
|
| 36 |
+
"s2pdfv1:adult": 303073226,
|
| 37 |
+
"s2pdfv1:art_design": 6833185034,
|
| 38 |
+
"s2pdfv1:crime_law": 42538674743,
|
| 39 |
+
"s2pdfv1:education_jobs": 138127926093,
|
| 40 |
+
"s2pdfv1:entertainment": 6069602783,
|
| 41 |
+
"s2pdfv1:fashion_beauty": 557917820,
|
| 42 |
+
"s2pdfv1:finance_business": 61150044703,
|
| 43 |
+
"s2pdfv1:food_dining": 2322982204,
|
| 44 |
+
"s2pdfv1:games": 2486095532,
|
| 45 |
+
"s2pdfv1:health": 108215933374,
|
| 46 |
+
"s2pdfv1:home_hobbies": 3924579643,
|
| 47 |
+
"s2pdfv1:industrial": 29389278657,
|
| 48 |
+
"s2pdfv1:literature": 31886391090,
|
| 49 |
+
"s2pdfv1:politics": 39234116889,
|
| 50 |
+
"s2pdfv1:religion": 24729732953,
|
| 51 |
+
"s2pdfv1:science_tech": 424245385160,
|
| 52 |
+
"s2pdfv1:software": 9146853216,
|
| 53 |
+
"s2pdfv1:software_dev": 41841278724,
|
| 54 |
+
"s2pdfv1:sports_fitness": 5450913796,
|
| 55 |
+
"s2pdfv1:transportation": 17149342957,
|
| 56 |
+
"s2pdfv1:travel": 2102425717
|
| 57 |
}
|
| 58 |
+
|
| 59 |
}
|
mixture_reuse/real_world/full_reuse/update5_partition_pdfs_seed2/meta.json
CHANGED
|
@@ -6,5 +6,53 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"existing": 0.7,
|
| 12 |
+
"s2pdfv1:adult": 8.771475822523781e-05,
|
| 13 |
+
"s2pdfv1:art_design": 0.002059172391270055,
|
| 14 |
+
"s2pdfv1:crime_law": 0.012655223762420637,
|
| 15 |
+
"s2pdfv1:education_jobs": 0.0394663077295179,
|
| 16 |
+
"s2pdfv1:entertainment": 0.0016861037066108254,
|
| 17 |
+
"s2pdfv1:fashion_beauty": 0.0001661910520988046,
|
| 18 |
+
"s2pdfv1:finance_business": 0.017273622172081317,
|
| 19 |
+
"s2pdfv1:food_dining": 0.0006802499157310876,
|
| 20 |
+
"s2pdfv1:games": 0.0006995440238578353,
|
| 21 |
+
"s2pdfv1:health": 0.03494052637755208,
|
| 22 |
+
"s2pdfv1:home_hobbies": 0.0010735238491024438,
|
| 23 |
+
"s2pdfv1:industrial": 0.007970492619957643,
|
| 24 |
+
"s2pdfv1:literature": 0.009584175099207505,
|
| 25 |
+
"s2pdfv1:politics": 0.011768078369223053,
|
| 26 |
+
"s2pdfv1:religion": 0.0072939631442422315,
|
| 27 |
+
"s2pdfv1:science_tech": 0.1316972787575317,
|
| 28 |
+
"s2pdfv1:software": 0.0023556036636991516,
|
| 29 |
+
"s2pdfv1:software_dev": 0.011638986134500042,
|
| 30 |
+
"s2pdfv1:sports_fitness": 0.0015612986457456772,
|
| 31 |
+
"s2pdfv1:transportation": 0.004723421326648058,
|
| 32 |
+
"s2pdfv1:travel": 0.0006185225007767017
|
| 33 |
+
},
|
| 34 |
+
"token_counts": {
|
| 35 |
+
"existing": 5260301671355,
|
| 36 |
+
"s2pdfv1:adult": 303073226,
|
| 37 |
+
"s2pdfv1:art_design": 6833185034,
|
| 38 |
+
"s2pdfv1:crime_law": 42538674743,
|
| 39 |
+
"s2pdfv1:education_jobs": 138127926093,
|
| 40 |
+
"s2pdfv1:entertainment": 6069602783,
|
| 41 |
+
"s2pdfv1:fashion_beauty": 557917820,
|
| 42 |
+
"s2pdfv1:finance_business": 61150044703,
|
| 43 |
+
"s2pdfv1:food_dining": 2322982204,
|
| 44 |
+
"s2pdfv1:games": 2486095532,
|
| 45 |
+
"s2pdfv1:health": 108215933374,
|
| 46 |
+
"s2pdfv1:home_hobbies": 3924579643,
|
| 47 |
+
"s2pdfv1:industrial": 29389278657,
|
| 48 |
+
"s2pdfv1:literature": 31886391090,
|
| 49 |
+
"s2pdfv1:politics": 39234116889,
|
| 50 |
+
"s2pdfv1:religion": 24729732953,
|
| 51 |
+
"s2pdfv1:science_tech": 424245385160,
|
| 52 |
+
"s2pdfv1:software": 9146853216,
|
| 53 |
+
"s2pdfv1:software_dev": 41841278724,
|
| 54 |
+
"s2pdfv1:sports_fitness": 5450913796,
|
| 55 |
+
"s2pdfv1:transportation": 17149342957,
|
| 56 |
+
"s2pdfv1:travel": 2102425717
|
| 57 |
}
|
| 58 |
}
|
mixture_reuse/real_world/partial_reuse/update1_add_stack_edu_recompute_software_dev_seed0/meta.json
CHANGED
|
@@ -6,5 +6,43 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.7,
|
| 12 |
+
"software_development": 0.05,
|
| 13 |
+
"stack-edu:C": 0.00865014067293728,
|
| 14 |
+
"stack-edu:CSharp": 0.013161389758180852,
|
| 15 |
+
"stack-edu:Cpp": 0.022890901572648694,
|
| 16 |
+
"stack-edu:Go": 0.002554985177444318,
|
| 17 |
+
"stack-edu:Java": 0.057266734281870645,
|
| 18 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 19 |
+
"stack-edu:Markdown": 0.052824987440878116,
|
| 20 |
+
"stack-edu:PHP": 0.013509414033430705,
|
| 21 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 22 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 23 |
+
"stack-edu:Rust": 0.0025912512853833686,
|
| 24 |
+
"stack-edu:SQL": 0.012903711893680602,
|
| 25 |
+
"stack-edu:Shell": 0.004644948347541363,
|
| 26 |
+
"stack-edu:Swift": 0.002758536889540266,
|
| 27 |
+
"stack-edu:TypeScript": 0.0045592994394003696
|
| 28 |
+
},
|
| 29 |
+
"token_counts": {
|
| 30 |
+
"dclm": 4776615025705,
|
| 31 |
+
"software_development": 223384974282,
|
| 32 |
+
"stack-edu:C": 4735074247,
|
| 33 |
+
"stack-edu:CSharp": 7204525343,
|
| 34 |
+
"stack-edu:Cpp": 12530445761,
|
| 35 |
+
"stack-edu:Go": 1398595118,
|
| 36 |
+
"stack-edu:Java": 31347725888,
|
| 37 |
+
"stack-edu:JavaScript": 8886972357,
|
| 38 |
+
"stack-edu:Markdown": 28916320218,
|
| 39 |
+
"stack-edu:PHP": 7395033318,
|
| 40 |
+
"stack-edu:Python": 18017832560,
|
| 41 |
+
"stack-edu:Ruby": 1386775805,
|
| 42 |
+
"stack-edu:Rust": 1418447132,
|
| 43 |
+
"stack-edu:SQL": 7063472860,
|
| 44 |
+
"stack-edu:Shell": 2542637875,
|
| 45 |
+
"stack-edu:Swift": 1510019025,
|
| 46 |
+
"stack-edu:TypeScript": 2495753789
|
| 47 |
}
|
| 48 |
}
|
mixture_reuse/real_world/partial_reuse/update1_add_stack_edu_recompute_software_dev_seed1/meta.json
CHANGED
|
@@ -6,5 +6,43 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.7,
|
| 12 |
+
"software_development": 0.05,
|
| 13 |
+
"stack-edu:C": 0.00865014067293728,
|
| 14 |
+
"stack-edu:CSharp": 0.013161389758180852,
|
| 15 |
+
"stack-edu:Cpp": 0.022890901572648694,
|
| 16 |
+
"stack-edu:Go": 0.002554985177444318,
|
| 17 |
+
"stack-edu:Java": 0.057266734281870645,
|
| 18 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 19 |
+
"stack-edu:Markdown": 0.052824987440878116,
|
| 20 |
+
"stack-edu:PHP": 0.013509414033430705,
|
| 21 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 22 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 23 |
+
"stack-edu:Rust": 0.0025912512853833686,
|
| 24 |
+
"stack-edu:SQL": 0.012903711893680602,
|
| 25 |
+
"stack-edu:Shell": 0.004644948347541363,
|
| 26 |
+
"stack-edu:Swift": 0.002758536889540266,
|
| 27 |
+
"stack-edu:TypeScript": 0.0045592994394003696
|
| 28 |
+
},
|
| 29 |
+
"token_counts": {
|
| 30 |
+
"dclm": 4776615025705,
|
| 31 |
+
"software_development": 223384974282,
|
| 32 |
+
"stack-edu:C": 4735074247,
|
| 33 |
+
"stack-edu:CSharp": 7204525343,
|
| 34 |
+
"stack-edu:Cpp": 12530445761,
|
| 35 |
+
"stack-edu:Go": 1398595118,
|
| 36 |
+
"stack-edu:Java": 31347725888,
|
| 37 |
+
"stack-edu:JavaScript": 8886972357,
|
| 38 |
+
"stack-edu:Markdown": 28916320218,
|
| 39 |
+
"stack-edu:PHP": 7395033318,
|
| 40 |
+
"stack-edu:Python": 18017832560,
|
| 41 |
+
"stack-edu:Ruby": 1386775805,
|
| 42 |
+
"stack-edu:Rust": 1418447132,
|
| 43 |
+
"stack-edu:SQL": 7063472860,
|
| 44 |
+
"stack-edu:Shell": 2542637875,
|
| 45 |
+
"stack-edu:Swift": 1510019025,
|
| 46 |
+
"stack-edu:TypeScript": 2495753789
|
| 47 |
}
|
| 48 |
}
|
mixture_reuse/real_world/partial_reuse/update1_add_stack_edu_recompute_software_dev_seed2/meta.json
CHANGED
|
@@ -6,5 +6,43 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.7,
|
| 12 |
+
"software_development": 0.05,
|
| 13 |
+
"stack-edu:C": 0.00865014067293728,
|
| 14 |
+
"stack-edu:CSharp": 0.013161389758180852,
|
| 15 |
+
"stack-edu:Cpp": 0.022890901572648694,
|
| 16 |
+
"stack-edu:Go": 0.002554985177444318,
|
| 17 |
+
"stack-edu:Java": 0.057266734281870645,
|
| 18 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 19 |
+
"stack-edu:Markdown": 0.052824987440878116,
|
| 20 |
+
"stack-edu:PHP": 0.013509414033430705,
|
| 21 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 22 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 23 |
+
"stack-edu:Rust": 0.0025912512853833686,
|
| 24 |
+
"stack-edu:SQL": 0.012903711893680602,
|
| 25 |
+
"stack-edu:Shell": 0.004644948347541363,
|
| 26 |
+
"stack-edu:Swift": 0.002758536889540266,
|
| 27 |
+
"stack-edu:TypeScript": 0.0045592994394003696
|
| 28 |
+
},
|
| 29 |
+
"token_counts": {
|
| 30 |
+
"dclm": 4776615025705,
|
| 31 |
+
"software_development": 223384974282,
|
| 32 |
+
"stack-edu:C": 4735074247,
|
| 33 |
+
"stack-edu:CSharp": 7204525343,
|
| 34 |
+
"stack-edu:Cpp": 12530445761,
|
| 35 |
+
"stack-edu:Go": 1398595118,
|
| 36 |
+
"stack-edu:Java": 31347725888,
|
| 37 |
+
"stack-edu:JavaScript": 8886972357,
|
| 38 |
+
"stack-edu:Markdown": 28916320218,
|
| 39 |
+
"stack-edu:PHP": 7395033318,
|
| 40 |
+
"stack-edu:Python": 18017832560,
|
| 41 |
+
"stack-edu:Ruby": 1386775805,
|
| 42 |
+
"stack-edu:Rust": 1418447132,
|
| 43 |
+
"stack-edu:SQL": 7063472860,
|
| 44 |
+
"stack-edu:Shell": 2542637875,
|
| 45 |
+
"stack-edu:Swift": 1510019025,
|
| 46 |
+
"stack-edu:TypeScript": 2495753789
|
| 47 |
}
|
| 48 |
}
|
mixture_reuse/real_world/partial_reuse/update5_partition_pdfs_recompute_mix_seed0/meta.json
CHANGED
|
@@ -6,5 +6,66 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.04,
|
| 12 |
+
"finemath-3plus": 0.1,
|
| 13 |
+
"pes2o": 0.02,
|
| 14 |
+
"s2pdfv1:adult": 2.923825274174594e-05,
|
| 15 |
+
"s2pdfv1:art_design": 0.0006863907970900185,
|
| 16 |
+
"s2pdfv1:crime_law": 0.004218407920806879,
|
| 17 |
+
"s2pdfv1:education_jobs": 0.013155435909839301,
|
| 18 |
+
"s2pdfv1:entertainment": 0.0005620345688702752,
|
| 19 |
+
"s2pdfv1:fashion_beauty": 5.53970173662682e-05,
|
| 20 |
+
"s2pdfv1:finance_business": 0.005757874057360439,
|
| 21 |
+
"s2pdfv1:food_dining": 0.00022674997191036254,
|
| 22 |
+
"s2pdfv1:games": 0.0002331813412859451,
|
| 23 |
+
"s2pdfv1:health": 0.011646842125850694,
|
| 24 |
+
"s2pdfv1:home_hobbies": 0.000357841283034148,
|
| 25 |
+
"s2pdfv1:industrial": 0.0026568308733192145,
|
| 26 |
+
"s2pdfv1:literature": 0.0031947250330691688,
|
| 27 |
+
"s2pdfv1:politics": 0.0039226927897410176,
|
| 28 |
+
"s2pdfv1:religion": 0.0024313210480807444,
|
| 29 |
+
"s2pdfv1:science_tech": 0.043899092919177235,
|
| 30 |
+
"s2pdfv1:software": 0.0007852012212330507,
|
| 31 |
+
"s2pdfv1:software_dev": 0.0038796620448333474,
|
| 32 |
+
"s2pdfv1:sports_fitness": 0.0005204328819152258,
|
| 33 |
+
"s2pdfv1:transportation": 0.0015744737755493529,
|
| 34 |
+
"s2pdfv1:travel": 0.00020617416692556725,
|
| 35 |
+
"wikipedia": 0.02,
|
| 36 |
+
"dclm": 0.525,
|
| 37 |
+
"stack-edu": 0.175
|
| 38 |
+
},
|
| 39 |
+
"token_counts": {
|
| 40 |
+
"dclm": 5000000000000,
|
| 41 |
+
"stack-edu": 136849631296,
|
| 42 |
+
"pes2o": 58552461187,
|
| 43 |
+
"arxiv": 20773846846,
|
| 44 |
+
"finemath-3plus": 34057973953,
|
| 45 |
+
"wikipedia": 10067758073,
|
| 46 |
+
"s2pdfv1:adult": 303073226,
|
| 47 |
+
"s2pdfv1:art_design": 6833185034,
|
| 48 |
+
"s2pdfv1:crime_law": 42538674743,
|
| 49 |
+
"s2pdfv1:education_jobs": 138127926093,
|
| 50 |
+
"s2pdfv1:entertainment": 6069602783,
|
| 51 |
+
"s2pdfv1:fashion_beauty": 557917820,
|
| 52 |
+
"s2pdfv1:finance_business": 61150044703,
|
| 53 |
+
"s2pdfv1:food_dining": 2322982204,
|
| 54 |
+
"s2pdfv1:games": 2486095532,
|
| 55 |
+
"s2pdfv1:hardware": 7334608118,
|
| 56 |
+
"s2pdfv1:health": 108215933374,
|
| 57 |
+
"s2pdfv1:history": 26016611836,
|
| 58 |
+
"s2pdfv1:home_hobbies": 3924579643,
|
| 59 |
+
"s2pdfv1:industrial": 29389278657,
|
| 60 |
+
"s2pdfv1:literature": 31886391090,
|
| 61 |
+
"s2pdfv1:politics": 39234116889,
|
| 62 |
+
"s2pdfv1:religion": 24729732953,
|
| 63 |
+
"s2pdfv1:science_tech": 424245385160,
|
| 64 |
+
"s2pdfv1:social_life": 3181652910,
|
| 65 |
+
"s2pdfv1:software": 9146853216,
|
| 66 |
+
"s2pdfv1:software_dev": 41841278724,
|
| 67 |
+
"s2pdfv1:sports_fitness": 5450913796,
|
| 68 |
+
"s2pdfv1:transportation": 17149342957,
|
| 69 |
+
"s2pdfv1:travel": 2102425717
|
| 70 |
}
|
| 71 |
}
|
mixture_reuse/real_world/partial_reuse/update5_partition_pdfs_recompute_mix_seed1/meta.json
CHANGED
|
@@ -6,5 +6,66 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.04,
|
| 12 |
+
"finemath-3plus": 0.1,
|
| 13 |
+
"pes2o": 0.02,
|
| 14 |
+
"s2pdfv1:adult": 2.923825274174594e-05,
|
| 15 |
+
"s2pdfv1:art_design": 0.0006863907970900185,
|
| 16 |
+
"s2pdfv1:crime_law": 0.004218407920806879,
|
| 17 |
+
"s2pdfv1:education_jobs": 0.013155435909839301,
|
| 18 |
+
"s2pdfv1:entertainment": 0.0005620345688702752,
|
| 19 |
+
"s2pdfv1:fashion_beauty": 5.53970173662682e-05,
|
| 20 |
+
"s2pdfv1:finance_business": 0.005757874057360439,
|
| 21 |
+
"s2pdfv1:food_dining": 0.00022674997191036254,
|
| 22 |
+
"s2pdfv1:games": 0.0002331813412859451,
|
| 23 |
+
"s2pdfv1:health": 0.011646842125850694,
|
| 24 |
+
"s2pdfv1:home_hobbies": 0.000357841283034148,
|
| 25 |
+
"s2pdfv1:industrial": 0.0026568308733192145,
|
| 26 |
+
"s2pdfv1:literature": 0.0031947250330691688,
|
| 27 |
+
"s2pdfv1:politics": 0.0039226927897410176,
|
| 28 |
+
"s2pdfv1:religion": 0.0024313210480807444,
|
| 29 |
+
"s2pdfv1:science_tech": 0.043899092919177235,
|
| 30 |
+
"s2pdfv1:software": 0.0007852012212330507,
|
| 31 |
+
"s2pdfv1:software_dev": 0.0038796620448333474,
|
| 32 |
+
"s2pdfv1:sports_fitness": 0.0005204328819152258,
|
| 33 |
+
"s2pdfv1:transportation": 0.0015744737755493529,
|
| 34 |
+
"s2pdfv1:travel": 0.00020617416692556725,
|
| 35 |
+
"wikipedia": 0.02,
|
| 36 |
+
"dclm": 0.525,
|
| 37 |
+
"stack-edu": 0.175
|
| 38 |
+
},
|
| 39 |
+
"token_counts": {
|
| 40 |
+
"dclm": 5000000000000,
|
| 41 |
+
"stack-edu": 136849631296,
|
| 42 |
+
"pes2o": 58552461187,
|
| 43 |
+
"arxiv": 20773846846,
|
| 44 |
+
"finemath-3plus": 34057973953,
|
| 45 |
+
"wikipedia": 10067758073,
|
| 46 |
+
"s2pdfv1:adult": 303073226,
|
| 47 |
+
"s2pdfv1:art_design": 6833185034,
|
| 48 |
+
"s2pdfv1:crime_law": 42538674743,
|
| 49 |
+
"s2pdfv1:education_jobs": 138127926093,
|
| 50 |
+
"s2pdfv1:entertainment": 6069602783,
|
| 51 |
+
"s2pdfv1:fashion_beauty": 557917820,
|
| 52 |
+
"s2pdfv1:finance_business": 61150044703,
|
| 53 |
+
"s2pdfv1:food_dining": 2322982204,
|
| 54 |
+
"s2pdfv1:games": 2486095532,
|
| 55 |
+
"s2pdfv1:hardware": 7334608118,
|
| 56 |
+
"s2pdfv1:health": 108215933374,
|
| 57 |
+
"s2pdfv1:history": 26016611836,
|
| 58 |
+
"s2pdfv1:home_hobbies": 3924579643,
|
| 59 |
+
"s2pdfv1:industrial": 29389278657,
|
| 60 |
+
"s2pdfv1:literature": 31886391090,
|
| 61 |
+
"s2pdfv1:politics": 39234116889,
|
| 62 |
+
"s2pdfv1:religion": 24729732953,
|
| 63 |
+
"s2pdfv1:science_tech": 424245385160,
|
| 64 |
+
"s2pdfv1:social_life": 3181652910,
|
| 65 |
+
"s2pdfv1:software": 9146853216,
|
| 66 |
+
"s2pdfv1:software_dev": 41841278724,
|
| 67 |
+
"s2pdfv1:sports_fitness": 5450913796,
|
| 68 |
+
"s2pdfv1:transportation": 17149342957,
|
| 69 |
+
"s2pdfv1:travel": 2102425717
|
| 70 |
}
|
| 71 |
}
|
mixture_reuse/real_world/partial_reuse/update5_partition_pdfs_recompute_mix_seed2/meta.json
CHANGED
|
@@ -6,5 +6,66 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.04,
|
| 12 |
+
"finemath-3plus": 0.1,
|
| 13 |
+
"pes2o": 0.02,
|
| 14 |
+
"s2pdfv1:adult": 2.923825274174594e-05,
|
| 15 |
+
"s2pdfv1:art_design": 0.0006863907970900185,
|
| 16 |
+
"s2pdfv1:crime_law": 0.004218407920806879,
|
| 17 |
+
"s2pdfv1:education_jobs": 0.013155435909839301,
|
| 18 |
+
"s2pdfv1:entertainment": 0.0005620345688702752,
|
| 19 |
+
"s2pdfv1:fashion_beauty": 5.53970173662682e-05,
|
| 20 |
+
"s2pdfv1:finance_business": 0.005757874057360439,
|
| 21 |
+
"s2pdfv1:food_dining": 0.00022674997191036254,
|
| 22 |
+
"s2pdfv1:games": 0.0002331813412859451,
|
| 23 |
+
"s2pdfv1:health": 0.011646842125850694,
|
| 24 |
+
"s2pdfv1:home_hobbies": 0.000357841283034148,
|
| 25 |
+
"s2pdfv1:industrial": 0.0026568308733192145,
|
| 26 |
+
"s2pdfv1:literature": 0.0031947250330691688,
|
| 27 |
+
"s2pdfv1:politics": 0.0039226927897410176,
|
| 28 |
+
"s2pdfv1:religion": 0.0024313210480807444,
|
| 29 |
+
"s2pdfv1:science_tech": 0.043899092919177235,
|
| 30 |
+
"s2pdfv1:software": 0.0007852012212330507,
|
| 31 |
+
"s2pdfv1:software_dev": 0.0038796620448333474,
|
| 32 |
+
"s2pdfv1:sports_fitness": 0.0005204328819152258,
|
| 33 |
+
"s2pdfv1:transportation": 0.0015744737755493529,
|
| 34 |
+
"s2pdfv1:travel": 0.00020617416692556725,
|
| 35 |
+
"wikipedia": 0.02,
|
| 36 |
+
"dclm": 0.525,
|
| 37 |
+
"stack-edu": 0.175
|
| 38 |
+
},
|
| 39 |
+
"token_counts": {
|
| 40 |
+
"dclm": 5000000000000,
|
| 41 |
+
"stack-edu": 136849631296,
|
| 42 |
+
"pes2o": 58552461187,
|
| 43 |
+
"arxiv": 20773846846,
|
| 44 |
+
"finemath-3plus": 34057973953,
|
| 45 |
+
"wikipedia": 10067758073,
|
| 46 |
+
"s2pdfv1:adult": 303073226,
|
| 47 |
+
"s2pdfv1:art_design": 6833185034,
|
| 48 |
+
"s2pdfv1:crime_law": 42538674743,
|
| 49 |
+
"s2pdfv1:education_jobs": 138127926093,
|
| 50 |
+
"s2pdfv1:entertainment": 6069602783,
|
| 51 |
+
"s2pdfv1:fashion_beauty": 557917820,
|
| 52 |
+
"s2pdfv1:finance_business": 61150044703,
|
| 53 |
+
"s2pdfv1:food_dining": 2322982204,
|
| 54 |
+
"s2pdfv1:games": 2486095532,
|
| 55 |
+
"s2pdfv1:hardware": 7334608118,
|
| 56 |
+
"s2pdfv1:health": 108215933374,
|
| 57 |
+
"s2pdfv1:history": 26016611836,
|
| 58 |
+
"s2pdfv1:home_hobbies": 3924579643,
|
| 59 |
+
"s2pdfv1:industrial": 29389278657,
|
| 60 |
+
"s2pdfv1:literature": 31886391090,
|
| 61 |
+
"s2pdfv1:politics": 39234116889,
|
| 62 |
+
"s2pdfv1:religion": 24729732953,
|
| 63 |
+
"s2pdfv1:science_tech": 424245385160,
|
| 64 |
+
"s2pdfv1:social_life": 3181652910,
|
| 65 |
+
"s2pdfv1:software": 9146853216,
|
| 66 |
+
"s2pdfv1:software_dev": 41841278724,
|
| 67 |
+
"s2pdfv1:sports_fitness": 5450913796,
|
| 68 |
+
"s2pdfv1:transportation": 17149342957,
|
| 69 |
+
"s2pdfv1:travel": 2102425717
|
| 70 |
}
|
| 71 |
}
|
mixture_reuse/real_world/swarm_reuse/meta.json
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"swarm_id": "ee28fc9c_914e1003_2acff647_62e7dc06",
|
| 3 |
+
"description": "swarm reuse (accumulated swarms)",
|
| 4 |
+
"category": "mixture_reuse/real_world/swarm_reuse",
|
| 5 |
+
"notes": "Accumulated swarms to use after all 5 updates, compatible with the final domain set. We exclude the swarms from updates 2 and 3 (after adding sources, and after revising PDFs) since they include AlgebraicStack and thus are not compatible.",
|
| 6 |
+
"files": {
|
| 7 |
+
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
+
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.04081632653,
|
| 12 |
+
"dclm:adult_content": 0.007260008378781617,
|
| 13 |
+
"dclm:art_and_design": 0.007570683427890269,
|
| 14 |
+
"dclm:crime_and_law": 0.018228312297343258,
|
| 15 |
+
"dclm:education_and_jobs": 0.01978829923464438,
|
| 16 |
+
"dclm:electronics_and_hardware": 0.008589486615330858,
|
| 17 |
+
"dclm:entertainment": 0.04733229233020377,
|
| 18 |
+
"dclm:fashion_and_beauty": 0.0039917720905245065,
|
| 19 |
+
"dclm:finance_and_business": 0.033247920811400884,
|
| 20 |
+
"dclm:food_and_dining": 0.01135042496619488,
|
| 21 |
+
"dclm:games": 0.024642052681790323,
|
| 22 |
+
"dclm:health": 0.04216031012418717,
|
| 23 |
+
"dclm:history_and_geography": 0.017255327084508186,
|
| 24 |
+
"dclm:home_and_hobbies": 0.013597583283321514,
|
| 25 |
+
"dclm:industrial": 0.004668443619570556,
|
| 26 |
+
"dclm:literature": 0.03908939408990015,
|
| 27 |
+
"dclm:politics": 0.06548551394749036,
|
| 28 |
+
"dclm:religion": 0.029761813843007766,
|
| 29 |
+
"dclm:science_math_and_technology": 0.04576404153537389,
|
| 30 |
+
"dclm:social_life": 0.023435554405540723,
|
| 31 |
+
"dclm:software": 0.011575647859110355,
|
| 32 |
+
"dclm:software_development": 0.023934104386801644,
|
| 33 |
+
"dclm:sports_and_fitness": 0.021081428501823974,
|
| 34 |
+
"dclm:transportation": 0.009727854235711368,
|
| 35 |
+
"dclm:travel_and_tourism": 0.0061760159495475595,
|
| 36 |
+
"finemath-3plus": 0.1020408163,
|
| 37 |
+
"pes2o": 0.02040816327,
|
| 38 |
+
"s2pdf:adult": 2.9834951769534685e-05,
|
| 39 |
+
"s2pdf:art_design": 0.0007003987723587315,
|
| 40 |
+
"s2pdf:crime_law": 0.004304497877255197,
|
| 41 |
+
"s2pdf:education_jobs": 0.013423914190223355,
|
| 42 |
+
"s2pdf:entertainment": 0.0005735046619634145,
|
| 43 |
+
"s2pdf:fashion_beauty": 5.652756872639283e-05,
|
| 44 |
+
"s2pdf:finance_business": 0.005875381689656523,
|
| 45 |
+
"s2pdf:food_dining": 0.00023137752229735462,
|
| 46 |
+
"s2pdf:games": 0.0002379401441074673,
|
| 47 |
+
"s2pdf:health": 0.01188453277839032,
|
| 48 |
+
"s2pdf:home_hobbies": 0.000365144166266438,
|
| 49 |
+
"s2pdf:industrial": 0.0027110519108453452,
|
| 50 |
+
"s2pdf:literature": 0.0032599235022842247,
|
| 51 |
+
"s2pdf:politics": 0.004002747743592977,
|
| 52 |
+
"s2pdf:religion": 0.0024809398443353067,
|
| 53 |
+
"s2pdf:science_tech": 0.04479499276302395,
|
| 54 |
+
"s2pdf:software": 0.0008012257357437738,
|
| 55 |
+
"s2pdf:software_dev": 0.00395883882022922,
|
| 56 |
+
"s2pdf:sports_fitness": 0.0005310539609999115,
|
| 57 |
+
"s2pdf:transportation": 0.0016066058929999894,
|
| 58 |
+
"s2pdf:travel": 0.00021038180293057342,
|
| 59 |
+
"stack-edu:C": 0.0061786719102295004,
|
| 60 |
+
"stack-edu:CSharp": 0.00940099268591905,
|
| 61 |
+
"stack-edu:Cpp": 0.01635064398307945,
|
| 62 |
+
"stack-edu:Go": 0.0018249894127522247,
|
| 63 |
+
"stack-edu:Java": 0.04090481020788093,
|
| 64 |
+
"stack-edu:JavaScript": 0.011596372856026719,
|
| 65 |
+
"stack-edu:Markdown": 0.03773213389237864,
|
| 66 |
+
"stack-edu:PHP": 0.009649581453994433,
|
| 67 |
+
"stack-edu:Python": 0.023510988448010806,
|
| 68 |
+
"stack-edu:Ruby": 0.001809566706914491,
|
| 69 |
+
"stack-edu:Rust": 0.0018508937755699767,
|
| 70 |
+
"stack-edu:SQL": 0.009216937068389422,
|
| 71 |
+
"stack-edu:Shell": 0.0033178202487746814,
|
| 72 |
+
"stack-edu:Swift": 0.0019703834928440217,
|
| 73 |
+
"stack-edu:TypeScript": 0.003256642457235611,
|
| 74 |
+
"wikipedia": 0.02040816327
|
| 75 |
+
},
|
| 76 |
+
"token_counts": {
|
| 77 |
+
"arxiv": 20773846846,
|
| 78 |
+
"dclm:adult_content": 67760078203,
|
| 79 |
+
"dclm:art_and_design": 70659711995,
|
| 80 |
+
"dclm:crime_and_law": 170130914779,
|
| 81 |
+
"dclm:education_and_jobs": 184690792861,
|
| 82 |
+
"dclm:electronics_and_hardware": 80168541745,
|
| 83 |
+
"dclm:entertainment": 441768061760,
|
| 84 |
+
"dclm:fashion_and_beauty": 37256539512,
|
| 85 |
+
"dclm:finance_and_business": 310313927581,
|
| 86 |
+
"dclm:food_and_dining": 105937299687,
|
| 87 |
+
"dclm:games": 229992491702,
|
| 88 |
+
"dclm:health": 393496227836,
|
| 89 |
+
"dclm:history_and_geography": 161049719459,
|
| 90 |
+
"dclm:home_and_hobbies": 126910777314,
|
| 91 |
+
"dclm:industrial": 43572140450,
|
| 92 |
+
"dclm:literature": 364834344848,
|
| 93 |
+
"dclm:politics": 611198130192,
|
| 94 |
+
"dclm:religion": 277776929208,
|
| 95 |
+
"dclm:science_math_and_technology": 427131054341,
|
| 96 |
+
"dclm:social_life": 218731841124,
|
| 97 |
+
"dclm:software": 108039380021,
|
| 98 |
+
"dclm:software_development": 223384974282,
|
| 99 |
+
"dclm:sports_and_fitness": 196759999355,
|
| 100 |
+
"dclm:transportation": 90793306202,
|
| 101 |
+
"dclm:travel_and_tourism": 57642815530,
|
| 102 |
+
"finemath-3plus": 34057973953,
|
| 103 |
+
"pes2o": 58552461187,
|
| 104 |
+
"s2pdf:adult": 303073226,
|
| 105 |
+
"s2pdf:art_design": 6833185034,
|
| 106 |
+
"s2pdf:crime_law": 42538674743,
|
| 107 |
+
"s2pdf:education_jobs": 138127926093,
|
| 108 |
+
"s2pdf:entertainment": 6069602783,
|
| 109 |
+
"s2pdf:fashion_beauty": 557917820,
|
| 110 |
+
"s2pdf:finance_business": 61150044703,
|
| 111 |
+
"s2pdf:food_dining": 2322982204,
|
| 112 |
+
"s2pdf:games": 2486095532,
|
| 113 |
+
"s2pdf:health": 108215933374,
|
| 114 |
+
"s2pdf:home_hobbies": 3924579643,
|
| 115 |
+
"s2pdf:industrial": 29389278657,
|
| 116 |
+
"s2pdf:literature": 31886391090,
|
| 117 |
+
"s2pdf:politics": 39234116889,
|
| 118 |
+
"s2pdf:religion": 24729732953,
|
| 119 |
+
"s2pdf:science_tech": 424245385160,
|
| 120 |
+
"s2pdf:software": 9146853216,
|
| 121 |
+
"s2pdf:software_dev": 41841278724,
|
| 122 |
+
"s2pdf:sports_fitness": 5450913796,
|
| 123 |
+
"s2pdf:transportation": 17149342957,
|
| 124 |
+
"s2pdf:travel": 2102425717,
|
| 125 |
+
"stack-edu:C": 4735074247,
|
| 126 |
+
"stack-edu:CSharp": 7204525343,
|
| 127 |
+
"stack-edu:Cpp": 12530445761,
|
| 128 |
+
"stack-edu:Go": 1398595118,
|
| 129 |
+
"stack-edu:Java": 31347725888,
|
| 130 |
+
"stack-edu:JavaScript": 8886972357,
|
| 131 |
+
"stack-edu:Markdown": 28916320218,
|
| 132 |
+
"stack-edu:PHP": 7395033318,
|
| 133 |
+
"stack-edu:Python": 18017832560,
|
| 134 |
+
"stack-edu:Ruby": 1386775805,
|
| 135 |
+
"stack-edu:Rust": 1418447132,
|
| 136 |
+
"stack-edu:SQL": 7063472860,
|
| 137 |
+
"stack-edu:Shell": 2542637875,
|
| 138 |
+
"stack-edu:Swift": 1510019025,
|
| 139 |
+
"stack-edu:TypeScript": 2495753789,
|
| 140 |
+
"wikipedia": 10067758073
|
| 141 |
+
}
|
| 142 |
+
}
|
mixture_reuse/real_world/swarm_reuse/metrics.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mixture_reuse/real_world/swarm_reuse/ratios.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mixture_reuse/real_world/swarm_reuse/update4_remove_algebraicstack/meta.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"swarm_id": "914e1003",
|
| 3 |
-
"description": "update 4 (remove AlgebraicStack)",
|
| 4 |
-
"category": "mixture_reuse/real_world/swarm_reuse",
|
| 5 |
-
"notes": "Swarm after AlgebraicStack is removed is compatible with final domain set",
|
| 6 |
-
"files": {
|
| 7 |
-
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
-
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
-
}
|
| 10 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mixture_reuse/real_world/swarm_reuse/update4_remove_algebraicstack/metrics.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mixture_reuse/real_world/swarm_reuse/update4_remove_algebraicstack/ratios.csv
DELETED
|
@@ -1,129 +0,0 @@
|
|
| 1 |
-
run,name,index,arxiv,dclm:adult_content,dclm:art_and_design,dclm:crime_and_law,dclm:education_and_jobs,dclm:electronics_and_hardware,dclm:entertainment,dclm:fashion_and_beauty,dclm:finance_and_business,dclm:food_and_dining,dclm:games,dclm:health,dclm:history_and_geography,dclm:home_and_hobbies,dclm:industrial,dclm:literature,dclm:politics,dclm:religion,dclm:science_math_and_technology,dclm:social_life,dclm:software,dclm:software_development,dclm:sports_and_fitness,dclm:transportation,dclm:travel_and_tourism,finemath-3plus,pes2o,s2pdfv1,stack-edu:C,stack-edu:CSharp,stack-edu:Cpp,stack-edu:Go,stack-edu:Java,stack-edu:JavaScript,stack-edu:Markdown,stack-edu:PHP,stack-edu:Python,stack-edu:Ruby,stack-edu:Rust,stack-edu:SQL,stack-edu:Shell,stack-edu:Swift,stack-edu:TypeScript,wikipedia
|
| 2 |
-
2zrca7xk,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0000,0,0.00020004000800160032,0.00640128025605121,0.0044008801760352075,0.00040008001600320064,0.0,0.0,0.08191638327665533,0.0,0.002000400080016003,0.014802960592118424,0.006701340268053611,0.03210642128425686,0.006001200240048009,0.005101020204040808,0.00020004000800160032,0.08211642328465693,0.001900380076015203,0.009401880376075216,0.119123824764953,0.0017003400680136028,0.000600120024004801,0.14192838567713542,0.0014002800560112022,0.004600920184036807,0.0,0.0063012602520504096,0.0010002000400080016,0.2096419283856771,0.009301860372074417,0.002500500100020004,0.08581716343268654,0.00020004000800160032,0.0592118423684737,0.01900380076015203,0.04110822164432887,0.001200240048009602,0.021404280856171236,0.0,0.0,0.0017003400680136028,0.015403080616123223,0.0,0.0026005201040208044,0.000600120024004801
|
| 3 |
-
38azydvo,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0001,1,0.0001000100010001,0.0,0.1148114811481148,0.0015001500150015005,0.012301230123012302,0.0,0.06140614061406141,0.0,0.0,0.0014001400140014,0.0,0.0809080908090809,0.041004100410041,0.0,0.023002300230023,0.0748074807480748,0.0,0.0,0.0438043804380438,0.0318031803180318,0.0,0.21932193219321935,0.0054005400540054005,0.0154015401540154,0.0,0.008700870087008702,0.020402040204020404,0.09660966096609662,0.007300730073007301,0.025302530253025306,0.0014001400140014,0.0195019501950195,0.008600860086008601,0.0036003600360036006,0.0068006800680068015,0.0037003700370037006,0.0132013201320132,0.005800580058005801,0.0,0.04050405040504051,0.01000100010001,0.0,0.0015001500150015005,0.0001000100010001
|
| 4 |
-
dzevo8hu,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0002,2,0.0751,0.0,0.0,0.0098,0.0694,0.0,0.0102,0.0,0.0016,0.0,0.0,0.0472,0.0064,0.0008,0.0033,0.1846,0.0,0.0,0.0568,0.1828,0.0,0.1069,0.0,0.0,0.0,0.007,0.0471,0.0418,0.0007,0.0079,0.0016,0.0,0.001,0.0005,0.0153,0.0,0.001,0.0,0.0,0.0021000000000000003,0.0007,0.0,0.0,0.1184
|
| 5 |
-
39fzsvce,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0003,3,0.05388383484954513,0.001499550134959512,0.0011996401079676095,0.05328401479556132,0.11666500049985004,0.0,0.024692592222333293,0.0,0.004898530440867739,0.005998200539838048,0.0007997600719784064,0.03209037288813356,0.0,0.0007997600719784064,0.0012996101169649105,0.07127861641507546,0.1510546835949215,0.003398980305908227,0.04758572428271518,0.009597120863740876,0.0251924422673198,0.14405678296511046,0.0021993401979406176,0.01999400179946016,0.0,0.003598920323902829,0.001899430170948715,0.08517444766570027,0.00249925022493252,0.020693791862441264,0.011796461061681493,9.99700089973008e-05,0.007697690692792161,0.009097270818754373,0.00379886034189743,0.02259322203338998,0.004798560431870438,0.0,0.004098770368889333,0.0004998500449865039,0.0003998800359892032,0.0,0.0,0.0497850644806558
|
| 6 |
-
ps38xpk2,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0004,4,0.0039007801560312066,0.033606721344268856,0.002500500100020004,0.03790758151630326,0.07151430286057212,0.0,0.005401080216043208,0.0,0.004300860172034407,0.0003000600120024005,0.004700940188037608,0.06931386277255451,0.0009001800360072016,0.01920384076815363,0.0034006801360272057,0.027205441088217645,0.0044008801760352075,0.002500500100020004,0.18293658731746348,0.08591718343668733,0.00020004000800160032,0.10852170434086816,0.09551910382076416,0.03010602120424085,0.0,0.011102220444088816,0.0010002000400080016,0.11292258451690336,0.01810362072414483,0.002500500100020004,0.0016003200640128026,0.0003000600120024005,0.01740348069613923,0.0003000600120024005,0.01340268053610722,0.0010002000400080016,0.01640328065613123,0.003600720144028806,0.0,0.0003000600120024005,0.002700540108021604,0.0,0.0030006001200240046,0.00010002000400080016
|
| 7 |
-
nhzgd8lx,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0005,5,0.013995801259622114,0.01099670098970309,0.0,0.04368689393182046,0.032090372888133566,0.00019994001799460164,0.0365890232930121,0.0,0.12936119164250726,0.0,0.0011996401079676098,0.043187043886833955,0.006498050584824553,0.0,0.010496850944716586,0.0868739378186544,0.02119364190742777,0.017594721583524944,0.18674397680695795,0.007797660701789464,0.0,0.10856742977106867,0.004798560431870439,0.00019994001799460164,0.0,0.01469559132260322,0.0012996101169649107,0.10736778966310108,0.00029991002699190244,0.0035989203239028297,0.006198140557832651,0.00019994001799460164,0.02179346196141158,0.010296910926721983,0.005898230530840748,0.001099670098970309,0.06228131560531841,0.0005998200539838049,0.0,0.0007997600719784066,0.0003998800359892033,0.0,0.0008997300809757074,0.00019994001799460164
|
| 8 |
-
4zqbyc7c,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0006,6,0.0398,0.0,0.0215,0.0012,0.0206,0.0,0.0296,0.0,0.1709,0.0002,0.0,0.06330000000000001,0.0002,0.0,0.0,0.0164,0.0,0.0,0.0012,0.0,0.001,0.2136,0.00030000000000000003,0.0,0.0,0.1463,0.0002,0.2524,0.0,0.0,0.0,0.0,0.0002,0.0,0.0001,0.0,0.0004,0.0,0.0,0.0,0.0,0.0,0.0,0.0206
|
| 9 |
-
7f54bffz,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0007,7,0.03979204159168167,0.07118576284743051,0.0,0.0002999400119976005,0.0,0.0,0.10907818436312738,0.0,0.0009998000399920016,0.0,0.015596880623875226,0.0615876824635073,0.0003999200159968007,0.016296740651869628,0.02639472105578884,0.07948410317936414,0.02289542091581684,0.04579084183163368,0.1965606878624275,0.012997400519896025,0.0010997800439912018,0.14437112577484504,0.021995600879824037,0.0,0.0,0.0076984603079384125,0.0012997400519896025,0.10597880423915218,0.000599880023995201,0.004799040191961608,0.0007998400319936014,0.0,0.0024995000999800043,0.0,0.0017996400719856032,0.0037992401519696063,0.003099380123975205,0.0,0.0001999600079984003,0.0,0.0001999600079984003,0.0,0.0002999400119976005,9.998000399920016e-05
|
| 10 |
-
ilecz8ha,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0008,8,0.006200620062006201,0.00030003000300030005,0.0,0.00020002000200020003,0.0,0.0,0.048704870487048704,0.0,0.064006400640064,0.0,0.0,0.11161116111611162,0.023002300230023,0.0015001500150015005,0.006500650065006501,0.075007500750075,0.012001200120012002,0.015501550155015502,0.1816181618161816,0.0022002200220022005,0.0,0.0356035603560356,0.0,0.0,0.04950495049504951,0.04470447044704471,0.00040004000400040005,0.23872387238723872,0.0007000700070007,0.0029002900290029006,0.011101110111011102,0.0,0.006200620062006201,0.006500650065006501,0.034103410341034104,0.0031003100310031005,0.010701070107010702,0.00020002000200020003,0.0,0.001000100010001,0.0032003200320032004,0.0,0.0006000600060006001,0.0024002400240024004
|
| 11 |
-
w3n8n5ig,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0009,9,0.002799160251924423,0.01609517144856543,0.009397180845746277,0.0121963410976707,0.0,0.0,0.026592022393282014,0.0,0.04028791362591223,0.0022993102069379188,0.0,0.08927321803458962,0.0013995801259622117,0.007997600719784064,0.005198440467859643,0.19784064780565833,0.04028791362591223,0.0,0.25152454263720886,0.024792562231330605,0.002699190242927122,0.04518644406677997,0.017994601619514147,0.0003998800359892033,0.005398380485854244,0.03518944316704989,0.0008997300809757074,0.05778266520043988,0.0030990702789163256,0.0013995801259622117,0.00999700089973008,0.00019994001799460164,0.02679196241127662,0.0020993701889433173,0.02839148255523343,0.0028991302609217237,0.02759172248325503,0.0,0.000499850044986504,0.0031990402879136263,0.0,0.00019994001799460164,0.0,9.997000899730082e-05
|
| 12 |
-
xbpearr5,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0010,10,0.00010002000400080016,0.0,0.0,0.0011002200440088017,0.03610722144428885,0.0,0.08891778355671134,0.0,0.011702340468093618,0.0005001000200040007,0.0015003000600120023,0.02060412082416483,0.05281056211242248,0.001400280056011202,0.00650130026005201,0.02920584116823364,0.010302060412082417,0.004700940188037607,0.34656931386277257,0.0002000400080016003,0.004500900180036007,0.2578515703140628,0.0005001000200040007,0.022804560912182435,0.0,0.018103620724144828,0.0005001000200040007,0.03600720144028806,0.002600520104020804,0.0017003400680136026,0.0022004400880176033,0.0,0.005801160232046409,0.008101620324064812,0.01360272054410882,0.005401080216043208,0.0063012602520504096,0.0,0.0,0.0,0.0,0.0011002200440088017,0.0005001000200040007,0.0002000400080016003
|
| 13 |
-
1br32td6,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0011,11,0.2054410882176435,0.04450890178035608,0.0,0.009101820364072815,0.0,0.0,0.003400680136027206,0.0,0.0,0.0,0.001100220044008802,0.015303060612122428,0.0,0.00020004000800160035,0.0024004800960192043,0.07091418283656732,0.0008001600320064014,0.00030006001200240054,0.206741348269654,0.0006001200240048011,0.0,0.054110822164432894,0.012502500500100022,0.009201840368073616,0.0,0.010502100420084018,0.06891378275655131,0.03540708141628326,0.001200240048009602,0.0,0.0032006401280256056,0.0,0.04330866173234648,0.007101420284056813,0.02200440088017604,0.014902980596119225,0.02750550110022005,0.0,0.0016003200640128028,0.04870974194838968,0.0,0.0,0.001200240048009602,0.07781556311262254
|
| 14 |
-
hdgzk0du,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0012,12,0.01149770045990802,0.014697060587882425,0.0014997000599880025,0.02889422115576885,0.0,0.0,0.007598480303939213,0.0,0.02509498100379924,0.0004999000199960008,0.00569886022795441,0.014697060587882425,0.0004999000199960008,0.0,0.004399120175964807,0.1179764047190562,0.006998600279944011,0.0021995600879824036,0.08018396320735854,0.0027994401119776045,0.0013997200559888025,0.1775644871025795,0.019496100779844032,0.0002999400119976005,0.0,0.01139772045590882,0.0003999200159968007,0.3005398920215957,0.002999400119976005,0.0014997000599880025,0.05408918216356729,0.003399320135972806,0.04639072185562888,0.003399320135972806,0.019596080783843232,0.005298940211957609,0.009298140371925615,0.0,0.0,0.01219756048790242,0.0004999000199960008,0.0001999600079984003,0.0,0.004799040191961608
|
| 15 |
-
2nxwqj0e,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0013,13,0.05519448055194481,0.024797520247975206,0.007199280071992801,0.05989401059894011,0.0005999400059994002,0.0,0.03929607039296071,0.0,0.04919508049195081,0.010398960103989602,0.0081991800819918,0.09109089091090893,0.11518848115188482,0.0321967803219678,0.04389561043895611,0.021497850214978503,0.0181981801819818,0.0188981101889811,0.16598340165983402,0.031796820317968204,0.0,0.14108589141085892,0.0015998400159984002,0.03359664033596641,0.0,0.003799620037996201,0.0002999700029997001,0.010898910108989102,0.00039996000399960006,0.0007999200079992001,0.00019998000199980003,0.0,0.0023997600239976007,0.0017998200179982003,0.0052994700529947,0.000999900009999,0.0011998800119988003,0.0,0.0,0.0012998700129987005,0.0,0.0,0.0,0.0007999200079992001
|
| 16 |
-
ongq809r,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0014,14,0.00039996000399960006,0.0028997100289971005,0.006399360063993601,0.0016998300169983004,0.0002999700029997001,0.0,0.056194380561943806,0.0,0.07779222077792222,0.010898910108989102,0.0,0.0145985401459854,0.0032996700329967,0.05489451054894511,0.018498150184981504,0.11218878112188782,0.053394660533946606,0.022797720227977204,0.13578642135786423,0.0131986801319868,0.0,0.07829217078292172,0.030896910308969103,0.0,0.0021997800219978004,0.005699430056994301,0.0002999700029997001,0.08819118088191182,0.0028997100289971005,0.0328967103289671,0.005799420057994201,9.999000099990002e-05,0.06179382061793821,0.00019998000199980003,0.023697630236976304,0.0017998200179982003,0.03429657034296571,9.999000099990002e-05,0.0,0.0065993400659934,0.008299170082991702,0.0,0.010198980101989802,0.020497950204979503
|
| 17 |
-
ulhborpe,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0015,15,0.023397660233976603,0.0,0.0,0.005599440055994401,9.999000099990002e-05,0.0,0.004999500049995001,0.0,0.0020997900209979007,0.0034996500349965005,0.004299570042995701,0.06989301069893011,0.0005999400059994002,0.0010998900109989002,0.0053994600539946005,0.25577442255774424,0.005699430056994301,0.00019998000199980003,0.16118388161183883,0.0102989701029897,0.0,0.15628437156284372,0.002999700029997,0.0024997500249975004,0.0,0.08959104089591041,0.0018998100189981,0.12288771122887712,0.0010998900109989002,0.005199480051994801,0.0040995900409959,9.999000099990002e-05,0.007199280071992801,0.003799620037996201,0.014798520147985205,0.003099690030996901,0.018698130186981302,0.0,0.0025997400259974005,0.00019998000199980003,0.0015998400159984002,0.0004999500049995,0.005099490050994901,0.0015998400159984002
|
| 18 |
-
tz4w42q7,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0016,16,0.0035010503150945285,0.0002000600180054016,0.0,0.012203661098329498,0.0,0.0,0.10013003901170352,0.0,0.05801740522156647,0.0006001800540162049,0.006702010603180954,0.015004501350405122,0.0,0.025207562268680605,0.09362808842652796,0.0018005401620486148,0.0,0.0,0.08212463739121736,0.004801440432129639,0.0,0.2956887066119836,0.0014004201260378114,0.0,0.0017005101530459135,0.0002000600180054016,0.0006001800540162049,0.10703210963288988,0.0738221466439932,0.04581374412323697,0.01360408122436731,0.0,0.017805341602480745,0.0006001800540162049,0.020606181854556368,0.008102430729218764,0.003200960288086426,0.0,0.0,0.0028008402520756227,0.0,0.0,0.0029008702610783237,0.0002000600180054016
|
| 19 |
-
xcyeyhoy,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0017,17,0.006100610061006101,0.0167016701670167,0.0011001100110011005,0.0068006800680068015,0.0,0.0,0.049304930493049307,0.0,0.045504550455045506,0.0,0.0018001800180018003,0.017001700170017002,0.0001000100010001,0.04760476047604761,0.004800480048004801,0.1158115811581158,0.026002600260026005,0.0011001100110011005,0.18541854185418544,0.011401140114011402,0.0,0.33023302330233023,0.0027002700270027003,0.006100610061006101,0.0,0.0030003000300030005,0.00030003000300030005,0.05950595059505951,0.0,0.0014001400140014,0.0008000800080008001,0.0,0.012101210121012104,0.0026002600260026008,0.020302030203020304,0.0011001100110011005,0.007800780078007801,0.00030003000300030005,0.00030003000300030005,0.004000400040004,0.007700770077007701,0.0005000500050005,0.0014001400140014,0.0013001300130013004
|
| 20 |
-
4p4f5852,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0018,18,0.0009000000000000001,0.0008,0.1039,0.023,0.0002,0.0847,0.0133,0.0,0.0132,0.0,0.0,0.0223,0.006,0.0298,0.0006000000000000001,0.0189,0.009000000000000001,0.0117,0.1444,0.0128,0.0002,0.1868,0.092,0.0,0.0,0.0059,0.053700000000000005,0.0247,0.0006000000000000001,0.0023,0.0048,0.0,0.024,0.0015,0.0278,0.0074,0.035,0.0,0.0199,0.0013000000000000002,0.0032,0.0033,0.0014,0.008700000000000001
|
| 21 |
-
2bqc94m6,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0019,19,0.00030003000300030005,0.00020002000200020003,0.00030003000300030005,0.0037003700370037006,0.11521152115211522,0.0,0.041004100410041,0.0,0.007600760076007601,0.0,0.0027002700270027003,0.05150515051505151,0.0008000800080008001,0.00020002000200020003,0.026302630263026303,0.08110811081108112,0.004000400040004,0.0012001200120012002,0.15801580158015802,0.0,0.0025002500250025004,0.23662366236623664,0.0030003000300030005,0.0,0.0,0.05140514051405141,0.006700670067006701,0.17211721172117211,0.0005000500050005,0.0015001500150015005,0.006500650065006501,0.0,0.0025002500250025004,0.0054005400540054005,0.005800580058005801,0.0025002500250025004,0.007600760076007601,0.0,0.0,0.0007000700070007,0.00030003000300030005,0.0,0.0,0.00020002000200020003
|
| 22 |
-
3pq968uq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0020,20,0.0484048404840484,0.0005000500050005,0.020802080208020803,0.1453145314531453,0.0195019501950195,0.0,0.041604160416041605,0.0,0.08030803080308031,0.0,0.0148014801480148,0.030703070307030705,0.0041004100410041,0.0,0.0027002700270027003,0.054005400540054,0.0094009400940094,0.0,0.13411341134113408,0.039903990399039906,0.0,0.1914191419141914,0.0003000300030003,0.0,0.0,0.0039003900390039,0.0428042804280428,0.058305830583058306,0.0004000400040004,0.0,0.0059005900590059,0.0016001600160016,0.0109010901090109,0.0048004800480048,0.0158015801580158,0.0003000300030003,0.0047004700470047005,0.0,0.0,0.0036003600360036,0.0002000200020002,0.0004000400040004,0.0017001700170017002,0.006800680068006801
|
| 23 |
-
dmo07nyg,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0021,21,0.028,0.0417,0.0004,0.0182,0.1142,0.0,0.0178,0.0,0.0006000000000000001,0.0,0.0196,0.023,0.0835,0.0017,0.001,0.1236,0.027600000000000003,0.0,0.2049,0.0051,0.0029,0.1363,0.0205,0.0,0.0,0.0103,0.0027,0.08320000000000001,0.0,0.0007,0.0005,0.0,0.006,0.0011,0.0096,0.0023,0.0029,0.0,0.0,0.0008,0.0021000000000000003,0.002,0.0002,0.005
|
| 24 |
-
drvpgc3e,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0022,22,0.004200420042004201,0.016201620162016202,0.011701170117011704,0.051305130513051314,0.0010001000100010003,0.004600460046004601,0.22532253225322535,0.0,0.00010001000100010004,0.0016001600160016004,0.018501850185018508,0.09340934093409343,0.005700570057005702,0.0015001500150015005,0.010501050105010503,0.008100810081008101,0.013701370137013703,0.016801680168016805,0.11691169116911693,0.0034003400340034007,0.0,0.15971597159715975,0.030203020302030207,0.0003000300030003001,0.0,0.028402840284028407,0.005500550055005502,0.12521252125212523,0.0013001300130013004,0.0005000500050005002,0.0021002100210021006,0.0035003500350035007,0.012901290129012902,0.003200320032003201,0.011401140114011403,0.007700770077007701,0.003100310031003101,0.0,0.00010001000100010004,0.0,0.0,0.00010001000100010004,0.0,0.00020002000200020003
|
| 25 |
-
hvvtqni0,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0023,23,0.000999700089973008,0.004798560431870439,0.0005998200539838049,0.03299010296910927,0.008297510746775967,0.0,0.0022993102069379188,0.0,0.06078176547035889,0.00019994001799460164,0.0,0.01349595121463561,0.0,0.012796161151654504,0.016595021493551933,0.04538638408477457,0.03398980305908228,0.0,0.26262121363590923,0.010296910926721983,0.0,0.31610516844946523,0.002199340197940618,0.0,0.0,0.04128761371588524,0.00029991002699190244,0.03049085274417675,0.0,0.0029991002699190244,0.012996101169649108,0.0,0.01839448165550335,0.0007997600719784066,0.035889233230030994,0.00029991002699190244,0.021893431970408876,0.001699490152954114,0.000999700089973008,0.0011996401079676098,0.0030990702789163256,0.0,0.0015995201439568132,0.0015995201439568132
|
| 26 |
-
gq6zsrdk,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0024,24,0.000999900009999,0.0,0.0002999700029997001,0.021097890210978906,0.0007999200079992001,0.0,0.17128287171282872,0.0,0.028997100289971003,0.0090990900909909,0.003099690030996901,0.037996200379962,0.0094990500949905,0.0,0.0750924907509249,0.12758724127587243,0.015798420157984203,0.00039996000399960006,0.11108889111088892,0.0045995400459954,0.0,0.21077892210778923,0.0002999700029997001,0.0,0.0,0.015098490150984904,0.031596840315968405,0.08509149085091491,0.0023997600239976007,0.0025997400259974005,0.0031996800319968005,0.0,0.0040995900409959,0.007999200079992,0.010198980101989802,0.0014998500149985,0.0058994100589941,0.0,0.0,0.0006999300069993001,0.0,0.0,0.0,0.0007999200079992001
|
| 27 |
-
u3wpzlpg,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0025,25,0.025897410258974105,0.09349065093490652,0.0,0.04409559044095591,0.0,0.0,0.0053994600539946005,0.0,0.03139686031396861,0.0,0.0,0.05869413058694131,0.11348865113488651,0.0016998300169983004,0.0357964203579642,0.0102989701029897,0.022497750224977502,0.006899310068993102,0.0425957404259574,0.009699030096990302,0.011898810118988102,0.09799020097990202,0.06269373062693731,0.020797920207979204,0.0002999700029997001,0.0073992600739926015,0.010898910108989102,0.1133886611338866,0.026697330266973303,0.0117988201179882,0.011198880111988802,0.0,0.011098890110988902,0.04359564043595641,0.028897110288971104,0.013498650134986502,0.011898810118988102,0.0,9.999000099990002e-05,0.0033996600339966008,0.006999300069993001,0.0020997900209979007,0.0002999700029997001,0.0010998900109989002
|
| 28 |
-
gyoe9mem,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0026,26,0.04659534046595341,0.0,0.022597740225977405,0.08809119088091191,0.0,0.0,0.04399560043995601,0.0,0.000999900009999,0.0,0.0,0.06189381061893811,0.012598740125987402,0.022397760223977603,0.04409559044095591,0.03499650034996501,0.04369563043695631,0.0020997900209979007,0.0945905409459054,0.045295470452954706,0.0008999100089991002,0.16468353164683533,0.0,0.0,0.0,0.0327967203279672,0.00039996000399960006,0.18898110188981104,0.0028997100289971005,0.001999800019998,0.0013998600139986002,0.0,0.014498550144985502,0.0013998600139986002,0.0012998700129987005,0.0004999500049995,0.004999500049995001,0.0,0.0006999300069993001,9.999000099990002e-05,0.00019998000199980003,0.0008999100089991002,0.0,0.017398260173982605
|
| 29 |
-
rc8za2kp,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0027,27,0.0001,0.0001,0.0,0.0327,0.0047,0.0,0.17500000000000002,0.0,0.0029,0.0,0.0,0.0945,0.0058000000000000005,0.0004,0.006500000000000001,0.1004,0.0008,0.0048,0.08510000000000001,0.0043,0.0,0.1265,0.014,0.0013000000000000002,0.0,0.058800000000000005,0.0262,0.1769,0.00030000000000000003,0.0,0.017,0.0,0.0193,0.0092,0.0073,0.0064,0.008400000000000001,0.0,0.0,0.0022,0.0,0.0047,0.0032,0.0002
|
| 30 |
-
9wkxonb1,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0028,28,0.0035992801439712063,0.02929414117176565,0.0,0.0015996800639872027,0.0,0.0,0.1876624675064987,0.0,0.01889622075584883,0.03199360127974405,0.0,0.08428314337132574,0.10637872425514898,0.015496900619876025,0.007098580283943212,0.042691461707658473,0.0001999600079984003,0.0,0.1678664267146571,0.007098580283943212,0.0007998400319936014,0.126874625074985,0.02159568086382723,0.022195560887822437,0.0,0.004099180163967207,0.05648870225954809,0.0585882823435313,0.0,0.0,0.0007998400319936014,0.0,0.0010997800439912018,0.0,9.998000399920016e-05,0.0,0.0001999600079984003,0.0,0.0,0.0,0.0,0.0004999000199960008,9.998000399920016e-05,0.002399520095980804
|
| 31 |
-
qtz8tajo,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0029,29,0.06150000000000001,0.0,0.029200000000000004,0.016300000000000005,0.0,0.0,0.04750000000000001,0.0,0.0017000000000000003,0.00010000000000000002,0.021300000000000003,0.08440000000000002,0.0007000000000000001,0.0018000000000000004,0.04880000000000001,0.018200000000000004,0.0008000000000000001,0.0,0.23370000000000005,0.11840000000000002,0.0,0.11620000000000004,0.0009000000000000002,0.0,0.0,0.03110000000000001,0.03670000000000001,0.07680000000000002,0.0005000000000000001,0.0013000000000000004,0.0018000000000000004,0.0,0.009700000000000002,0.0009000000000000002,0.0052000000000000015,0.0030000000000000005,0.005100000000000001,0.0,0.00020000000000000004,0.00010000000000000002,0.0004000000000000001,0.0009000000000000002,0.0004000000000000001,0.024400000000000005
|
| 32 |
-
7o6bn8pr,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0030,30,0.040195980401959805,0.001999800019998,0.0,0.0014998500149985,0.008999100089991002,0.0,0.22057794220577945,0.0,0.047995200479952,0.0017998200179982003,0.0,0.16288371162883714,0.0033996600339966008,9.999000099990002e-05,0.017398260173982605,0.04869513048695131,0.031596840315968405,0.0006999300069993001,0.0418958104189581,0.007699230076992301,0.0016998300169983004,0.07539246075392461,0.0002999700029997001,0.04389561043895611,0.0,0.05689431056894311,0.006999300069993001,0.1254874512548745,0.0012998700129987005,0.0025997400259974005,0.004999500049995001,0.0,0.010198980101989802,0.0011998800119988003,0.011298870112988704,0.001999800019998,0.005999400059994,0.00019998000199980003,0.0002999700029997001,0.00019998000199980003,0.006199380061993802,0.0027997200279972004,0.0022997700229977,0.0002999700029997001
|
| 33 |
-
52mlgnto,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0031,31,0.0184018401840184,0.006100610061006101,0.0008000800080008001,0.054605460546054606,0.034103410341034104,0.05310531053105311,0.0145014501450145,0.0,0.014601460146014602,0.0,0.00020002000200020003,0.0011001100110011005,0.0097009700970097,0.0117011701170117,0.0006000600060006001,0.024502450245024503,0.0049004900490049,0.0031003100310031005,0.17931793179317934,0.0,0.0,0.21002100210021005,0.0046004600460046,0.0,0.0,0.0013001300130013004,0.00030003000300030005,0.22832283228322833,0.0184018401840184,0.0028002800280028,0.011101110111011102,0.0047004700470047005,0.016301630163016303,0.015501550155015502,0.032703270327032706,0.0006000600060006001,0.0028002800280028,0.0,0.0,0.0169016901690169,0.0005000500050005,0.0012001200120012002,0.0001000100010001,0.0005000500050005
|
| 34 |
-
99im0mh2,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0032,32,0.0128,0.0376,0.007500000000000001,0.019,0.001,0.0,0.0253,0.0,0.0079,0.0118,0.0,0.042100000000000005,0.0004,0.0021000000000000003,0.0787,0.0236,0.0016,0.0597,0.187,0.0051,0.018000000000000002,0.1603,0.0002,0.0,0.0,0.0668,0.0222,0.0295,0.0016,0.0187,0.0081,0.0,0.0487,0.0016,0.0402,0.0057,0.0378,0.008,0.0,0.0043,0.0005,0.0006000000000000001,0.0006000000000000001,0.0034
|
| 35 |
-
8cjrzaft,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0033,33,0.00599880023995201,0.0026994601079784043,0.0008998200359928016,0.004399120175964807,0.0017996400719856032,0.08688262347530494,0.007798440311937613,0.0,0.005598880223955209,0.0001999600079984003,0.0,0.11247750449910018,0.0012997400519896025,0.0,0.07358528294341132,0.14157168566286743,0.0038992201559688066,9.998000399920016e-05,0.08438312337532494,0.0057988402319536095,0.0,0.01249750049990002,0.0028994201159768048,0.0,0.0,0.09088182363527296,0.0037992401519696063,0.2966406718656269,0.0002999400119976005,0.004499100179964008,0.001999600079984003,0.0,0.008398320335932815,0.0001999600079984003,0.021295740851829635,0.001199760047990402,0.00629874025194961,0.0,0.0001999600079984003,0.009198160367926415,0.0,0.0,0.0,0.0002999400119976005
|
| 36 |
-
9ncnmiiy,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0034,34,0.10068993100689932,0.0,0.0,0.047995200479952,0.0,0.0,0.032096790320967905,0.0,0.010898910108989102,0.0,0.0010998900109989002,0.006399360063993601,0.014098590140985905,0.056694330566943306,0.0652934706529347,0.04439556044395561,0.017598240175982403,0.0,0.1810818918108189,0.0,0.0016998300169983004,0.28217178282171784,0.00039996000399960006,0.006399360063993601,0.0,0.005699430056994301,0.012398760123987603,0.05759424057594241,0.001999800019998,0.0018998100189981,0.0010998900109989002,0.0,0.005199480051994801,0.007199280071992801,0.006399360063993601,0.0014998500149985,0.0026997300269973,0.0052994700529947,0.0,0.0018998100189981,0.0,0.0,0.000999900009999,0.019098090190980903
|
| 37 |
-
hjd3uibg,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0035,35,0.08991798359671935,0.03590718143628726,0.0,0.04160832166433287,0.0021004200840168035,0.0,0.0003000600120024005,0.0,0.01820364072814563,0.0,0.0,0.262752550510102,0.001200240048009602,0.0,0.004800960192038408,0.16003200640128026,0.0,0.0,0.014302860572114422,0.0,0.0,0.08801760352070415,0.0003000600120024005,0.0,0.0,0.1162232446489298,0.00040008001600320064,0.08471694338867773,0.0,0.0,0.014502900580116024,0.0,0.029105821164232847,0.005601120224044809,0.0063012602520504096,0.004800960192038408,0.01290258051610322,0.0,0.0,0.004800960192038408,0.0,0.0,0.0,0.001200240048009602
|
| 38 |
-
m3auhqiw,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0036,36,0.016498350164983498,0.022297770222977697,0.0,0.0141985801419858,0.0584941505849415,0.0,0.018998100189980997,0.0,0.004199580041995801,0.0012998700129987,0.0010998900109989,0.0670932906709329,0.0148985101489851,0.0003999600039995999,0.0258974102589741,0.04939506049395059,0.0,0.0,0.07809219078092189,0.0405959404059594,0.0,0.15198480151984797,0.0004999500049994999,0.0068993100689931,0.0,0.0183981601839816,0.028497150284971497,0.09059094090590938,0.0026997300269973,0.004899510048995099,0.01999800019998,0.0001999800019998,0.0480951904809519,0.018998100189980997,0.0266973302669733,0.0032996700329967,0.0191980801919808,0.0,0.0,0.0072992700729927,0.0003999600039995999,0.0005999400059994,0.0002999700029997,0.136986301369863
|
| 39 |
-
xsspetd4,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0037,37,0.0026002600260026,0.0,0.0,0.030803080308030795,0.0,0.0,0.050105010501050096,0.0,0.0122012201220122,0.0047004700470047,0.0192019201920192,0.0563056305630563,0.017001700170017,0.0014001400140014,0.007700770077007699,0.1157115711571157,0.0359035903590359,0.0003000300030003,0.1172117211721172,0.0204020402040204,0.0032003200320031996,0.12571257125712568,0.015401540154015398,0.0157015701570157,0.0001000100010001,0.0715071507150715,0.010901090109010898,0.1906190619061906,0.0148014801480148,0.0033003300330032995,0.0075007500750075,0.0012001200120012,0.0112011201120112,0.0024002400240024,0.0175017501750175,0.0038003800380038,0.005000500050004999,0.0001000100010001,0.0,0.004600460046004599,0.0018001800180018,0.0011001100110010998,0.0,0.001000100010001
|
| 40 |
-
4jubyga7,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0038,38,0.0024999999999999996,0.023999999999999994,0.0,0.0003,0.0013,0.0,0.0055,0.0,0.0321,0.0,0.003999999999999999,0.4774999999999999,0.0027999999999999995,0.003499999999999999,0.0045,0.0197,9.999999999999998e-05,0.0,0.09379999999999998,0.008099999999999998,0.0013,0.0372,0.00019999999999999996,0.0174,0.0,0.032799999999999996,0.0004999999999999999,0.09399999999999996,0.0007999999999999998,0.0008999999999999999,0.0157,0.0,0.0319,0.007299999999999998,0.02449999999999999,0.0048,0.0208,0.0006999999999999999,0.0013,0.00019999999999999996,0.0030999999999999995,0.0,0.0,0.024899999999999995
|
| 41 |
-
9taru5jj,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0039,39,0.0031000000000000003,0.0,0.0026000000000000003,0.0006000000000000001,0.0,0.0,0.0746,0.0,0.0063,0.0,0.0008,0.08170000000000001,0.0,0.0318,0.0594,0.052500000000000005,0.1222,0.1099,0.1317,0.0067,0.0,0.1421,0.0047,0.0,0.0,0.0007,0.0106,0.1509,0.0,0.0021000000000000003,0.0004,0.0,0.002,0.0,0.0005,0.0004,0.0009000000000000001,0.0,0.0,0.0004,0.0,0.0,0.0,0.0004
|
| 42 |
-
yc9wba6c,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0040,40,0.01469559132260322,0.0,0.001699490152954114,0.0034989503149055285,0.017794661601519546,0.0,0.005398380485854244,0.0,0.04048785364390683,0.0012996101169649107,0.000499850044986504,0.099370188943317,0.029491152654203743,0.0028991302609217237,0.007397780665800261,0.08287513745876238,0.035889233230030994,0.00029991002699190244,0.05688293511946417,0.01839448165550335,0.06987903628911327,0.2445266420073978,0.0,0.0,0.02329301209637109,0.014095771268619417,0.00019994001799460164,0.03418974307707688,0.009097270818754374,0.003398980305908228,0.055783265020493855,0.0011996401079676098,0.03508947315805259,0.0034989503149055285,0.032890132960111965,0.004398680395881236,0.016595021493551933,0.0,0.00019994001799460164,0.025292412276317105,0.00609817054883535,0.0007997600719784066,0.0,0.0005998200539838049
|
| 43 |
-
2x370fxp,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0041,41,0.0001000300090027008,0.06301890567170151,0.0,0.0,0.0030009002700810243,0.0,0.01590477143142943,0.0,0.0024007202160648195,0.0,0.005501650495148545,0.1115334600380114,0.031209362808842653,0.0,0.03551065319595879,0.04821446433930179,0.0,0.0,0.1351405421626488,0.0045013504051215365,0.0,0.06321896568970692,0.013203961188356506,0.0,0.0,0.2091627488246474,0.0014004201260378114,0.2307692307692308,0.0012003601080324098,0.0,0.0005001500450135041,0.0,0.00500150045013504,0.00030009002700810244,0.0012003601080324098,0.001100330099029709,0.00370111033309993,0.0,0.0,0.0001000300090027008,0.0,0.0,0.0001000300090027008,0.013003901170351106
|
| 44 |
-
3ysfu5d2,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0042,42,0.004798080767692923,0.0002998800479808077,0.0,0.0011995201919232307,0.01259496201519392,0.0,0.001099560175929628,0.0,0.009196321471411433,0.015193922431027584,0.0002998800479808077,0.06407437025189923,0.05037984806077568,0.020491803278688523,0.04028388644542183,0.10455817672930826,0.015293882447021187,0.0001999200319872051,0.17752898840463813,0.01919232307077169,9.996001599360256e-05,0.07297081167532986,0.010395841663334666,0.0195921631347461,0.0,0.010395841663334666,0.06797281087564973,0.2031187524990004,0.001099560175929628,0.0020991603358656535,0.0012994802079168333,0.0,0.00589764094362255,0.0017992802878848458,0.007896841263494601,0.006997201119552178,0.00939624150339864,0.0,0.0008996401439424229,0.0,0.0016993202718912433,0.0025989604158336665,0.0004998000799680127,0.03658536585365853
|
| 45 |
-
1t8rff7t,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0043,43,9.998000399920016e-05,0.014797040591881624,0.02299540091981604,0.01759648070385923,0.0,0.0,0.0579884023195361,0.0,0.0,0.01999600079984003,0.008698260347930415,0.010797840431913616,0.007198560287942413,0.0,0.0002999400119976005,0.14247150569886025,0.08778244351129774,0.000599880023995201,0.041391721655668866,0.005098980203959208,0.0,0.1715656868626275,0.0,0.0,0.0,0.07668466306738653,0.002099580083983204,0.005898820235952809,0.0046990601879624075,0.01159768046390722,0.04469106178764248,0.0,0.03019396120775845,0.0003999200159968007,0.139372125574885,0.007998400319936013,0.04019196160767846,0.0,0.0018996200759848032,0.01099780043991202,0.0004999000199960008,0.005198960207958409,0.0,0.008198360327934414
|
| 46 |
-
3jofcryl,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0044,44,0.026002600260026,0.0004000400040004,0.0,0.0524052405240524,0.0314031403140314,0.0,0.13871387138713873,0.0,0.0007000700070006999,0.0005000500050005,0.01000100010001,0.0266026602660266,0.0088008800880088,0.0035003500350035,0.0036003600360036,0.044004400440044,0.006000600060006,0.0006000600060006,0.11231123112311232,0.1799179917991799,0.0291029102910291,0.0609060906090609,0.0081008100810081,0.0019001900190019,0.0,0.0004000400040004,0.0007000700070006999,0.0734073407340734,0.0022002200220022,0.0038003800380038,0.0062006200620062,0.0,0.023002300230023,0.003000300030003,0.0141014101410141,0.001000100010001,0.0108010801080108,0.007500750075007501,0.0,0.006900690069006901,0.0,0.0,0.0031003100310031,0.0984098409840984
|
| 47 |
-
6fa2ftsg,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0045,45,0.0021,0.0006999999999999999,0.0,0.02619999999999999,0.0,0.0,0.05379999999999999,0.0,0.0,0.0,0.0,0.0866,0.0,0.0006,0.027699999999999995,0.18,0.04789999999999999,0.0003,0.05069999999999999,0.0031999999999999993,0.00019999999999999996,0.3132,0.0024999999999999996,0.012299999999999997,0.0004999999999999999,0.10749999999999996,0.0017999999999999995,0.0389,0.0003,0.0,0.0009999999999999998,0.0,0.0021999999999999997,0.0,0.0026,0.00019999999999999996,0.0008999999999999999,0.0,0.0,0.0010999999999999998,0.0006999999999999999,0.00019999999999999996,0.0004999999999999999,0.0336
|
| 48 |
-
cvy8zqqq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0046,46,0.0021002100210021006,0.0025002500250025004,0.0024002400240024004,0.012801280128012802,0.045104510451045104,0.0,0.06460646064606461,0.0,0.1553155315531553,0.0,0.00020002000200020003,0.07960796079607961,0.004400440044004401,0.0001000100010001,0.0022002200220022005,0.0629062906290629,0.0184018401840184,0.0,0.13881388138813883,0.0005000500050005,0.0013001300130013004,0.1618161816181618,0.023002300230023,0.0,0.0,0.0006000600060006001,0.015801580158015804,0.1786178617861786,0.0026002600260026008,0.0013001300130013004,0.0026002600260026008,0.0,0.0056005600560056,0.0007000700070007,0.006200620062006201,0.0018001800180018003,0.0033003300330033004,0.0,0.0008000800080008001,0.00040004000400040005,0.0,0.0,0.00020002000200020003,0.0014001400140014
|
| 49 |
-
3xyv0h7m,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0047,47,0.020106031809542863,0.0,0.0,0.009202760828248476,0.010803240972291689,0.0,0.08172451735520658,0.0,0.004201260378113435,0.0,0.0,0.10133039911973592,0.038911673502050624,0.0008002400720216066,0.03050915274582375,0.07622286686005803,0.035810743222966894,0.004501350405121537,0.1947584275282585,0.00480144043212964,0.08132439731919576,0.030709212763829152,0.0030009002700810247,0.0,0.00010003000900270082,0.03811143343002901,0.0005001500450135041,0.14954486345903772,0.0,0.0019005701710513156,0.006501950585175554,0.0003000900270081025,0.026407922376713015,0.008802640792237672,0.01830549164749425,0.0047014104231269385,0.00720216064819446,0.00240072021606482,0.0008002400720216066,0.00010003000900270082,0.00020006001800540165,0.0,0.00010003000900270082,0.005301590477143144
|
| 50 |
-
r0p5x85u,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0048,48,0.03300660132026405,0.005101020204040808,0.001400280056011202,0.016203240648129624,0.0016003200640128023,0.0,0.02920584116823364,0.0,0.01260252050410082,0.0004000800160032006,0.0,0.009001800360072015,0.0059011802360472085,0.0025005001000200037,0.07861572314462892,0.08221644328865772,0.008801760352070413,0.0,0.19373874774954988,0.0,0.05311062212442488,0.1911382276455291,0.0008001600320064012,0.00010002000400080016,0.0,0.036207241448289657,0.005701140228045609,0.10442088417683536,0.000600120024004801,0.003300660132026405,0.0011002200440088017,0.0,0.040808161632326465,0.02570514102820564,0.02160432086417283,0.005001000200040007,0.012202440488097618,0.004900980196039207,0.0032006401280256047,0.0021004200840168035,0.0,0.000700140028005601,0.0,0.00700140028005601
|
| 51 |
-
ns1rsd3d,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0049,49,0.02819436112777445,0.02979404119176165,0.0,0.09078184363127376,0.0008998200359928016,0.0,0.14227154569086184,0.0,0.02179564087182563,0.0,0.007098580283943212,0.02979404119176165,0.01149770045990802,0.04059188162367527,0.005298940211957609,0.14027194561087783,0.1091781643671266,0.007298540291941612,0.05038992201559688,0.01139772045590882,0.0013997200559888025,0.03269346130773845,9.998000399920016e-05,0.0002999400119976005,0.0,0.01679664067186563,0.0065986802639472104,0.1125774845030994,0.0,0.002099580083983204,0.02459508098380324,0.0,0.015296940611877623,0.002999400119976005,0.020795840831833636,0.000599880023995201,0.009098180363927216,0.0018996200759848032,0.0,0.0025994801039792045,0.0013997200559888025,0.0002999400119976005,0.0,0.021295740851829635
|
| 52 |
-
zehrg47l,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0050,50,0.016998300169983,0.0,0.0,0.1397860213978602,0.0,0.0,0.10348965103489648,0.0,0.052994700529947,0.0,0.0106989301069893,0.0558944105589441,0.0024997500249975,0.0052994700529946995,0.0225977402259774,0.17658234176582338,0.005599440055994399,0.0034996500349964996,0.1092890710928907,0.008099190080991898,0.0033996600339966,0.1835816418358164,0.0,0.0,0.0,0.0145985401459854,0.0035996400359963997,0.0444955504449555,0.0001999800019998,0.0002999700029997,0.0120987901209879,0.0,0.011998800119988,0.0001999800019998,0.0020997900209979003,0.0005999400059994,0.0035996400359963997,0.0014998500149985,0.0018998100189981,0.0019998000199979997,0.0,0.0,0.0,0.0004999500049994999
|
| 53 |
-
5bdtn3l6,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0051,51,0.0240975902409759,0.40975902409759024,0.0010998900109989002,0.00019998000199980003,0.0,0.0,0.13348665133486654,0.0,0.0735926407359264,0.0,0.0,0.08559144085591441,0.03869613038696131,0.0,0.0,0.0032996700329967,0.00019998000199980003,0.0013998600139986002,0.09189081091890812,0.0008999100089991002,0.0,0.057194280571942806,0.0,0.028397160283971604,0.0,0.0006999300069993001,0.010198980101989802,0.005599440055994401,0.0,0.0008999100089991002,0.0036996300369963007,0.0,0.005999400059994,0.0032996700329967,0.008399160083991603,0.0032996700329967,0.004799520047995201,0.0,0.0,0.0015998400159984002,0.0,0.0,9.999000099990002e-05,0.0015998400159984002
|
| 54 |
-
oz6szwus,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0052,52,0.04770954190838168,0.0,0.002100420084016804,0.0518103620724145,0.008401680336067216,0.0,0.06691338267653531,0.0,0.1190238047609522,0.0,0.0,0.05041008201640328,0.00020004000800160035,0.00030006001200240054,0.0067013402680536115,0.042608521704340874,0.0024004800960192043,0.00010002000400080016,0.18313662732546512,0.008801760352070415,0.00020004000800160035,0.12782556511302262,0.00570114022804561,0.0,0.0019003800760152032,0.024904980996199245,0.001800360072014403,0.09081816363272656,0.009701940388077616,0.00010002000400080016,0.0062012402480496115,0.00590118023604721,0.07741548309661934,0.0019003800760152032,0.02200440088017604,0.0016003200640128028,0.01880376075215043,0.0,0.0016003200640128028,0.002100420084016804,0.0008001600320064014,0.0013002600520104024,0.0,0.006801360272054412
|
| 55 |
-
1tr67qn5,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0053,53,0.000599880023995201,0.0009998000399920016,0.004099180163967207,0.014797040591881624,0.0004999000199960008,0.0,0.05518896220755849,0.0,0.05188962207558489,0.0,0.0001999600079984003,0.05258948210357928,0.00569886022795441,0.014897020595880824,0.0007998400319936014,0.044191161767646474,0.028494301139772048,0.0,0.07198560287942413,0.008898220355928814,0.01879624075184963,0.32313537292541494,0.0,0.0,0.0003999200159968007,0.0034993001399720057,0.001699660067986403,0.2568486302739452,0.0,0.0001999600079984003,0.0014997000599880025,9.998000399920016e-05,0.008298340331933614,0.0026994601079784043,0.008798240351929614,0.0013997200559888025,0.008498300339932015,0.0,0.0,0.0,0.004999000199960009,0.0,0.0004999000199960008,0.0027994401119776045
|
| 56 |
-
i6qzkdkp,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0054,54,0.05262631315657828,0.01970985492746373,0.0011005502751375686,0.005002501250625312,0.024412206103051524,0.0,0.014607303651825911,0.0,0.02821410705352676,0.00030015007503751874,0.07103551775887944,0.0464232116058029,0.07643821910955477,0.001200600300150075,0.000400200100050025,0.02771385692846423,0.04042021010505253,0.00030015007503751874,0.12546273136568284,0.0,0.0,0.1775887943971986,0.0007003501750875436,0.0,0.0,0.0014007003501750872,0.0014007003501750872,0.034217108554277134,0.009404702351175586,0.009104552276138067,0.02391195597798899,0.0006003001500750375,0.03241620810405202,0.017908954477238614,0.02811405702851425,0.0013006503251625813,0.025112556278139065,0.0,0.00010005002501250625,0.003601800900450225,0.0,0.0002001000500250125,0.0019009504752376183,0.09564782391195596
|
| 57 |
-
uu7d8wvi,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0055,55,0.0151,0.0005,0.0004,0.0184,0.0402,0.0,0.0692,0.0,0.0602,0.0,0.0,0.0083,0.0184,0.0162,0.0011,0.063,0.0029,0.0058000000000000005,0.0747,0.0,0.0032,0.2786,0.1092,0.0079,0.0,0.0002,0.006,0.0952,0.0059,0.005200000000000001,0.0078,0.0,0.0232,0.0014,0.0222,0.0126,0.0223,0.0,0.0,0.0,0.0021000000000000003,0.0,0.0024,0.0002
|
| 58 |
-
hbhi8o94,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0056,56,0.0007998400319936014,0.04909018196360729,0.0,0.0008998200359928016,0.1821635672865427,0.0,0.041191761647670466,0.0,0.008098380323935212,0.0,0.008698260347930415,0.048390321935612886,0.0,0.0010997800439912018,0.0028994201159768048,0.13097380523895222,0.0015996800639872027,0.0,0.06898620275944811,0.0,0.0,0.32943411317736454,0.013997200559888024,0.0,0.0624875024995001,0.020895820835832836,0.0006998600279944011,0.005198960207958409,0.0,0.0002999400119976005,0.0009998000399920016,0.0,0.000599880023995201,0.0017996400719856032,0.0012997400519896025,0.000599880023995201,0.000599880023995201,0.0,0.0,0.0,0.0010997800439912018,0.0,0.0,0.015096980603879226
|
| 59 |
-
lc5i85yf,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0057,57,0.0007997600719784064,0.012096371088673397,0.0011996401079676095,0.0504848545436369,0.014395681295611315,0.0,0.01739478156553034,0.0,0.010796760971708484,0.0,0.0001999400179946016,0.2394281715485354,0.001899430170948715,0.005898230530840746,0.09137258822353292,0.02209337198840348,0.00759772068379486,0.0011996401079676095,0.13256023193042085,0.00249925022493252,0.021993401979406177,0.1837448765370389,0.003898830350894731,0.0,0.0,0.05248425472358292,0.0019994001799460157,0.0770768769369189,0.0001999400179946016,0.001399580125962211,0.001899430170948715,0.0,0.005898230530840746,0.001899430170948715,0.004198740377886634,0.001499550134959512,0.0030990702789163247,0.0,0.0010996700989703088,0.0016994901529541137,0.0007997600719784064,0.0,0.0002999100269919024,0.02289313206038188
|
| 60 |
-
3lo7yi47,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0058,58,0.0001000300090027008,0.00970291087326198,0.03090927278183455,0.0031009302790837253,0.0,0.0,0.0745223567070121,0.0,0.15654696408922678,0.0,0.0004001200360108032,0.050215064519355805,0.0007002100630189057,0.0,0.0873261978593578,0.026107832349704912,0.0374112233670101,0.0,0.16464939481844554,0.0006001800540162049,0.028908672601780535,0.0367110133039912,0.09962988896669,0.02320696208862659,0.0,0.01870561168350505,0.05721716514954486,0.039911973592077626,0.0,0.0007002100630189057,0.0001000300090027008,0.0,0.0012003601080324098,0.00030009002700810244,0.0008002400720216065,0.0004001200360108032,0.0024007202160648195,0.0,0.0,0.0005001500450135041,0.0,0.0,0.0002000600180054016,0.04681404421326398
|
| 61 |
-
zla39e1g,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0059,59,0.013202640528105622,0.009201840368073616,0.0016003200640128028,0.013602720544108824,0.0,0.0,0.010602120424084815,0.0,0.043208641728345674,0.0015003000600120023,0.08501700340068015,0.1123224644928986,0.01690338067613523,0.04970994198839768,0.004200840168033608,0.0,0.0,0.0565113022604521,0.12742548509701945,0.001800360072014403,0.0044008801760352075,0.19013802760552115,0.00020004000800160035,0.015803160632126428,0.0,0.039307861572314466,0.00030006001200240054,0.119623924784957,0.00020004000800160035,0.0,0.014102820564112824,0.0,0.016003200640128026,0.0024004800960192043,0.020004000800160033,0.0005001000200040008,0.006101220244048811,0.0007001400280056011,0.0015003000600120023,0.020504100820164035,0.0,0.0005001000200040008,0.0006001200240048011,0.00030006001200240054
|
| 62 |
-
6memvrr6,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0060,60,0.005201040208041608,0.007101420284056811,0.0004000800160032006,0.0017003400680136026,0.004600920184036806,0.0,0.011302260452090415,0.0,0.0022004400880176033,0.003500700140028005,0.00670134026805361,0.06111222244448889,0.07481496299259852,0.0,0.17483496699339868,0.028205641128225645,0.03530706141228246,0.006101220244048809,0.09601920384076816,0.009801960392078412,0.008001600320064011,0.16143228645729146,0.0008001600320064012,0.0003000600120024005,0.0,0.000600120024004801,0.0003000600120024005,0.2242448489697939,0.0008001600320064012,0.0018003600720144029,0.02060412082416483,0.0,0.011502300460092017,0.0036007201440288058,0.012502500500100018,0.002800560112022404,0.004100820164032806,0.0020004000800160028,0.0,0.003100620124024805,0.0010002000400080014,0.0,0.000700140028005601,0.010902180436087216
|
| 63 |
-
od2374de,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0061,61,0.011202240448089618,0.0,0.0,0.01180236047209442,0.0039007801560312066,0.0,0.005701140228045609,0.0,0.002700540108021604,0.00020004000800160032,0.03340668133626725,0.03220644128825765,0.020804160832166435,0.0,0.0049009801960392075,0.06651330266053211,0.011202240448089618,0.0,0.16293258651730347,0.0010002000400080016,0.0,0.0595119023804761,0.056811362272454494,0.0,0.0,0.026105221044208843,0.0003000600120024005,0.22504500900180036,0.0017003400680136028,0.006801360272054411,0.02120424084816963,0.0,0.0634126825365073,0.004100820164032807,0.05031006201240248,0.009001800360072015,0.04970994198839768,0.0,0.0,0.00010002000400080016,0.0,0.0,0.0,0.05741148229645929
|
| 64 |
-
nduorx2n,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0062,62,0.0013997200559888025,0.001199760047990402,0.0001999600079984003,0.053089382123575286,0.0012997400519896025,0.0,0.1245750849830034,0.0,0.000599880023995201,0.0003999200159968007,0.000599880023995201,0.06648670265946811,0.028694261147770447,0.0001999600079984003,0.020695860827834433,0.01259748050389922,0.0006998600279944011,0.0,0.241751649670066,0.052189562087582485,0.0,0.1959608078384323,0.0001999600079984003,0.0,0.0,0.002099580083983204,0.0010997800439912018,0.10137972405518896,0.000599880023995201,0.004099180163967207,0.0035992801439712063,0.0,0.010797840431913616,0.0008998200359928016,0.014497100579884023,0.005398920215956809,0.005498900219956009,0.002099580083983204,0.0,0.0009998000399920016,0.0012997400519896025,0.0,0.0,0.04279144171165768
|
| 65 |
-
ufwoe0w1,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0063,63,0.018101810181018103,0.0012001200120012,0.0003000300030003,0.0062006200620062,0.0043004300430043,0.0,0.08990899089908991,0.0,0.0699069906990699,0.0023002300230023,0.0001000100010001,0.1683168316831683,0.0,0.0,0.001000100010001,0.029902990299029902,0.0001000100010001,0.0,0.22762276227622763,0.0196019601960196,0.0073007300730073,0.1797179717971797,0.0,0.0033003300330033,0.0072007200720072,0.0024002400240024,0.0006000600060006,0.1327132713271327,0.0,0.0,0.0023002300230023,0.0,0.006000600060006,0.001000100010001,0.0044004400440044,0.0007000700070006999,0.0006000600060006,0.0,0.002000200020002,0.0001000100010001,0.0001000100010001,0.0,0.0,0.0107010701070107
|
| 66 |
-
3wfhld93,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0064,64,0.0022002200220022005,0.07300730073007301,0.0,0.0166016601660166,0.0,0.0,0.108010801080108,0.0,0.0009000900090009002,0.0025002500250025004,0.00020002000200020003,0.062006200620062006,0.0106010601060106,0.0,0.008600860086008601,0.009300930093009302,0.00020002000200020003,0.0,0.33343334333433344,0.0,0.0,0.182018201820182,0.025702570257025704,0.0,0.0,0.034303430343034305,0.00030003000300030005,0.03310331033103311,0.0025002500250025004,0.0,0.0103010301030103,0.0029002900290029006,0.043604360436043606,0.006200620062006201,0.005800580058005801,0.006000600060006001,0.008200820082008202,0.0,0.0,0.0017001700170017004,0.0,0.0,0.0,0.0098009800980098
|
| 67 |
-
yn5yinwl,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0065,65,0.14020000000000002,0.0014,0.0,0.0088,0.0009000000000000001,0.0,0.0818,0.0,0.008700000000000001,0.0,0.0,0.0129,0.030500000000000003,0.0,0.0005,0.024200000000000003,0.0,0.0,0.040400000000000005,0.0,0.0,0.1116,0.0024,0.0246,0.0,0.0199,0.005,0.2763,0.0064,0.0091,0.0014,0.0022,0.0787,0.0173,0.0362,0.0057,0.006,0.0,0.0,0.0061,0.0,0.007,0.03,0.0038
|
| 68 |
-
bk3iynyg,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0066,66,0.0020997900209979007,0.0036996300369963007,0.00019998000199980003,0.006899310068993102,0.0004999500049995,0.0,0.033396660333966606,0.0,0.05829417058294171,0.0,0.0040995900409959,0.1493850614938506,0.0016998300169983004,0.0002999700029997001,0.052094790520947905,0.0117988201179882,0.0005999400059994002,0.008899110088991101,0.1364863513648635,0.023797620237976203,0.0004999500049995,0.1620837916208379,0.020997900209979003,0.017698230176982303,0.021697830216978305,0.04369563043695631,0.0015998400159984002,0.15968403159684033,0.00039996000399960006,0.002999700029997,0.004399560043995601,0.0011998800119988003,0.019798020197980205,0.000999900009999,0.017098290170982904,0.0033996600339966008,0.015198480151984802,0.0004999500049995,0.0027997200279972004,0.0002999700029997001,0.0008999100089991002,0.00019998000199980003,0.0004999500049995,0.007099290070992901
|
| 69 |
-
qobl2960,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0067,67,0.030493901219756047,0.11747650469906017,0.015796840631873622,0.02069586082783443,0.0,0.0,0.030293941211757644,0.0,0.0667866426714657,0.0,0.0005998800239952009,0.02349530093981203,0.017896420715856825,0.00029994001199760045,0.009998000399920014,0.02069586082783443,0.043291341731653665,0.002999400119976004,0.19756048790241948,0.015596880623875225,0.0,0.2158568286342731,0.02509498100379924,0.0,0.0,0.09108178364327132,0.01349730053989202,0.03839232153569286,9.998000399920014e-05,0.0,0.00019996000799840029,0.0,0.00019996000799840029,0.0,0.00029994001199760045,0.0,0.0004999000199960007,0.0,0.0,0.00029994001199760045,0.0,0.0,0.0,0.0004999000199960007
|
| 70 |
-
zuh8ciic,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0068,68,0.0021997800219978004,0.010898910108989102,0.00019998000199980003,0.0027997200279972004,0.005099490050994901,0.00039996000399960006,0.024597540245975404,0.0,0.07039296070392961,0.0,0.0080991900809919,0.0326967303269673,0.03499650034996501,0.0004999500049995,0.0026997300269973,0.15688431156884314,0.0005999400059994002,0.007799220077992201,0.3170682931706829,0.012698730126987304,0.007099290070992901,0.07669233076692332,0.015298470152984705,0.0,0.0,0.0010998900109989002,0.023497650234976505,0.05849415058494151,0.003999600039996,0.0093990600939906,0.00039996000399960006,0.0,0.009299070092990702,0.0052994700529947,0.016898310168983105,0.0005999400059994002,0.0183981601839816,0.0,9.999000099990002e-05,0.0013998600139986002,0.0015998400159984002,0.0,0.0024997500249975004,0.05729427057294271
|
| 71 |
-
i5yabjmg,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0069,69,0.002099580083983204,0.0,0.0,0.0004999000199960008,0.0,0.0,0.011197760447910418,0.0,0.020695860827834433,0.0,0.0,0.36252749450109983,0.0,0.0,0.11137772445510898,0.01209758048390322,0.0,0.016196760647870425,0.1962607478504299,0.032593481303739257,0.009798040391921616,0.07508498300339932,0.0,0.0,0.0,0.004499100179964008,0.0004999000199960008,0.1380723855228954,0.0001999600079984003,0.0001999600079984003,0.0,0.0,0.0015996800639872027,0.0006998600279944011,0.0010997800439912018,0.0003999200159968007,9.998000399920016e-05,0.0,0.0,0.0001999600079984003,0.0,0.0,0.0003999200159968007,0.0015996800639872027
|
| 72 |
-
87mha8ju,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0070,70,0.008898220355928814,0.020695860827834433,0.0,0.004099180163967207,0.0,0.0,0.030493901219756057,0.0,0.008798240351929614,0.0,0.0,0.07288542291541693,0.0,0.008498300339932015,0.0002999400119976005,0.0001999600079984003,0.008298340331933614,0.0,0.3447310537892422,0.0,0.0,0.015696860627874426,0.0,0.0,0.0,0.0004999000199960008,0.09098180363927216,0.12527494501099778,0.0,0.0,0.03009398120375925,9.998000399920016e-05,0.058688262347530495,0.0001999600079984003,0.02769446110777845,0.0,0.0,0.0,0.009698060387922416,9.998000399920016e-05,0.0,0.0002999400119976005,0.0002999400119976005,0.13247350529894025
|
| 73 |
-
73okk9vh,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0071,71,0.1958608278344331,0.07978404319136172,0.009798040391921614,0.008998200359928014,0.002799440111977604,0.0,0.04829034193161367,0.0,0.010397920415916816,0.0,0.00039992001599680057,0.037692461507698456,0.00019996000799840029,0.01369726054789042,9.998000399920014e-05,0.06018796240751849,0.00699860027994401,0.0,0.1349730053989202,0.0005998800239952009,0.0,0.17886422715456907,0.0,0.0004999000199960007,0.0,0.00029994001199760045,0.0018996200759848027,0.022395520895820833,0.004299140171965606,0.007798440311937611,0.02029594081183763,0.018796240751849623,0.05548890221955608,0.0028994201159768043,0.03749250149970005,0.023195360927814435,0.002199560087982403,0.00039992001599680057,0.0,0.0005998800239952009,0.0016996600679864025,0.0005998800239952009,0.009198160367926412,0.00029994001199760045
|
| 74 |
-
bmo85890,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0072,72,0.034903490349034894,0.0963096309630963,0.0,0.0133013301330133,0.0014001400140014,0.0,0.07100710071007099,0.0,0.03410341034103409,0.0025002500250024995,0.0047004700470047,0.052005200520052,0.10561056105610558,0.0043004300430043,0.041104110411041096,0.0685068506850685,0.0,0.0164016401640164,0.0525052505250525,0.0052005200520052,0.0186018601860186,0.1722172217221722,0.0014001400140014,0.0,0.0,0.007600760076007599,0.005700570057005699,0.07370737073707369,0.0007000700070006999,0.001000100010001,0.0048004800480048,0.0011001100110010998,0.0015001500150014998,0.0001000100010001,0.005900590059005899,0.0009000900090008999,0.0022002200220021997,0.0030003000300029997,0.0,0.0017001700170017,0.0,0.0006000600060006,0.0,0.0934093409340934
|
| 75 |
-
0wxdbtz3,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0073,73,0.0024999999999999996,0.00019999999999999996,0.046099999999999995,0.016199999999999996,0.0,0.0,0.0778,0.0,0.12919999999999998,0.0,0.0,0.019599999999999996,0.034899999999999994,0.0,0.0013999999999999998,0.08829999999999999,0.012999999999999998,0.0198,0.08129999999999998,0.006599999999999998,0.0,0.09639999999999996,0.011499999999999998,0.0015999999999999996,0.0,0.0017999999999999995,0.0003,0.05029999999999999,0.030099999999999995,0.0014999999999999996,0.031299999999999994,0.010299999999999998,0.051099999999999986,0.0202,0.031999999999999994,0.008899999999999998,0.030999999999999993,0.0,0.0,0.0029,0.0198,0.0010999999999999998,0.004299999999999999,0.056699999999999987
|
| 76 |
-
0d8eiwzy,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0074,74,0.0168983101689831,0.031696830316968294,0.0008999100089990999,0.0187981201879812,0.0,0.0,0.0724927507249275,0.0,0.0036996300369963,0.0,0.0,0.0946905309469053,0.0002999700029997,0.0018998100189981,0.0004999500049994999,0.17788221177882207,0.0487951204879512,0.0,0.36376362363763615,9.99900009999e-05,0.0004999500049994999,0.0462953704629537,9.99900009999e-05,0.0,0.0,0.0073992600739926,0.0053994600539946,0.1055894410558944,0.0,0.0,0.0,0.0,0.000999900009999,0.0,0.0001999800019998,0.0004999500049994999,0.0003999600039995999,0.0,0.0,0.0,0.0,0.0,0.0,0.0001999800019998
|
| 77 |
-
d1e6ledz,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0075,75,0.0004999500049994999,0.0007999200079991999,0.0,0.0913908609139086,0.0,0.0,0.0181981801819818,0.0,0.011998800119988,0.0107989201079892,0.007699230076992299,0.0645935406459354,0.0024997500249975,0.0297970202979702,0.0001999800019998,0.0540945905409459,0.0001999800019998,0.0104989501049895,0.1091890810918908,0.0096990300969903,0.0,0.1736826317368263,0.04549545045495449,0.0002999700029997,0.0,0.0036996300369963,0.0241975802419758,0.1490850914908509,0.0228977102289771,0.0010998900109989,0.006399360063993599,0.0,0.0487951204879512,0.0027997200279971995,0.035796420357964195,0.0012998700129987,0.0270972902709729,0.0001999800019998,0.0,0.0013998600139985998,0.0044995500449955,0.0051994800519948,0.021797820217978197,0.0020997900209979003
|
| 78 |
-
o1dfpzba,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0076,76,0.008799120087991202,0.0002999700029997001,0.0002999700029997001,0.028497150284971504,0.019698030196980305,0.0,0.09789021097890212,0.0,0.024497550244975505,0.0014998500149985,0.010698930106989302,0.022497750224977502,0.10258974102589742,0.0008999100089991002,0.11758824117588244,0.14258574142585742,0.06159384061593841,0.02819718028197181,0.10008999100089992,0.0022997700229977,0.0,0.07379262073792621,0.006299370062993701,0.008899110088991101,0.0,0.007699230076992301,0.0060993900609939014,0.05399460053994601,0.00019998000199980003,0.00039996000399960006,0.0032996700329967,0.0018998100189981,0.022297770222977704,0.0065993400659934,0.012698730126987304,0.0004999500049995,0.014998500149985003,0.0006999300069993001,0.0,0.0022997700229977,0.0006999300069993001,0.00019998000199980003,0.0,0.0058994100589941
|
| 79 |
-
xy43d6b3,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0077,77,0.00039996000399960006,0.003999600039996,0.1053894610538946,0.00019998000199980003,0.0007999200079992001,0.0,0.11788821117888212,0.0,0.0188981101889811,0.0,0.0,0.05749425057494251,0.0187981201879812,0.0,0.05809419058094191,0.04489551044895511,0.0017998200179982003,0.0,0.0628937106289371,9.999000099990002e-05,0.0,0.09909009099090092,0.0145985401459854,0.00019998000199980003,0.0,0.03429657034296571,0.0943905609439056,0.0754924507549245,0.013798620137986203,0.0006999300069993001,0.012398760123987603,0.0,0.0362963703629637,0.011298870112988704,0.057894210578942104,0.0024997500249975004,0.03429657034296571,0.00039996000399960006,0.014898510148985102,0.0006999300069993001,0.0020997900209979007,0.0,0.00039996000399960006,0.0025997400259974005
|
| 80 |
-
mmsmjeuh,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0078,78,0.00019996000799840029,0.001299740051989602,0.0,0.06308738252349529,0.0699860027994401,0.0,0.12317536492701456,0.0,0.002699460107978404,0.007798440311937611,0.00019996000799840029,0.05448910217956408,0.0017996400719856027,0.0,0.06258748250349928,0.034193161367726446,0.003299340131973605,0.0023995200959808036,0.2824435112977404,9.998000399920014e-05,0.011197760447910416,0.06818636272745449,0.000699860027994401,0.0007998400319936011,0.0011997600479904018,0.02659468106378724,0.00029994001199760045,0.10807838432313537,0.0,0.000699860027994401,0.004599080183963206,9.998000399920014e-05,0.008698260347930413,0.011097780443911217,0.012597480503899215,0.00659868026394721,0.009298140371925612,0.0008998200359928014,0.0,0.002699460107978404,0.0,0.000699860027994401,0.0,0.015196960607878422
|
| 81 |
-
aqulzblq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0079,79,0.0105989401059894,0.0006999300069993001,0.0015998400159984002,0.0021997800219978004,0.0,0.0,0.034396560343965606,0.0,0.02439756024397561,0.0,0.07949205079492051,0.020397960203979604,0.017298270172982702,0.0,0.00019998000199980003,0.0418958104189581,0.013098690130986902,0.0,0.07229277072292771,0.0016998300169983004,0.001999800019998,0.0977902209779022,0.031196880311968805,0.0,0.0004999500049995,0.013298670132986702,9.999000099990002e-05,0.20807919208079192,0.005999400059994,0.03379662033796621,0.05779422057794221,0.006299370062993701,0.06919308069193081,0.0014998500149985,0.04499550044995501,0.023097690230976905,0.03949605039496051,0.010198980101989802,0.00019998000199980003,0.0007999200079992001,0.012298770122987702,0.0161983801619838,9.999000099990002e-05,0.004799520047995201
|
| 82 |
-
patkdsic,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0080,80,0.014802960592118426,0.00630126025205041,0.0,0.0048009601920384086,0.014302860572114424,0.0,0.05061012202440488,0.0,0.0022004400880176037,0.01140228045609122,0.04660932186437288,0.08811762352470495,0.0,0.00010002000400080016,0.0037007401480296065,0.0,0.005301060212042409,0.0,0.1672334466893379,0.0019003800760152032,0.3635727145429086,0.13872774554910983,0.001200240048009602,0.0,0.0,0.00020004000800160035,0.0009001800360072016,0.03840768153630727,0.00020004000800160035,0.001800360072014403,0.0,0.0,0.0027005401080216047,0.0015003000600120023,0.019503900780156035,0.0015003000600120023,0.008201640328065614,0.00020004000800160035,0.0,0.0006001200240048011,0.00010002000400080016,0.00020004000800160035,0.00010002000400080016,0.003000600120024005
|
| 83 |
-
026t0rtl,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0081,81,0.0069020706211863556,0.002100630189056717,0.0,0.0011003300990297088,0.14234270281084324,0.0,0.004201260378113434,0.0,0.0002000600180054016,0.0,0.0,0.019505851755526656,0.0029008702610783233,0.0,0.011703511053315994,0.00880264079223767,0.06631989596879062,0.0,0.17655296588976693,0.015304591377413223,0.0007002100630189056,0.06281884565369611,0.0,0.0037011103330999297,0.0,0.20666199859957984,0.02080624187256177,0.048814644393317994,0.001000300090027008,0.000500150045013504,0.00990297089126738,0.0,0.11463439031709512,0.005401620486145843,0.0251075322596779,0.0037011103330999297,0.02280684205261578,0.0,0.0016004801440432127,0.006802040612183655,0.0006001800540162049,0.0028008402520756223,0.0004001200360108032,0.003300990297089126
|
| 84 |
-
kmoe1n39,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0082,82,0.00620186055816745,0.0,0.0,0.0001000300090027008,0.0002000600180054016,0.0,0.11713514054216265,0.0,0.0002000600180054016,0.004201260378113434,0.0,0.05101530459137741,0.11733520056016804,0.01760528158447534,0.0027008102430729217,0.05591677503250975,0.0012003601080324098,0.0002000600180054016,0.07942382714814443,0.07982394718415524,0.0002000600180054016,0.25777733319995993,0.0002000600180054016,0.0870261078323497,0.0,0.0019005701710513151,0.0024007202160648195,0.023206962088626583,0.0013003901170351106,0.0001000300090027008,0.013404021206361909,0.00030009002700810244,0.024107232169650893,0.0014004201260378111,0.016404921476442933,0.0002000600180054016,0.004701410423126938,0.0,0.0002000600180054016,0.0009002700810243073,0.0,0.0,0.011903571071321397,0.019105731719515857
|
| 85 |
-
1l3xyno3,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0083,83,0.0137,0.0485,0.0,0.0002,0.0013000000000000002,0.0,0.0273,0.0,0.0306,0.0,0.0002,0.0838,0.0682,0.0545,0.0101,0.0221,0.0204,0.0125,0.15180000000000002,0.0031000000000000003,0.0,0.15760000000000002,0.061500000000000006,0.0002,0.0,0.014,0.0487,0.08270000000000001,0.0029,0.0007,0.0063,0.0,0.0116,0.0028,0.0099,0.0102,0.005,0.0001,0.0,0.005200000000000001,0.0,0.0004,0.0,0.031900000000000005
|
| 86 |
-
y0biqctk,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0084,84,0.004598620413875837,0.0001999400179946016,0.0,0.0026991902429271213,0.0,0.0,0.07007897630710787,0.0,0.06608017594721582,0.0,0.0028991302609217232,0.06148155553333999,0.010596820953713884,0.011396581025692291,0.006598020593821852,0.1008697390782765,0.006398080575827251,0.0,0.10446865940217934,0.006997900629811055,0.0001999400179946016,0.19434169749075275,9.99700089973008e-05,0.0012996101169649105,9.99700089973008e-05,0.008597420773767867,0.003299010296910926,0.11496551034689592,0.00869739078276517,0.011996401079676096,0.0001999400179946016,0.0030990702789163247,0.05308407477756672,0.0125962211336599,0.05708287513745876,0.03588923323003099,0.0251924422673198,0.0,0.0,0.013495951214635609,0.0002999100269919024,0.0,0.0,9.99700089973008e-05
|
| 87 |
-
vtbulw7n,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0085,85,0.0001999400179946016,0.055383384984504645,0.0,0.03368989303209037,0.02659202239328201,0.0,0.10416874937518744,0.0,0.003598920323902829,0.0,0.0006997900629811055,0.024592622213335996,0.0004998500449865039,0.019094271718484452,0.01869439168249525,0.063480955713286,0.003299010296910926,0.0,0.10696790962711186,0.009397180845746277,0.017194841547535734,0.16015195441367588,0.002999100269919024,0.007697690692792161,0.0,0.0010996700989703088,0.010496850944716585,0.2869139258222533,0.0,0.004898530440867739,0.0008997300809757072,0.0,0.010896730980705786,0.0019994001799460157,0.00509847045886234,0.0003998800359892032,0.005498350494851544,0.0026991902429271213,0.0,0.0001999400179946016,0.0001999400179946016,0.0,0.0005998200539838048,0.009697090872738175
|
| 88 |
-
zrabvoxq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0086,86,0.0012003601080324098,0.0008002400720216065,0.0,0.017905371611483444,0.010103030909272784,0.0,0.04281284385315595,0.0,0.023907172151645496,0.0001000300090027008,0.0,0.22776833049914977,0.0008002400720216065,0.0,0.029208762628788635,0.03891167350205062,0.0,0.0,0.13113934180254075,0.010203060918275483,0.002700810243072922,0.17905371611483448,0.010503150945283583,0.0001000300090027008,0.0,0.05981794538361509,0.005901770531159347,0.1455436630989297,0.0,0.0001000300090027008,0.003200960288086426,0.0,0.002700810243072922,0.0002000600180054016,0.0006001800540162049,0.0008002400720216065,0.0009002700810243074,0.0,0.0,0.0,0.0002000600180054016,0.0,0.0,0.052815844753426024
|
| 89 |
-
lrflh68v,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0087,87,0.026697330266973303,0.0,0.0,0.011298870112988704,0.027997200279972004,0.0,0.008599140085991401,0.0,0.005799420057994201,0.0052994700529947,0.0,0.08089191080891911,0.0022997700229977,0.0013998600139986002,0.0007999200079992001,0.19158084191580843,0.0007999200079992001,0.0004999500049995,0.23957604239576044,0.07739226077392262,0.0067993200679932015,0.10948905109489052,0.009699030096990302,0.0067993200679932015,0.0,0.00019998000199980003,0.00019998000199980003,0.04909509049095091,0.0006999300069993001,0.0014998500149985,0.004999500049995001,0.0017998200179982003,0.06979302069793021,0.0021997800219978004,0.024497550244975505,0.006199380061993802,0.0107989201079892,0.0,0.0,0.0041995800419958014,0.0,0.008899110088991101,0.0002999700029997001,0.0008999100089991002
|
| 90 |
-
8x1e0bv5,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0088,88,0.00020004000800160032,0.004300860172034407,0.001100220044008802,0.0021004200840168035,0.011002200440088018,0.0,0.052310462092418485,0.0,0.01310262052410482,0.0,0.00040008001600320064,0.1142228445689138,0.02350470094018804,0.0017003400680136028,0.04360872174434887,0.005301060212042409,0.00020004000800160032,0.00010002000400080016,0.14882976595319064,0.0044008801760352075,0.0,0.26105221044208843,0.006701340268053611,0.0005001000200040008,0.022604520904180837,0.002000400080016003,0.010202040408081616,0.14052810562112422,0.0007001400280056011,0.008301660332066413,0.026705341068213644,0.0,0.022004400880176037,0.001100220044008802,0.007201440288057612,0.021804360872174435,0.01820364072814563,0.0,0.00020004000800160032,0.010902180436087218,0.0,0.01240248049609922,0.0,0.0005001000200040008
|
| 91 |
-
ekth1kev,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0089,89,0.0007001400280056011,0.001200240048009602,0.0,0.0,0.0,0.0,0.00020004000800160032,0.0,0.004200840168033607,0.0,0.07461492298459692,0.008401680336067214,0.001800360072014403,0.00020004000800160032,0.0,0.1422284456891378,0.01840368073614723,0.10132026405281055,0.16733346669333868,0.00010002000400080016,0.0,0.09581916383276656,0.07201440288057612,0.0,0.0,0.022604520904180837,0.060812162432486494,0.1783356671334267,0.0,0.001100220044008802,0.0,0.0,0.013602720544108824,0.00010002000400080016,0.010802160432086415,0.006701340268053611,0.005701140228045609,0.0005001000200040008,0.0,0.003200640128025605,0.0007001400280056011,0.0,0.00640128025605121,0.0009001800360072016
|
| 92 |
-
03be2knw,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0090,90,0.0105989401059894,0.0090990900909909,0.0002999700029997,0.0102989701029897,0.0,0.0,0.0203979602039796,0.0,0.045395460453954595,0.0,0.055294470552944695,0.0462953704629537,0.0253974602539746,0.0050994900509949,0.0146985301469853,0.0434956504349565,0.0002999700029997,0.0,0.0981901809819018,0.0480951904809519,0.0,0.1038896110388961,0.0236976302369763,0.0,0.0007999200079991999,0.0078992100789921,0.0003999600039995999,0.1565843415658434,0.021697830216978298,0.0294970502949705,0.0104989501049895,0.0002999700029997,0.051994800519948,0.0114988501149885,0.0915908409159084,0.0034996500349964996,0.0146985301469853,0.0024997500249975,0.0007999200079991999,0.0203979602039796,0.0106989301069893,0.0002999700029997,0.0013998600139985998,0.0023997600239976
|
| 93 |
-
qm9iclkn,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0091,91,0.0089,0.0024,0.0,0.007200000000000001,0.0099,0.0,0.16160000000000002,0.0,0.035500000000000004,0.0,0.005,0.0731,0.0034,0.0,0.0572,0.0694,0.0939,0.0,0.104,0.0027,0.0,0.2375,0.0,0.0105,0.0,0.0203,0.0145,0.0684,0.0,0.0008,0.002,0.0,0.0019,0.0022,0.0014,0.0013000000000000002,0.0021000000000000003,0.00030000000000000003,0.00030000000000000003,0.0006000000000000001,0.0,0.0,0.00030000000000000003,0.0014
|
| 94 |
-
foepz67m,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0092,92,0.0031000000000000003,0.0067,0.0,0.0092,0.0018000000000000002,0.0,0.1225,0.0,0.0082,0.0101,0.0235,0.08940000000000001,0.0,0.0122,0.005200000000000001,0.0621,0.0148,0.0,0.30910000000000004,0.033100000000000004,0.0002,0.1138,0.033800000000000004,0.0,0.0,0.0523,0.0027,0.0723,0.0,0.0007,0.0004,0.0,0.0029,0.0025,0.0036000000000000003,0.0008,0.001,0.0,0.00030000000000000003,0.0005,0.0002,0.0,0.0,0.001
|
| 95 |
-
2zqdcbwq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0093,93,0.0021997800219978,0.0267973202679732,0.0,9.99900009999e-05,0.022397760223977596,0.0,0.0200979902009799,0.0,0.0014998500149985,0.0,0.002999700029997,0.0348965103489651,0.0,0.0003999600039995999,0.0017998200179982,0.1851814818518148,0.0013998600139985998,0.0,0.104989501049895,0.0073992600739926,0.0008999100089990999,0.1804819518048195,0.022697730226977297,0.0004999500049994999,0.0,0.0010998900109989,0.035996400359964,0.0687931206879312,0.0001999800019998,0.0594940505949405,0.0162983701629837,0.0135986401359864,0.034996500349965,0.0134986501349865,0.049195080491950795,0.0158984101589841,0.059094090590940895,0.0,0.0003999600039995999,9.99900009999e-05,0.0023997600239976,0.0,0.0077992200779922,0.0043995600439956
|
| 96 |
-
upag6two,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0094,94,0.0004,0.0,0.0038,0.0128,0.1522,0.0,0.0335,0.0,0.0035,0.0425,0.0238,0.1092,0.0002,0.0,0.0006000000000000001,0.2649,0.0019,0.0017,0.1103,0.0,0.0,0.032100000000000004,0.0401,0.0006000000000000001,0.0009000000000000001,0.0477,0.0001,0.0674,0.0,0.002,0.0011,0.0001,0.0101,0.0039,0.0135,0.002,0.0074,0.0006000000000000001,0.002,0.0002,0.0009000000000000001,0.0,0.0,0.006
|
| 97 |
-
z9no7p91,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0095,95,0.0008999100089990999,0.0023997600239976,0.0,0.0145985401459854,0.0808919108089191,0.0,0.11088891110888908,0.0,0.0115988401159884,0.0001999800019998,0.0034996500349964996,0.021697830216978298,0.0028997100289971,0.004999500049995,0.006999300069992999,0.0220977902209779,0.005999400059994,0.0,0.0865913408659134,0.1364863513648635,0.0,0.0864913508649135,0.0340965903409659,0.0004999500049994999,0.0077992200779922,9.99900009999e-05,0.0004999500049994999,0.2960703929607039,0.0013998600139985998,0.0012998700129987,0.0027997200279971995,0.0,0.015498450154984498,0.0044995500449955,0.0175982401759824,0.0,0.0019998000199979997,0.0,0.0007999200079991999,0.0001999800019998,0.0,0.0,0.000999900009999,0.0145985401459854
|
| 98 |
-
rpeilpjl,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0096,96,0.0028002800280028,0.0,0.0,0.0034003400340034007,0.005700570057005701,0.0,0.1618161816181618,0.0,0.0015001500150015005,0.0,0.032103210321032104,0.052305230523052304,0.0,0.0162016201620162,0.002000200020002,0.017601760176017604,0.0015001500150015005,0.0,0.12331233123312332,0.0052005200520052015,0.0,0.2571257125712571,0.0216021602160216,0.0006000600060006001,0.0,0.0194019401940194,0.0213021302130213,0.1865186518651865,0.00040004000400040005,0.0068006800680068015,0.0011001100110011005,0.0013001300130013004,0.0169016901690169,0.0015001500150015005,0.010401040104010405,0.005000500050005001,0.015101510151015102,0.0,0.0,0.0024002400240024004,0.006000600060006001,0.0,0.0,0.0011001100110011005
|
| 99 |
-
8vjhgbpn,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0097,97,0.005300000000000001,0.0006000000000000002,0.006900000000000002,0.029200000000000004,0.0,0.0,0.009100000000000002,0.0,0.04000000000000001,0.0004000000000000001,0.023300000000000005,0.03960000000000001,0.0098,0.0,0.019500000000000003,0.06620000000000002,0.005900000000000001,0.0026000000000000007,0.19170000000000004,0.0023000000000000004,0.0023000000000000004,0.17820000000000005,0.00010000000000000002,0.0,0.0,0.0095,0.00010000000000000002,0.15160000000000004,0.0009000000000000002,0.03130000000000001,0.02140000000000001,0.0,0.03110000000000001,0.010900000000000002,0.06480000000000001,0.0017000000000000003,0.03810000000000001,0.0,0.0,0.0012000000000000003,0.0005000000000000001,0.0,0.0008000000000000001,0.0031000000000000008
|
| 100 |
-
a1heg6ub,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0098,98,0.12828717128287168,0.006399360063993599,0.0,0.005899410058994099,0.0,0.0200979902009799,0.0697930206979302,0.0,0.0198980101989801,0.0,0.0002999700029997,0.04989501049895009,0.0011998800119988,0.0002999700029997,0.0233976602339766,0.07649235076492349,0.0,0.0205979402059794,0.19708029197080287,0.0027997200279971995,9.99900009999e-05,0.0763923607639236,0.0002999700029997,0.022697730226977297,0.0,0.0191980801919808,0.0023997600239976,0.1971802819718028,0.0,0.0012998700129987,0.0036996300369963,0.0008999100089990999,0.0156984301569843,0.0027997200279971995,0.0077992200779922,0.0023997600239976,0.0077992200779922,0.0002999700029997,0.0,0.0036996300369963,0.0006999300069992999,0.0010998900109989,0.0005999400059994,0.0104989501049895
|
| 101 |
-
e5i0a4zk,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0099,99,0.00019998000199980003,0.0027997200279972004,0.005799420057994201,0.05509449055094491,0.0,0.0,0.064993500649935,0.0,0.10208979102089792,0.0020997900209979007,0.0,0.07899210078992101,0.0015998400159984002,0.0,0.0750924907509249,0.09889011098890112,0.06459354064593541,0.0026997300269973,0.06929307069293071,0.003999600039996,0.0004999500049995,0.10188981101889812,0.003099690030996901,0.0104989501049895,0.0,0.12128787121287872,0.00019998000199980003,0.025997400259974004,0.0038996100389961006,0.0026997300269973,0.021497850214978503,0.0008999100089991002,0.020297970202979704,0.0011998800119988003,0.013398660133986605,0.008799120087991202,0.010898910108989102,0.0,0.0,0.0023997600239976007,0.0,0.0,0.0011998800119988003,0.021097890210978906
|
| 102 |
-
p00h3y2s,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0100,100,0.002999700029997,0.0,0.0,0.04129587041295871,0.053694630536946314,0.0,0.04489551044895511,0.0,0.042495750424957505,0.003999600039996,0.0,0.040195980401959805,0.0291970802919708,0.0027997200279972004,0.03429657034296571,0.08779122087791222,0.042495750424957505,0.0041995800419958014,0.2043795620437956,0.013998600139986002,0.0,0.12148785121487853,0.0005999400059994002,0.0,0.0,0.010998900109989005,0.0007999200079992001,0.0812918708129187,0.001999800019998,0.0008999100089991002,0.0004999500049995,0.0,0.0033996600339966008,0.0002999700029997001,0.002999700029997,0.0,0.0021997800219978004,0.0,0.0011998800119988003,0.0,0.0016998300169983004,0.00019998000199980003,0.0028997100289971005,0.11778822117788222
|
| 103 |
-
lvc0tdkq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0101,101,0.0036996300369963007,0.0012998700129987005,0.0,0.0,0.006199380061993802,0.00039996000399960006,0.06829317068293171,0.0,0.0038996100389961006,0.0,0.0,0.042495750424957505,0.014798520147985205,0.00019998000199980003,0.0010998900109989002,0.0090990900909909,0.023297670232976703,0.03399660033996601,0.22827717228277172,0.05119488051194881,0.008499150084991502,0.06229377062293771,0.0,0.0,0.0,0.0182981701829817,0.04279572042795721,0.2806719328067193,0.0018998100189981,0.0025997400259974005,0.0012998700129987005,0.0,0.019698030196980305,0.0052994700529947,0.012198780121987805,0.0004999500049995,0.005099490050994901,0.0,0.00019998000199980003,0.0,0.0005999400059994002,0.0,0.0,0.04979502049795021
|
| 104 |
-
xx6ddwk9,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0102,102,0.05740000000000001,0.00020000000000000004,0.0,0.0006000000000000002,0.0,0.0,0.021700000000000004,0.0,0.09520000000000002,0.00010000000000000002,0.021600000000000005,0.018400000000000003,0.0,0.011200000000000002,0.08500000000000002,0.06980000000000001,0.008900000000000002,0.041400000000000006,0.13310000000000002,0.007400000000000001,0.00020000000000000004,0.15770000000000003,0.004700000000000001,0.0,0.0,0.007000000000000001,0.009900000000000004,0.06570000000000002,0.0026000000000000007,0.015400000000000002,0.05120000000000001,0.0,0.03280000000000001,0.014300000000000002,0.008600000000000002,0.014500000000000002,0.009900000000000004,0.0,0.00020000000000000004,0.008000000000000002,0.0,0.008200000000000002,0.002200000000000001,0.014900000000000002
|
| 105 |
-
uyttmqgw,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0103,103,0.000999900009999,0.004499550044995501,0.00019998000199980003,0.029897010298970107,0.0,0.011898810118988102,0.0005999400059994002,0.0,0.014998500149985003,0.0016998300169983004,0.005099490050994901,0.023297670232976703,0.0,0.008699130086991302,0.15408459154084594,0.027997200279972004,0.046495350464953504,0.0008999100089991002,0.05729427057294271,0.0008999100089991002,0.0,0.06889311068893111,0.0035996400359964006,0.0131986801319868,0.0,0.0045995400459954,0.030396960303969604,0.07349265073492652,0.0080991900809919,0.0026997300269973,0.14288571142885712,0.00039996000399960006,0.08009199080091992,0.023497650234976505,0.07979202079792022,0.0080991900809919,0.0235976402359764,0.013598640135986405,0.015098490150984904,0.0013998600139986002,0.006199380061993802,0.0,9.999000099990002e-05,0.010698930106989302
|
| 106 |
-
jrw4yw5w,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0104,104,0.0012996101169649107,0.00019994001799460164,0.0,0.0017994601619514149,9.997000899730082e-05,0.0,0.049185244426672,0.0,0.037688693391982414,0.003898830350894732,0.007697690692792163,0.07137858642407278,0.055583325002499254,0.001099670098970309,0.054383684894531645,0.12286314105768271,0.014095771268619417,0.00019994001799460164,0.1232630210936719,0.049085274417674706,0.0,0.16824952514245728,0.009097270818754374,0.007797660701789464,0.0,0.0480855743277017,0.01999400179946016,0.11446566030190944,0.00029991002699190244,0.0031990402879136263,0.0031990402879136263,0.0,0.016694991502549234,0.000999700089973008,0.006298110566829951,0.0013995801259622117,0.003898830350894732,0.0,0.0003998800359892033,0.00029991002699190244,0.0,0.0,0.0,0.0017994601619514149
|
| 107 |
-
llyedghz,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0105,105,0.0009000900090009002,0.0015001500150015005,0.0,0.0027002700270027003,0.012801280128012802,0.0,0.025002500250025005,0.0,0.027802780278027805,0.0,0.00040004000400040005,0.031203120312031204,0.05510551055105511,0.0965096509650965,0.092009200920092,0.11911191119111912,0.1701170117011701,0.037903790379037905,0.024902490249024904,0.0,0.00020002000200020003,0.06040604060406041,0.025602560256025603,0.0122012201220122,0.0,0.0028002800280028,0.06800680068006801,0.0346034603460346,0.0015001500150015005,0.00030003000300030005,0.0011001100110011005,0.0005000500050005,0.015701570157015704,0.001000100010001,0.008700870087008702,0.0007000700070007,0.0195019501950195,0.0,0.0,0.00030003000300030005,0.0023002300230023,0.0113011301130113,0.0,0.03530353035303531
|
| 108 |
-
hh2aqi6d,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0106,106,0.005498900219956009,0.0,0.0,0.019896020795840835,0.001999600079984003,0.0,0.002299540091981604,0.0,0.01319736052789442,0.0,0.0,0.11207758448310338,0.0,0.0001999600079984003,0.06668666266746652,0.19976004799040192,0.0028994201159768048,0.0,0.34123175364927016,0.01819636072785443,0.0003999200159968007,0.009798040391921616,0.010897820435912815,0.0,0.0,0.0010997800439912018,0.0004999000199960008,0.014597080583883223,0.0004999000199960008,0.0001999600079984003,0.0037992401519696063,0.0,0.03539292141571686,0.02249550089982004,0.07298540291941613,0.008198360327934414,0.01199760047990402,0.0,0.0008998200359928016,0.014897020595880824,0.0,0.0,0.006098780243951211,0.0012997400519896025
|
| 109 |
-
1d7f5xda,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0107,107,0.23707629237076297,0.0,0.0,0.013298670132986702,0.0040995900409959,0.0,0.010698930106989302,0.0,0.0,0.0,0.0,0.0,0.0117988201179882,0.0,0.0,0.0081991800819918,0.0,0.0,0.4307569243075693,0.09379062093790622,0.0,0.027897210278972105,0.008599140085991401,0.0,0.0,0.015898410158984102,0.006199380061993802,0.0710928907109289,0.0,0.0033996600339966008,0.010898910108989102,0.0,0.0045995400459954,0.0,0.007799220077992201,0.0,0.0015998400159984002,0.0,0.0,0.0002999700029997001,0.0,0.0,0.0,0.031996800319968
|
| 110 |
-
tfocvj69,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0108,108,0.0007,0.0005,0.0,0.0002,0.0,0.0,0.0006000000000000001,0.0,0.0019,0.0,0.0,0.0392,0.025,0.0,0.0,0.015700000000000002,0.0476,0.0055000000000000005,0.1262,0.002,0.0,0.1449,0.0005,0.0,0.0,0.3104,0.0022,0.0863,0.0,0.033600000000000005,0.0023,0.0,0.0306,0.0048,0.0368,0.0009000000000000001,0.0019,0.0,0.0002,0.0105,0.0002,0.0,0.0,0.0688
|
| 111 |
-
090l20xf,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0109,109,0.0031003100310031005,0.0053005300530053,0.0006000600060006001,0.04830483048304831,0.0,0.0,0.057705770577057704,0.0,0.09720972097209722,0.0001000100010001,0.0007000700070007,0.028502850285028504,0.009100910091009102,0.015801580158015804,0.012701270127012705,0.0334033403340334,0.004800480048004801,0.030703070307030705,0.30043004300430043,0.0005000500050005,0.0,0.1396139613961396,0.06170617061706171,0.0013001300130013004,0.0,0.0324032403240324,0.00020002000200020003,0.036103610361036105,0.0013001300130013004,0.0026002600260026008,0.0034003400340034007,0.0,0.0241024102410241,0.0024002400240024004,0.020702070207020706,0.0097009700970097,0.007100710071007101,0.0,0.0005000500050005,0.0,0.0,0.0,0.0032003200320032004,0.0047004700470047005
|
| 112 |
-
hhx7wy8k,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0110,110,0.0005999400059994002,0.040195980401959805,0.0002999700029997001,0.0,0.0,0.0,0.07589241075892411,0.0,0.019798020197980205,0.0,0.0,0.08019198080191982,0.0370962903709629,0.0018998100189981,0.0182981701829817,0.029497050294970507,0.0,0.0,0.426057394260574,0.00039996000399960006,0.0,0.08639136086391361,0.03879612038796121,0.005199480051994801,0.0,0.0021997800219978004,0.0016998300169983004,0.10898910108989102,0.0007999200079992001,0.000999900009999,0.0017998200179982003,0.0,0.009699030096990302,0.0015998400159984002,0.0036996300369963007,0.001999800019998,0.0012998700129987005,9.999000099990002e-05,0.0,9.999000099990002e-05,0.0024997500249975004,0.0007999200079992001,0.0,0.0010998900109989002
|
| 113 |
-
kze1ffb3,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0111,111,0.008303321328531413,0.013805522208883555,0.0,0.003601440576230492,0.0005002000800320128,0.0,0.08783513405362145,0.0,0.004701880752300921,0.002300920368147259,0.0003001200480192077,0.06192476990796319,0.00010004001600640255,0.01250500200080032,0.018007202881152463,0.08053221288515407,0.10684273709483794,0.019207683073229297,0.04441776710684274,0.004201680672268908,0.0,0.21688675470188076,0.017907162865146056,0.0,0.0,0.08933573429371748,0.0008003201280512205,0.01720688275310124,0.0017006802721088437,0.002601040416166467,0.06902761104441776,0.005202080832332934,0.04911964785914366,0.0015006002400960385,0.02781112444977991,0.008903561424569828,0.015406162464985992,0.0,0.0010004001600640256,0.001800720288115246,0.0,0.0004001600640256102,0.0,0.00430172068827531
|
| 114 |
-
0o0zrvbk,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0112,112,0.0026999999999999997,0.0003,0.0,0.0013,0.0,0.0,0.10549999999999998,0.0,9.999999999999998e-05,0.0,0.04489999999999999,0.09389999999999998,0.0,0.0,9.999999999999998e-05,0.25279999999999997,0.0,0.0,0.16429999999999997,0.0024,0.0006,0.2668,0.0,0.0,0.0,0.0017999999999999995,0.006499999999999999,0.03019999999999999,0.0,0.0,0.0,0.0,9.999999999999998e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.025699999999999994
|
| 115 |
-
umdgvbnm,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0113,113,0.010698930106989302,0.12758724127587243,0.0,0.015098490150984904,9.999000099990002e-05,0.0,0.08649135086491351,0.0,0.007499250074992502,0.0,0.006199380061993802,0.0832916708329167,0.0205979402059794,0.0012998700129987005,0.05019498050194981,0.03849615038496151,0.0004999500049995,0.0018998100189981,0.04999500049995001,0.0,0.00019998000199980003,0.10448955104489552,0.05519448055194481,0.013298670132986702,0.0,0.015598440155984402,0.07919208079192082,0.09379062093790622,0.009999000099990002,0.020797920207979204,0.009599040095990405,0.0,0.023197680231976804,0.006399360063993601,0.022297770222977704,0.0006999300069993001,0.023297670232976703,0.0021997800219978004,0.0065993400659934,0.0014998500149985,0.000999900009999,0.0,0.0058994100589941,0.004799520047995201
|
| 116 |
-
1tcsqmvq,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0114,114,0.0015,0.0359,0.0009000000000000001,0.08310000000000001,0.0,0.0,0.102,0.0,0.0412,0.0,0.013,0.0549,0.0021000000000000003,0.0,0.0734,0.0475,0.004200000000000001,0.0015,0.0854,0.0004,0.0,0.1399,0.0127,0.0131,0.0,0.0021000000000000003,0.06960000000000001,0.0915,0.0049,0.0011,0.0085,0.0,0.0328,0.003,0.0232,0.0032,0.0116,0.0,0.0,0.0024,0.0017,0.0,0.0073,0.0244
|
| 117 |
-
q88mhr5t,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0115,115,0.0005000500050005,0.0019001900190019005,0.0,0.002000200020002,0.0,0.0,0.10771077107710772,0.0,0.045504550455045506,0.0,0.0,0.036403640364036406,0.012001200120012002,0.0329032903290329,0.011901190119011902,0.05440544054405441,0.039703970397039705,0.0,0.07940794079407941,0.0,0.0,0.15161516151615162,0.12471247124712471,0.003900390039003901,0.0,0.023602360236023603,0.0005000500050005,0.09490949094909493,0.008400840084008402,0.0025002500250025004,0.0019001900190019005,0.00030003000300030005,0.0081008100810081,0.0046004600460046,0.0135013501350135,0.010401040104010405,0.007500750075007501,0.0,0.0,0.004400440044004401,0.0021002100210021006,0.0,0.0,0.11271127112711272
|
| 118 |
-
9xehmqh3,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0116,116,0.0013999999999999998,0.043399999999999994,0.0,0.00019999999999999996,0.0,0.0,0.0013999999999999998,0.0,0.0,0.0,0.0,0.02739999999999999,0.0006999999999999999,0.0,0.0016999999999999997,0.10689999999999998,0.007799999999999999,0.0,0.16749999999999998,0.0006,0.0,0.1299,0.0,0.0,0.0,0.21889999999999996,0.014399999999999998,0.1863,0.0033999999999999994,0.0003999999999999999,0.0006999999999999999,0.0,0.034999999999999996,0.0035999999999999995,0.006899999999999999,0.010599999999999998,0.0052,0.0022999999999999995,0.0,0.0,0.0027999999999999995,0.0,0.0,0.020599999999999997
|
| 119 |
-
nfcclfg9,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0117,117,0.10047990401919615,0.0,0.0,0.022295540891821633,9.998000399920014e-05,0.0,0.037692461507698456,0.0,0.06478704259148169,0.0004999000199960007,0.003199360127974405,0.11327734453109375,0.0,0.0,0.02619476104779044,0.02639472105578884,0.10107978404319136,0.00039992001599680057,0.09268146370725854,0.03449310137972405,0.0,0.10487902419516096,0.02049590081983603,0.0,0.0,0.018896220755848823,0.00029994001199760045,0.05368926214757048,0.004299140171965606,0.011797640471905615,0.004799040191961607,0.0,0.05238952209558088,0.000699860027994401,0.036992601479704054,0.002699460107978404,0.009198160367926412,0.0,0.0005998800239952009,0.006698660267946409,0.009598080383923216,0.0,0.0020995800839832034,0.03629274145170965
|
| 120 |
-
orud1zi9,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0118,118,0.05891178235647129,0.03600720144028806,0.001800360072014403,0.03410682136427285,0.0,0.0,0.019303860772154433,0.0,0.020804160832166435,0.0,0.00640128025605121,0.12062412482496498,0.019103820764152832,0.0021004200840168035,0.023604720944188837,0.1183236647329466,0.010802160432086415,0.005301060212042409,0.08221644328865774,0.00020004000800160032,0.031206241248249653,0.1968393678735747,0.048009601920384073,0.00010002000400080016,0.0,0.0016003200640128026,0.014502900580116024,0.1278255651130226,0.003600720144028806,0.0013002600520104022,0.0005001000200040008,0.0,0.0023004600920184036,0.00010002000400080016,0.003800760152030406,0.0007001400280056011,0.0044008801760352075,0.0,0.0,0.0015003000600120023,0.0,0.00020004000800160032,0.0,0.001900380076015203
|
| 121 |
-
6cv25k01,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0119,119,0.0046,0.0109,0.0068000000000000005,0.0,0.038700000000000005,0.0,0.0147,0.0,0.007200000000000001,0.0,0.032600000000000004,0.1663,0.0041,0.0007,0.0716,0.0127,0.008400000000000001,0.0971,0.07830000000000001,0.0008,0.0395,0.16440000000000002,0.0011,0.0,0.00030000000000000003,0.0161,0.0009000000000000001,0.16870000000000002,0.0013000000000000002,0.0017,0.004200000000000001,0.0038,0.0086,0.009000000000000001,0.0136,0.0031000000000000003,0.0016,0.0,0.0,0.0029,0.0001,0.0008,0.0019,0.0009000000000000001
|
| 122 |
-
ud3mt9qf,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0120,120,0.0043995600439956,0.004999500049995,0.0,0.0016998300169983,0.022997700229977,0.0,0.024697530246975297,0.0,0.0065993400659933995,0.0868913108689131,0.056794320567943195,0.0991900809919008,0.0,0.0024997500249975,0.0006999300069992999,0.0801919808019198,0.05619438056194379,0.0004999500049994999,0.184981501849815,0.027897210278972098,0.005999400059994,0.1596840315968403,0.0,0.0,0.0,0.0011998800119988,0.0002999700029997,0.05739426057394259,0.0230976902309769,0.0017998200179982,0.006399360063993599,0.0,0.0170982901709829,0.0006999300069992999,0.027897210278972098,0.0027997200279971995,0.0095990400959904,0.0,0.0,0.0038996100389961,0.0148985101489851,0.002999700029997,0.0007999200079991999,0.0021997800219978
|
| 123 |
-
kvfixxkh,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0121,121,0.027897210278972105,0.0010998900109989002,0.0,0.007899210078992101,0.0007999200079992001,0.0,0.018698130186981302,0.0,0.0032996700329967,0.009999000099990002,0.0,0.1433856614338566,0.007699230076992301,0.0013998600139986002,0.00039996000399960006,0.019798020197980205,0.0,0.0131986801319868,0.2546745325467454,0.00019998000199980003,0.054194580541945814,0.11048895110488952,0.010898910108989102,0.0,0.0,0.1067893210678932,0.0035996400359964006,0.07679232076792322,0.0,0.0005999400059994002,0.004399560043995601,0.00039996000399960006,0.0428957104289571,0.0036996300369963007,0.0081991800819918,0.0046995300469953,0.01919808019198081,0.013398660133986605,0.00019998000199980003,0.0,0.0,0.0002999700029997001,0.0,0.028797120287971205
|
| 124 |
-
3zcltu69,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0122,122,0.004999500049995001,0.0094990500949905,0.0,0.0154984501549845,0.0,0.0,0.019298070192980705,0.0,0.020197980201979805,0.0,0.0,0.12618738126187382,0.0007999200079992001,0.007599240075992401,0.005699430056994301,0.04659534046595341,0.0013998600139986002,0.051394860513948606,0.1322867713228677,0.0,0.0034996500349965005,0.1670832916708329,0.0002999700029997001,0.0,0.0,0.0215978402159784,0.0750924907509249,0.12118788121187882,0.0024997500249975004,0.003999600039996,0.013998600139986002,0.0,0.0163983601639836,0.0067993200679932015,0.0072992700729927005,0.003099690030996901,0.005699430056994301,0.0025997400259974005,0.00019998000199980003,0.0054994500549945015,0.0,0.0046995300469953,0.0018998100189981,0.09509049095090492
|
| 125 |
-
idetx836,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0123,123,0.0252025202520252,0.0153015301530153,0.0,0.0256025602560256,0.0022002200220022,0.0,0.0749074907490749,0.0,0.002000200020002,0.0003000300030003,0.0,0.0309030903090309,0.0563056305630563,0.0,0.0281028102810281,0.0504050405040504,0.0221022102210221,0.0,0.3268326832683268,0.0022002200220022,0.0011001100110011,0.1013101310131013,0.0023002300230023,0.0023002300230023,0.0,0.0092009200920092,0.010101010101010102,0.0511051105110511,0.0064006400640064,0.0003000300030003,0.037503750375037496,0.0,0.006800680068006801,0.029302930293029304,0.0314031403140314,0.0,0.0168016801680168,0.0,0.0,0.028702870287028694,0.0,0.0009000900090009,0.0018001800180018,0.0003000300030003
|
| 126 |
-
6v0xfw2s,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0124,124,0.0137,0.0277,0.0167,0.032100000000000004,0.0064,0.0,0.0267,0.0,0.2655,0.0002,0.0002,0.0285,0.0047,0.0002,0.0436,0.0067,0.006500000000000001,0.0002,0.2503,0.0083,0.0,0.1036,0.0028,0.0027,0.0008,0.0001,0.040400000000000005,0.059300000000000005,0.0079,0.0011,0.0067,0.0,0.0176,0.0056,0.0031000000000000003,0.0002,0.0018000000000000002,0.0,0.0,0.0,0.0,0.0004,0.0007,0.007
|
| 127 |
-
cq1ggei3,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0125,125,0.0006000000000000001,0.0,0.0001,0.2073,0.001,0.0,0.0834,0.0,0.017,0.0,0.0,0.0269,0.0079,0.0243,0.0093,0.0503,0.0161,0.0,0.1507,0.0161,0.0016,0.2182,0.012,0.0149,0.0,0.0061,0.0374,0.0347,0.0015,0.0009000000000000001,0.0048,0.0007,0.028800000000000003,0.004200000000000001,0.0127,0.0002,0.0053,0.0017,0.0015,0.0016,0.0,0.0,0.0,0.0002
|
| 128 |
-
6vi6s7b8,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0126,126,0.040708141628325666,0.006201240248049611,0.005901180236047209,0.02490498099619924,0.01820364072814563,0.0,0.07931586317263453,0.0,0.004200840168033607,0.035807161432286454,0.0,0.03800760152030406,0.008901780356071214,0.000600120024004801,0.02560512102420484,0.012702540508101622,0.10862172434486896,0.002400480096019204,0.1223244648929786,0.00020004000800160032,0.0015003000600120023,0.08191638327665533,0.01800360072014403,0.0,0.0,0.0031006201240248053,0.005001000200040008,0.2279455891178236,0.008001600320064013,0.010402080416083218,0.009401880376075216,0.0,0.01850370074014803,0.007601520304060812,0.006501300260052011,0.0028005601120224045,0.03140628125625125,0.007201440288057612,0.0,0.004500900180036007,0.004600920184036807,0.014502900580116024,0.0,0.002500500100020004
|
| 129 |
-
sk47ksq7,backfill-5xC-30m-superswarm-remove-algebraicstack-128-exact-opt-prior-6T-914e1003-0127,127,0.0038011403421026302,0.0002000600180054016,0.0017005101530459135,0.07102130639191757,0.00030009002700810244,0.0,0.023507052115634686,0.0,0.0017005101530459135,0.01750525157547264,0.0,0.04031209362808842,0.05281584475342602,0.0,0.0,0.03110933279983995,0.0011003300990297088,0.0,0.08832649794938481,0.020606181854556364,0.005901770531159347,0.1722516755026508,0.0002000600180054016,0.0008002400720216064,0.0,0.0626187856356907,0.0002000600180054016,0.3029908972691807,0.0,0.000500150045013504,0.0045013504051215365,0.0,0.007002100630189056,0.0004001200360108032,0.0078023407022106625,0.0034010203060918275,0.001000300090027008,0.0019005701710513151,0.0,0.0009002700810243073,0.0,0.0008002400720216064,0.0002000600180054016,0.07262178653596077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mixture_reuse/theory_validation/dclm_pdfs/meta.json
CHANGED
|
@@ -6,5 +6,99 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm:adult_content": 0.010944031876345748,
|
| 12 |
+
"dclm:art_and_design": 0.00833168767571375,
|
| 13 |
+
"dclm:crime_and_law": 0.02265217288902676,
|
| 14 |
+
"dclm:education_and_jobs": 0.020136158679623775,
|
| 15 |
+
"dclm:electronics_and_hardware": 0.008135795862851961,
|
| 16 |
+
"dclm:entertainment": 0.04901752016520712,
|
| 17 |
+
"dclm:fashion_and_beauty": 0.006395120045607897,
|
| 18 |
+
"dclm:finance_and_business": 0.057409129886921914,
|
| 19 |
+
"dclm:food_and_dining": 0.014787907828141749,
|
| 20 |
+
"dclm:games": 0.03833590468242429,
|
| 21 |
+
"dclm:health": 0.058020600126849106,
|
| 22 |
+
"dclm:history_and_geography": 0.024674562440433336,
|
| 23 |
+
"dclm:home_and_hobbies": 0.019290399190806332,
|
| 24 |
+
"dclm:industrial": 0.003758524587489928,
|
| 25 |
+
"dclm:literature": 0.05603144614048391,
|
| 26 |
+
"dclm:politics": 0.13008463835532713,
|
| 27 |
+
"dclm:religion": 0.031219203537636464,
|
| 28 |
+
"dclm:science_math_and_technology": 0.0819393784205008,
|
| 29 |
+
"dclm:social_life": 0.027841828172170395,
|
| 30 |
+
"dclm:software": 0.015328408220905303,
|
| 31 |
+
"dclm:software_development": 0.0231475576251483,
|
| 32 |
+
"dclm:sports_and_fitness": 0.025200878350866013,
|
| 33 |
+
"dclm:transportation": 0.01017059816437211,
|
| 34 |
+
"dclm:travel_and_tourism": 0.007146547075145923,
|
| 35 |
+
"s2pdf:adult": 7.309563185436484e-05,
|
| 36 |
+
"s2pdf:art_design": 0.0017159769927250462,
|
| 37 |
+
"s2pdf:crime_law": 0.010546019802017198,
|
| 38 |
+
"s2pdf:education_jobs": 0.03288858977459825,
|
| 39 |
+
"s2pdf:entertainment": 0.001405086422175688,
|
| 40 |
+
"s2pdf:fashion_beauty": 0.0001384925434156705,
|
| 41 |
+
"s2pdf:finance_business": 0.014394685143401097,
|
| 42 |
+
"s2pdf:food_dining": 0.0005668749297759062,
|
| 43 |
+
"s2pdf:games": 0.0005829533532148627,
|
| 44 |
+
"s2pdf:health": 0.02911710531462674,
|
| 45 |
+
"s2pdf:home_hobbies": 0.0008946032075853699,
|
| 46 |
+
"s2pdf:industrial": 0.006642077183298037,
|
| 47 |
+
"s2pdf:literature": 0.007986812582672921,
|
| 48 |
+
"s2pdf:politics": 0.009806731974352544,
|
| 49 |
+
"s2pdf:religion": 0.006078302620201859,
|
| 50 |
+
"s2pdf:science_tech": 0.1097477322979431,
|
| 51 |
+
"s2pdf:software": 0.001963003053082627,
|
| 52 |
+
"s2pdf:software_dev": 0.009699155112083368,
|
| 53 |
+
"s2pdf:sports_fitness": 0.0013010822047880644,
|
| 54 |
+
"s2pdf:transportation": 0.003936184438873382,
|
| 55 |
+
"s2pdf:travel": 0.0005154354173139182
|
| 56 |
+
},
|
| 57 |
+
"token_counts": {
|
| 58 |
+
"dclm:adult_content": 67760078203,
|
| 59 |
+
"dclm:art_and_design": 70659711995,
|
| 60 |
+
"dclm:crime_and_law": 170130914779,
|
| 61 |
+
"dclm:education_and_jobs": 184690792861,
|
| 62 |
+
"dclm:electronics_and_hardware": 80168541745,
|
| 63 |
+
"dclm:entertainment": 441768061760,
|
| 64 |
+
"dclm:fashion_and_beauty": 37256539512,
|
| 65 |
+
"dclm:finance_and_business": 310313927581,
|
| 66 |
+
"dclm:food_and_dining": 105937299687,
|
| 67 |
+
"dclm:games": 229992491702,
|
| 68 |
+
"dclm:health": 393496227836,
|
| 69 |
+
"dclm:history_and_geography": 161049719459,
|
| 70 |
+
"dclm:home_and_hobbies": 126910777314,
|
| 71 |
+
"dclm:industrial": 43572140450,
|
| 72 |
+
"dclm:literature": 364834344848,
|
| 73 |
+
"dclm:politics": 611198130192,
|
| 74 |
+
"dclm:religion": 277776929208,
|
| 75 |
+
"dclm:science_math_and_technology": 427131054341,
|
| 76 |
+
"dclm:social_life": 218731841124,
|
| 77 |
+
"dclm:software": 108039380021,
|
| 78 |
+
"dclm:software_development": 223384974282,
|
| 79 |
+
"dclm:sports_and_fitness": 196759999355,
|
| 80 |
+
"dclm:transportation": 90793306202,
|
| 81 |
+
"dclm:travel_and_tourism": 57642815530,
|
| 82 |
+
"s2pdf:adult": 303073226,
|
| 83 |
+
"s2pdf:art_design": 6833185034,
|
| 84 |
+
"s2pdf:crime_law": 42538674743,
|
| 85 |
+
"s2pdf:education_jobs": 138127926093,
|
| 86 |
+
"s2pdf:entertainment": 6069602783,
|
| 87 |
+
"s2pdf:fashion_beauty": 557917820,
|
| 88 |
+
"s2pdf:finance_business": 61150044703,
|
| 89 |
+
"s2pdf:food_dining": 2322982204,
|
| 90 |
+
"s2pdf:games": 2486095532,
|
| 91 |
+
"s2pdf:health": 108215933374,
|
| 92 |
+
"s2pdf:home_hobbies": 3924579643,
|
| 93 |
+
"s2pdf:industrial": 29389278657,
|
| 94 |
+
"s2pdf:literature": 31886391090,
|
| 95 |
+
"s2pdf:politics": 39234116889,
|
| 96 |
+
"s2pdf:religion": 24729732953,
|
| 97 |
+
"s2pdf:science_tech": 424245385160,
|
| 98 |
+
"s2pdf:software": 9146853216,
|
| 99 |
+
"s2pdf:software_dev": 41841278724,
|
| 100 |
+
"s2pdf:sports_fitness": 5450913796,
|
| 101 |
+
"s2pdf:transportation": 17149342957,
|
| 102 |
+
"s2pdf:travel": 2102425717
|
| 103 |
}
|
| 104 |
}
|
mixture_reuse/theory_validation/dclm_stackedu/meta.json
CHANGED
|
@@ -6,5 +6,87 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm:adult_content": 0.010944031876345748,
|
| 12 |
+
"dclm:art_and_design": 0.00833168767571375,
|
| 13 |
+
"dclm:crime_and_law": 0.02265217288902676,
|
| 14 |
+
"dclm:education_and_jobs": 0.020136158679623775,
|
| 15 |
+
"dclm:electronics_and_hardware": 0.008135795862851961,
|
| 16 |
+
"dclm:entertainment": 0.04901752016520712,
|
| 17 |
+
"dclm:fashion_and_beauty": 0.006395120045607897,
|
| 18 |
+
"dclm:finance_and_business": 0.057409129886921914,
|
| 19 |
+
"dclm:food_and_dining": 0.014787907828141749,
|
| 20 |
+
"dclm:games": 0.03833590468242429,
|
| 21 |
+
"dclm:health": 0.058020600126849106,
|
| 22 |
+
"dclm:history_and_geography": 0.024674562440433336,
|
| 23 |
+
"dclm:home_and_hobbies": 0.01929039919080633,
|
| 24 |
+
"dclm:industrial": 0.0037585245874899274,
|
| 25 |
+
"dclm:literature": 0.05603144614048391,
|
| 26 |
+
"dclm:politics": 0.13008463835532713,
|
| 27 |
+
"dclm:religion": 0.031219203537636457,
|
| 28 |
+
"dclm:science_math_and_technology": 0.08193937842050078,
|
| 29 |
+
"dclm:social_life": 0.027841828172170395,
|
| 30 |
+
"dclm:software": 0.015328408220905303,
|
| 31 |
+
"dclm:software_development": 0.023147557625148297,
|
| 32 |
+
"dclm:sports_and_fitness": 0.025200878350866013,
|
| 33 |
+
"dclm:transportation": 0.010170598164372109,
|
| 34 |
+
"dclm:travel_and_tourism": 0.007146547075145923,
|
| 35 |
+
"stack-edu:C": 0.00865014067293728,
|
| 36 |
+
"stack-edu:CSharp": 0.01316138975818085,
|
| 37 |
+
"stack-edu:Cpp": 0.02289090157264869,
|
| 38 |
+
"stack-edu:Go": 0.0025549851774443176,
|
| 39 |
+
"stack-edu:Java": 0.05726673428187064,
|
| 40 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 41 |
+
"stack-edu:Markdown": 0.05282498744087811,
|
| 42 |
+
"stack-edu:PHP": 0.013509414033430703,
|
| 43 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 44 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 45 |
+
"stack-edu:Rust": 0.002591251285383368,
|
| 46 |
+
"stack-edu:SQL": 0.0129037118936806,
|
| 47 |
+
"stack-edu:Shell": 0.004644948347541362,
|
| 48 |
+
"stack-edu:Swift": 0.0027585368895402655,
|
| 49 |
+
"stack-edu:TypeScript": 0.004559299439400369
|
| 50 |
+
},
|
| 51 |
+
"token_counts": {
|
| 52 |
+
"dclm:adult_content": 67760078203,
|
| 53 |
+
"dclm:art_and_design": 70659711995,
|
| 54 |
+
"dclm:crime_and_law": 170130914779,
|
| 55 |
+
"dclm:education_and_jobs": 184690792861,
|
| 56 |
+
"dclm:electronics_and_hardware": 80168541745,
|
| 57 |
+
"dclm:entertainment": 441768061760,
|
| 58 |
+
"dclm:fashion_and_beauty": 37256539512,
|
| 59 |
+
"dclm:finance_and_business": 310313927581,
|
| 60 |
+
"dclm:food_and_dining": 105937299687,
|
| 61 |
+
"dclm:games": 229992491702,
|
| 62 |
+
"dclm:health": 393496227836,
|
| 63 |
+
"dclm:history_and_geography": 161049719459,
|
| 64 |
+
"dclm:home_and_hobbies": 126910777314,
|
| 65 |
+
"dclm:industrial": 43572140450,
|
| 66 |
+
"dclm:literature": 364834344848,
|
| 67 |
+
"dclm:politics": 611198130192,
|
| 68 |
+
"dclm:religion": 277776929208,
|
| 69 |
+
"dclm:science_math_and_technology": 427131054341,
|
| 70 |
+
"dclm:social_life": 218731841124,
|
| 71 |
+
"dclm:software": 108039380021,
|
| 72 |
+
"dclm:software_development": 223384974282,
|
| 73 |
+
"dclm:sports_and_fitness": 196759999355,
|
| 74 |
+
"dclm:transportation": 90793306202,
|
| 75 |
+
"dclm:travel_and_tourism": 57642815530,
|
| 76 |
+
"stack-edu:C": 4735074247,
|
| 77 |
+
"stack-edu:CSharp": 7204525343,
|
| 78 |
+
"stack-edu:Cpp": 12530445761,
|
| 79 |
+
"stack-edu:Go": 1398595118,
|
| 80 |
+
"stack-edu:Java": 31347725888,
|
| 81 |
+
"stack-edu:JavaScript": 8886972357,
|
| 82 |
+
"stack-edu:Markdown": 28916320218,
|
| 83 |
+
"stack-edu:PHP": 7395033318,
|
| 84 |
+
"stack-edu:Python": 18017832560,
|
| 85 |
+
"stack-edu:Ruby": 1386775805,
|
| 86 |
+
"stack-edu:Rust": 1418447132,
|
| 87 |
+
"stack-edu:SQL": 7063472860,
|
| 88 |
+
"stack-edu:Shell": 2542637875,
|
| 89 |
+
"stack-edu:Swift": 1510019025,
|
| 90 |
+
"stack-edu:TypeScript": 2495753789
|
| 91 |
}
|
| 92 |
}
|
mixture_reuse/theory_validation/intermediate_mix_reuse_gap_dclm_pdfs/meta.json
CHANGED
|
@@ -6,5 +6,53 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"s2pdf:adult": 7.309563185436484e-05,
|
| 13 |
+
"s2pdf:art_design": 0.0017159769927250462,
|
| 14 |
+
"s2pdf:crime_law": 0.010546019802017198,
|
| 15 |
+
"s2pdf:education_jobs": 0.03288858977459825,
|
| 16 |
+
"s2pdf:entertainment": 0.001405086422175688,
|
| 17 |
+
"s2pdf:fashion_beauty": 0.0001384925434156705,
|
| 18 |
+
"s2pdf:finance_business": 0.014394685143401097,
|
| 19 |
+
"s2pdf:food_dining": 0.0005668749297759062,
|
| 20 |
+
"s2pdf:games": 0.0005829533532148627,
|
| 21 |
+
"s2pdf:health": 0.02911710531462674,
|
| 22 |
+
"s2pdf:home_hobbies": 0.0008946032075853699,
|
| 23 |
+
"s2pdf:industrial": 0.006642077183298037,
|
| 24 |
+
"s2pdf:literature": 0.007986812582672921,
|
| 25 |
+
"s2pdf:politics": 0.009806731974352544,
|
| 26 |
+
"s2pdf:religion": 0.006078302620201859,
|
| 27 |
+
"s2pdf:science_tech": 0.1097477322979431,
|
| 28 |
+
"s2pdf:software": 0.001963003053082627,
|
| 29 |
+
"s2pdf:software_dev": 0.009699155112083368,
|
| 30 |
+
"s2pdf:sports_fitness": 0.0013010822047880644,
|
| 31 |
+
"s2pdf:transportation": 0.003936184438873382,
|
| 32 |
+
"s2pdf:travel": 0.0005154354173139182
|
| 33 |
+
},
|
| 34 |
+
"token_counts": {
|
| 35 |
+
"dclm": 5000000000000,
|
| 36 |
+
"s2pdf:adult": 303073226,
|
| 37 |
+
"s2pdf:art_design": 6833185034,
|
| 38 |
+
"s2pdf:crime_law": 42538674743,
|
| 39 |
+
"s2pdf:education_jobs": 138127926093,
|
| 40 |
+
"s2pdf:entertainment": 6069602783,
|
| 41 |
+
"s2pdf:fashion_beauty": 557917820,
|
| 42 |
+
"s2pdf:finance_business": 61150044703,
|
| 43 |
+
"s2pdf:food_dining": 2322982204,
|
| 44 |
+
"s2pdf:games": 2486095532,
|
| 45 |
+
"s2pdf:health": 108215933374,
|
| 46 |
+
"s2pdf:home_hobbies": 3924579643,
|
| 47 |
+
"s2pdf:industrial": 29389278657,
|
| 48 |
+
"s2pdf:literature": 31886391090,
|
| 49 |
+
"s2pdf:politics": 39234116889,
|
| 50 |
+
"s2pdf:religion": 24729732953,
|
| 51 |
+
"s2pdf:science_tech": 424245385160,
|
| 52 |
+
"s2pdf:software": 9146853216,
|
| 53 |
+
"s2pdf:software_dev": 41841278724,
|
| 54 |
+
"s2pdf:sports_fitness": 5450913796,
|
| 55 |
+
"s2pdf:transportation": 17149342957,
|
| 56 |
+
"s2pdf:travel": 2102425717
|
| 57 |
}
|
| 58 |
}
|
mixture_reuse/theory_validation/intermediate_mix_reuse_gap_dclm_stackedu/meta.json
CHANGED
|
@@ -6,5 +6,41 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"stack-edu:C": 0.00865014067293728,
|
| 13 |
+
"stack-edu:CSharp": 0.01316138975818085,
|
| 14 |
+
"stack-edu:Cpp": 0.02289090157264869,
|
| 15 |
+
"stack-edu:Go": 0.0025549851774443176,
|
| 16 |
+
"stack-edu:Java": 0.05726673428187064,
|
| 17 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 18 |
+
"stack-edu:Markdown": 0.05282498744087811,
|
| 19 |
+
"stack-edu:PHP": 0.013509414033430703,
|
| 20 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 21 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 22 |
+
"stack-edu:Rust": 0.002591251285383368,
|
| 23 |
+
"stack-edu:SQL": 0.0129037118936806,
|
| 24 |
+
"stack-edu:Shell": 0.004644948347541362,
|
| 25 |
+
"stack-edu:Swift": 0.0027585368895402655,
|
| 26 |
+
"stack-edu:TypeScript": 0.004559299439400369
|
| 27 |
+
},
|
| 28 |
+
"token_counts": {
|
| 29 |
+
"dclm": 5000000000000,
|
| 30 |
+
"stack-edu:C": 4735074247,
|
| 31 |
+
"stack-edu:CSharp": 7204525343,
|
| 32 |
+
"stack-edu:Cpp": 12530445761,
|
| 33 |
+
"stack-edu:Go": 1398595118,
|
| 34 |
+
"stack-edu:Java": 31347725888,
|
| 35 |
+
"stack-edu:JavaScript": 8886972357,
|
| 36 |
+
"stack-edu:Markdown": 28916320218,
|
| 37 |
+
"stack-edu:PHP": 7395033318,
|
| 38 |
+
"stack-edu:Python": 18017832560,
|
| 39 |
+
"stack-edu:Ruby": 1386775805,
|
| 40 |
+
"stack-edu:Rust": 1418447132,
|
| 41 |
+
"stack-edu:SQL": 7063472860,
|
| 42 |
+
"stack-edu:Shell": 2542637875,
|
| 43 |
+
"stack-edu:Swift": 1510019025,
|
| 44 |
+
"stack-edu:TypeScript": 2495753789
|
| 45 |
}
|
| 46 |
}
|
mixture_reuse/theory_validation/weak_mix_reuse_gap_dclm_pdfs/meta.json
CHANGED
|
@@ -6,5 +6,53 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"s2pdf:adult": 7.309563185436484e-05,
|
| 13 |
+
"s2pdf:art_design": 0.0017159769927250462,
|
| 14 |
+
"s2pdf:crime_law": 0.010546019802017198,
|
| 15 |
+
"s2pdf:education_jobs": 0.03288858977459825,
|
| 16 |
+
"s2pdf:entertainment": 0.001405086422175688,
|
| 17 |
+
"s2pdf:fashion_beauty": 0.0001384925434156705,
|
| 18 |
+
"s2pdf:finance_business": 0.014394685143401097,
|
| 19 |
+
"s2pdf:food_dining": 0.0005668749297759062,
|
| 20 |
+
"s2pdf:games": 0.0005829533532148627,
|
| 21 |
+
"s2pdf:health": 0.02911710531462674,
|
| 22 |
+
"s2pdf:home_hobbies": 0.0008946032075853699,
|
| 23 |
+
"s2pdf:industrial": 0.006642077183298037,
|
| 24 |
+
"s2pdf:literature": 0.007986812582672921,
|
| 25 |
+
"s2pdf:politics": 0.009806731974352544,
|
| 26 |
+
"s2pdf:religion": 0.006078302620201859,
|
| 27 |
+
"s2pdf:science_tech": 0.1097477322979431,
|
| 28 |
+
"s2pdf:software": 0.001963003053082627,
|
| 29 |
+
"s2pdf:software_dev": 0.009699155112083368,
|
| 30 |
+
"s2pdf:sports_fitness": 0.0013010822047880644,
|
| 31 |
+
"s2pdf:transportation": 0.003936184438873382,
|
| 32 |
+
"s2pdf:travel": 0.0005154354173139182
|
| 33 |
+
},
|
| 34 |
+
"token_counts": {
|
| 35 |
+
"dclm": 5000000000000,
|
| 36 |
+
"s2pdf:adult": 303073226,
|
| 37 |
+
"s2pdf:art_design": 6833185034,
|
| 38 |
+
"s2pdf:crime_law": 42538674743,
|
| 39 |
+
"s2pdf:education_jobs": 138127926093,
|
| 40 |
+
"s2pdf:entertainment": 6069602783,
|
| 41 |
+
"s2pdf:fashion_beauty": 557917820,
|
| 42 |
+
"s2pdf:finance_business": 61150044703,
|
| 43 |
+
"s2pdf:food_dining": 2322982204,
|
| 44 |
+
"s2pdf:games": 2486095532,
|
| 45 |
+
"s2pdf:health": 108215933374,
|
| 46 |
+
"s2pdf:home_hobbies": 3924579643,
|
| 47 |
+
"s2pdf:industrial": 29389278657,
|
| 48 |
+
"s2pdf:literature": 31886391090,
|
| 49 |
+
"s2pdf:politics": 39234116889,
|
| 50 |
+
"s2pdf:religion": 24729732953,
|
| 51 |
+
"s2pdf:science_tech": 424245385160,
|
| 52 |
+
"s2pdf:software": 9146853216,
|
| 53 |
+
"s2pdf:software_dev": 41841278724,
|
| 54 |
+
"s2pdf:sports_fitness": 5450913796,
|
| 55 |
+
"s2pdf:transportation": 17149342957,
|
| 56 |
+
"s2pdf:travel": 2102425717
|
| 57 |
}
|
| 58 |
}
|
mixture_reuse/theory_validation/weak_mix_reuse_gap_dclm_stackedu/meta.json
CHANGED
|
@@ -6,5 +6,41 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"dclm": 0.75,
|
| 12 |
+
"stack-edu:C": 0.00865014067293728,
|
| 13 |
+
"stack-edu:CSharp": 0.01316138975818085,
|
| 14 |
+
"stack-edu:Cpp": 0.02289090157264869,
|
| 15 |
+
"stack-edu:Go": 0.0025549851774443176,
|
| 16 |
+
"stack-edu:Java": 0.05726673428187064,
|
| 17 |
+
"stack-edu:JavaScript": 0.016234921995839823,
|
| 18 |
+
"stack-edu:Markdown": 0.05282498744087811,
|
| 19 |
+
"stack-edu:PHP": 0.013509414033430703,
|
| 20 |
+
"stack-edu:Python": 0.03291538382194868,
|
| 21 |
+
"stack-edu:Ruby": 0.002533393389274945,
|
| 22 |
+
"stack-edu:Rust": 0.002591251285383368,
|
| 23 |
+
"stack-edu:SQL": 0.0129037118936806,
|
| 24 |
+
"stack-edu:Shell": 0.004644948347541362,
|
| 25 |
+
"stack-edu:Swift": 0.0027585368895402655,
|
| 26 |
+
"stack-edu:TypeScript": 0.004559299439400369
|
| 27 |
+
},
|
| 28 |
+
"token_counts": {
|
| 29 |
+
"dclm": 5000000000000,
|
| 30 |
+
"stack-edu:C": 4735074247,
|
| 31 |
+
"stack-edu:CSharp": 7204525343,
|
| 32 |
+
"stack-edu:Cpp": 12530445761,
|
| 33 |
+
"stack-edu:Go": 1398595118,
|
| 34 |
+
"stack-edu:Java": 31347725888,
|
| 35 |
+
"stack-edu:JavaScript": 8886972357,
|
| 36 |
+
"stack-edu:Markdown": 28916320218,
|
| 37 |
+
"stack-edu:PHP": 7395033318,
|
| 38 |
+
"stack-edu:Python": 18017832560,
|
| 39 |
+
"stack-edu:Ruby": 1386775805,
|
| 40 |
+
"stack-edu:Rust": 1418447132,
|
| 41 |
+
"stack-edu:SQL": 7063472860,
|
| 42 |
+
"stack-edu:Shell": 2542637875,
|
| 43 |
+
"stack-edu:Swift": 1510019025,
|
| 44 |
+
"stack-edu:TypeScript": 2495753789
|
| 45 |
}
|
| 46 |
}
|
study/rq3/dclm_dense_swarm/meta.json
CHANGED
|
@@ -6,5 +6,57 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"adult_content": 0.013552015640753739,
|
| 12 |
+
"art_and_design": 0.014131942399105356,
|
| 13 |
+
"crime_and_law": 0.03402618295594812,
|
| 14 |
+
"education_and_jobs": 0.036938158572321196,
|
| 15 |
+
"electronics_and_hardware": 0.016033708349045165,
|
| 16 |
+
"entertainment": 0.08835361235206982,
|
| 17 |
+
"fashion_and_beauty": 0.007451307902511114,
|
| 18 |
+
"finance_and_business": 0.06206278551627001,
|
| 19 |
+
"food_and_dining": 0.02118745993746211,
|
| 20 |
+
"games": 0.04599849834056857,
|
| 21 |
+
"health": 0.07869924556724804,
|
| 22 |
+
"history_and_geography": 0.03220994389194089,
|
| 23 |
+
"home_and_hobbies": 0.025382155462877018,
|
| 24 |
+
"industrial": 0.008714428090097422,
|
| 25 |
+
"literature": 0.07296686896975939,
|
| 26 |
+
"politics": 0.12223962603857506,
|
| 27 |
+
"religion": 0.055555385841762644,
|
| 28 |
+
"science_math_and_technology": 0.0854262108683093,
|
| 29 |
+
"social_life": 0.04374636822484258,
|
| 30 |
+
"software": 0.021607876004248874,
|
| 31 |
+
"software_development": 0.044676994856554464,
|
| 32 |
+
"sports_and_fitness": 0.039351999871120806,
|
| 33 |
+
"transportation": 0.018158661240478786,
|
| 34 |
+
"travel_and_tourism": 0.011528563106129541
|
| 35 |
+
},
|
| 36 |
+
"token_counts": {
|
| 37 |
+
"adult_content": 67760078203,
|
| 38 |
+
"art_and_design": 70659711995,
|
| 39 |
+
"crime_and_law": 170130914779,
|
| 40 |
+
"education_and_jobs": 184690792861,
|
| 41 |
+
"electronics_and_hardware": 80168541745,
|
| 42 |
+
"entertainment": 441768061760,
|
| 43 |
+
"fashion_and_beauty": 37256539512,
|
| 44 |
+
"finance_and_business": 310313927581,
|
| 45 |
+
"food_and_dining": 105937299687,
|
| 46 |
+
"games": 229992491702,
|
| 47 |
+
"health": 393496227836,
|
| 48 |
+
"history_and_geography": 161049719459,
|
| 49 |
+
"home_and_hobbies": 126910777314,
|
| 50 |
+
"industrial": 43572140450,
|
| 51 |
+
"literature": 364834344848,
|
| 52 |
+
"politics": 611198130192,
|
| 53 |
+
"religion": 277776929208,
|
| 54 |
+
"science_math_and_technology": 427131054341,
|
| 55 |
+
"social_life": 218731841124,
|
| 56 |
+
"software": 108039380021,
|
| 57 |
+
"software_development": 223384974282,
|
| 58 |
+
"sports_and_fitness": 196759999355,
|
| 59 |
+
"transportation": 90793306202,
|
| 60 |
+
"travel_and_tourism": 57642815530
|
| 61 |
}
|
| 62 |
}
|
study/rq3/dclm_swarm_strong_prior/meta.json
CHANGED
|
@@ -6,5 +6,57 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"adult_content": 0.011426145559378242,
|
| 12 |
+
"art_and_design": 0.017115279947642753,
|
| 13 |
+
"crime_and_law": 0.03760251381333424,
|
| 14 |
+
"education_and_jobs": 0.03819063764260111,
|
| 15 |
+
"electronics_and_hardware": 0.02252846927808186,
|
| 16 |
+
"entertainment": 0.09499472729589659,
|
| 17 |
+
"fashion_and_beauty": 0.009181677850877463,
|
| 18 |
+
"finance_and_business": 0.06572786800235751,
|
| 19 |
+
"food_and_dining": 0.020291659593193807,
|
| 20 |
+
"games": 0.0510904592313224,
|
| 21 |
+
"health": 0.10085821548021548,
|
| 22 |
+
"history_and_geography": 0.028007795295185975,
|
| 23 |
+
"home_and_hobbies": 0.034621890011029464,
|
| 24 |
+
"industrial": 0.010640504851475604,
|
| 25 |
+
"literature": 0.05367136256765137,
|
| 26 |
+
"politics": 0.09838421860766539,
|
| 27 |
+
"religion": 0.04030199076983852,
|
| 28 |
+
"science_math_and_technology": 0.06933979163830614,
|
| 29 |
+
"social_life": 0.04443687756758139,
|
| 30 |
+
"software": 0.025134154331657502,
|
| 31 |
+
"software_development": 0.04835767747466825,
|
| 32 |
+
"sports_and_fitness": 0.03455368961865927,
|
| 33 |
+
"transportation": 0.02686612455867175,
|
| 34 |
+
"travel_and_tourism": 0.01667626901270792
|
| 35 |
+
},
|
| 36 |
+
"token_counts": {
|
| 37 |
+
"adult_content": 67760078203,
|
| 38 |
+
"art_and_design": 70659711995,
|
| 39 |
+
"crime_and_law": 170130914779,
|
| 40 |
+
"education_and_jobs": 184690792861,
|
| 41 |
+
"electronics_and_hardware": 80168541745,
|
| 42 |
+
"entertainment": 441768061760,
|
| 43 |
+
"fashion_and_beauty": 37256539512,
|
| 44 |
+
"finance_and_business": 310313927581,
|
| 45 |
+
"food_and_dining": 105937299687,
|
| 46 |
+
"games": 229992491702,
|
| 47 |
+
"health": 393496227836,
|
| 48 |
+
"history_and_geography": 161049719459,
|
| 49 |
+
"home_and_hobbies": 126910777314,
|
| 50 |
+
"industrial": 43572140450,
|
| 51 |
+
"literature": 364834344848,
|
| 52 |
+
"politics": 611198130192,
|
| 53 |
+
"religion": 277776929208,
|
| 54 |
+
"science_math_and_technology": 427131054341,
|
| 55 |
+
"social_life": 218731841124,
|
| 56 |
+
"software": 108039380021,
|
| 57 |
+
"software_development": 223384974282,
|
| 58 |
+
"sports_and_fitness": 196759999355,
|
| 59 |
+
"transportation": 90793306202,
|
| 60 |
+
"travel_and_tourism": 57642815530
|
| 61 |
}
|
| 62 |
}
|
study/rq3/dclm_swarm_weak_prior/meta.json
CHANGED
|
@@ -6,5 +6,57 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"adult_content": 0.011426145559378242,
|
| 12 |
+
"art_and_design": 0.017115279947642753,
|
| 13 |
+
"crime_and_law": 0.03760251381333424,
|
| 14 |
+
"education_and_jobs": 0.03819063764260111,
|
| 15 |
+
"electronics_and_hardware": 0.02252846927808186,
|
| 16 |
+
"entertainment": 0.09499472729589659,
|
| 17 |
+
"fashion_and_beauty": 0.009181677850877463,
|
| 18 |
+
"finance_and_business": 0.06572786800235751,
|
| 19 |
+
"food_and_dining": 0.020291659593193807,
|
| 20 |
+
"games": 0.0510904592313224,
|
| 21 |
+
"health": 0.10085821548021548,
|
| 22 |
+
"history_and_geography": 0.028007795295185975,
|
| 23 |
+
"home_and_hobbies": 0.034621890011029464,
|
| 24 |
+
"industrial": 0.010640504851475604,
|
| 25 |
+
"literature": 0.05367136256765137,
|
| 26 |
+
"politics": 0.09838421860766539,
|
| 27 |
+
"religion": 0.04030199076983852,
|
| 28 |
+
"science_math_and_technology": 0.06933979163830614,
|
| 29 |
+
"social_life": 0.04443687756758139,
|
| 30 |
+
"software": 0.025134154331657502,
|
| 31 |
+
"software_development": 0.04835767747466825,
|
| 32 |
+
"sports_and_fitness": 0.03455368961865927,
|
| 33 |
+
"transportation": 0.02686612455867175,
|
| 34 |
+
"travel_and_tourism": 0.01667626901270792
|
| 35 |
+
},
|
| 36 |
+
"token_counts": {
|
| 37 |
+
"adult_content": 67760078203,
|
| 38 |
+
"art_and_design": 70659711995,
|
| 39 |
+
"crime_and_law": 170130914779,
|
| 40 |
+
"education_and_jobs": 184690792861,
|
| 41 |
+
"electronics_and_hardware": 80168541745,
|
| 42 |
+
"entertainment": 441768061760,
|
| 43 |
+
"fashion_and_beauty": 37256539512,
|
| 44 |
+
"finance_and_business": 310313927581,
|
| 45 |
+
"food_and_dining": 105937299687,
|
| 46 |
+
"games": 229992491702,
|
| 47 |
+
"health": 393496227836,
|
| 48 |
+
"history_and_geography": 161049719459,
|
| 49 |
+
"home_and_hobbies": 126910777314,
|
| 50 |
+
"industrial": 43572140450,
|
| 51 |
+
"literature": 364834344848,
|
| 52 |
+
"politics": 611198130192,
|
| 53 |
+
"religion": 277776929208,
|
| 54 |
+
"science_math_and_technology": 427131054341,
|
| 55 |
+
"social_life": 218731841124,
|
| 56 |
+
"software": 108039380021,
|
| 57 |
+
"software_development": 223384974282,
|
| 58 |
+
"sports_and_fitness": 196759999355,
|
| 59 |
+
"transportation": 90793306202,
|
| 60 |
+
"travel_and_tourism": 57642815530
|
| 61 |
}
|
| 62 |
}
|
study/rq3/source_level_dense_swarm/meta.json
CHANGED
|
@@ -6,5 +6,23 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.0022846790214074153,
|
| 12 |
+
"dclm": 0.8690321137502972,
|
| 13 |
+
"finemath-3plus": 0.003640539935980975,
|
| 14 |
+
"pes2o": 0.006251101856341627,
|
| 15 |
+
"s2pdfv1": 0.10377140228074802,
|
| 16 |
+
"stack-edu": 0.014626216165084855,
|
| 17 |
+
"wikipedia": 0.00039394699013987677
|
| 18 |
+
},
|
| 19 |
+
"token_counts": {
|
| 20 |
+
"arxiv": 20773846846,
|
| 21 |
+
"dclm": 5000000000000,
|
| 22 |
+
"stack-edu": 136849631296,
|
| 23 |
+
"finemath-3plus": 34057973953,
|
| 24 |
+
"pes2o": 58552461187,
|
| 25 |
+
"s2pdfv1": 1034238607178,
|
| 26 |
+
"wikipedia": 10067758073
|
| 27 |
}
|
| 28 |
}
|
study/rq3/source_level_sparse_swarm/meta.json
CHANGED
|
@@ -6,5 +6,23 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"arxiv": 0.0022846790214074153,
|
| 12 |
+
"dclm": 0.8690321137502972,
|
| 13 |
+
"finemath-3plus": 0.003640539935980975,
|
| 14 |
+
"pes2o": 0.006251101856341627,
|
| 15 |
+
"s2pdfv1": 0.10377140228074802,
|
| 16 |
+
"stack-edu": 0.014626216165084855,
|
| 17 |
+
"wikipedia": 0.00039394699013987677
|
| 18 |
+
},
|
| 19 |
+
"token_counts": {
|
| 20 |
+
"arxiv": 20773846846,
|
| 21 |
+
"dclm": 5000000000000,
|
| 22 |
+
"stack-edu": 136849631296,
|
| 23 |
+
"finemath-3plus": 34057973953,
|
| 24 |
+
"pes2o": 58552461187,
|
| 25 |
+
"s2pdfv1": 1034238607178,
|
| 26 |
+
"wikipedia": 10067758073
|
| 27 |
}
|
| 28 |
}
|
study/rq6/dclm_constrained_swarm/meta.json
CHANGED
|
@@ -6,5 +6,57 @@
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 6 |
"files": {
|
| 7 |
"ratios.csv": "Domain mixture ratios for each proxy run",
|
| 8 |
"metrics.csv": "Evaluation metrics for each proxy run"
|
| 9 |
+
},
|
| 10 |
+
"relative_sizes": {
|
| 11 |
+
"adult_content": 0.011426145559378242,
|
| 12 |
+
"art_and_design": 0.017115279947642753,
|
| 13 |
+
"crime_and_law": 0.03760251381333424,
|
| 14 |
+
"education_and_jobs": 0.03819063764260111,
|
| 15 |
+
"electronics_and_hardware": 0.02252846927808186,
|
| 16 |
+
"entertainment": 0.09499472729589659,
|
| 17 |
+
"fashion_and_beauty": 0.009181677850877463,
|
| 18 |
+
"finance_and_business": 0.06572786800235751,
|
| 19 |
+
"food_and_dining": 0.020291659593193807,
|
| 20 |
+
"games": 0.0510904592313224,
|
| 21 |
+
"health": 0.10085821548021548,
|
| 22 |
+
"history_and_geography": 0.028007795295185975,
|
| 23 |
+
"home_and_hobbies": 0.034621890011029464,
|
| 24 |
+
"industrial": 0.010640504851475604,
|
| 25 |
+
"literature": 0.05367136256765137,
|
| 26 |
+
"politics": 0.09838421860766539,
|
| 27 |
+
"religion": 0.04030199076983852,
|
| 28 |
+
"science_math_and_technology": 0.06933979163830614,
|
| 29 |
+
"social_life": 0.04443687756758139,
|
| 30 |
+
"software": 0.025134154331657502,
|
| 31 |
+
"software_development": 0.04835767747466825,
|
| 32 |
+
"sports_and_fitness": 0.03455368961865927,
|
| 33 |
+
"transportation": 0.02686612455867175,
|
| 34 |
+
"travel_and_tourism": 0.01667626901270792
|
| 35 |
+
},
|
| 36 |
+
"token_counts": {
|
| 37 |
+
"adult_content": 67760078203,
|
| 38 |
+
"art_and_design": 70659711995,
|
| 39 |
+
"crime_and_law": 170130914779,
|
| 40 |
+
"education_and_jobs": 184690792861,
|
| 41 |
+
"electronics_and_hardware": 80168541745,
|
| 42 |
+
"entertainment": 441768061760,
|
| 43 |
+
"fashion_and_beauty": 37256539512,
|
| 44 |
+
"finance_and_business": 310313927581,
|
| 45 |
+
"food_and_dining": 105937299687,
|
| 46 |
+
"games": 229992491702,
|
| 47 |
+
"health": 393496227836,
|
| 48 |
+
"history_and_geography": 161049719459,
|
| 49 |
+
"home_and_hobbies": 126910777314,
|
| 50 |
+
"industrial": 43572140450,
|
| 51 |
+
"literature": 364834344848,
|
| 52 |
+
"politics": 611198130192,
|
| 53 |
+
"religion": 277776929208,
|
| 54 |
+
"science_math_and_technology": 427131054341,
|
| 55 |
+
"social_life": 218731841124,
|
| 56 |
+
"software": 108039380021,
|
| 57 |
+
"software_development": 223384974282,
|
| 58 |
+
"sports_and_fitness": 196759999355,
|
| 59 |
+
"transportation": 90793306202,
|
| 60 |
+
"travel_and_tourism": 57642815530
|
| 61 |
}
|
| 62 |
}
|