File size: 769 Bytes
a07496b
 
 
 
22c7e68
8de442f
a07496b
 
 
 
25fbf0a
5d0ab67
a07496b
 
 
 
8de442f
22c7e68
 
 
8de442f
22c7e68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
configs:
  - config_name: upsample-1
    data_files: upsample-1/*.parquet
  - config_name: upsample-2
    data_files: upsample-2/*.parquet
---

# MixtureVitae-v1 upsampled

Approximately 125B tokens of synthetic data generated based on MV1-decontaminated. Synthetic dialogues / study-strategy data generated from MixtureVitae-v1 with Qwen3-8B,
MIND-style ([arXiv:2410.12881](https://arxiv.org/abs/2410.12881)), Swallow and Finephrase. "Synthpile" refers to the Finephrase strategies, such as tables. 

## Configs

- `upsample-1` — full generation pass over MixtureVitae-v1 shards.
- `upsample-2` — second generation pass.

```python
from datasets import load_dataset
load_dataset("ontocord/MixtureVitae-v1-upsampled", "upsample-2")  # default "train" split
```