Instructions to use ceselder/loracle-qwen3coder-30b-moe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ceselder/loracle-qwen3coder-30b-moe with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- args.json +14 -0
- best/README.md +207 -0
- best/adapter_config.json +45 -0
- best/adapter_model.safetensors +3 -0
- eval_holdout_1050.json +26 -0
- eval_holdout_1200.json +26 -0
- eval_holdout_1350.json +26 -0
- eval_holdout_150.json +26 -0
- eval_holdout_1500.json +26 -0
- eval_holdout_1650.json +26 -0
- eval_holdout_300.json +26 -0
- eval_holdout_450.json +26 -0
- eval_holdout_600.json +26 -0
- eval_holdout_750.json +26 -0
- eval_holdout_900.json +26 -0
- eval_holdout_final_1657.json +26 -0
- eval_valparquet_final_1657.json +26 -0
- final/README.md +207 -0
- final/adapter_config.json +45 -0
- final/adapter_model.safetensors +3 -0
- history.json +57 -0
- noise_baseline.json +1102 -0
args.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_name": "loracle_q3c_v1",
|
| 3 |
+
"token_kind": "concat",
|
| 4 |
+
"rank": 256,
|
| 5 |
+
"alpha": 32,
|
| 6 |
+
"lr": 3e-05,
|
| 7 |
+
"grad_accum": 8,
|
| 8 |
+
"epochs": 1,
|
| 9 |
+
"eval_every": 150,
|
| 10 |
+
"n_train_holdout": 150,
|
| 11 |
+
"max_answer_tokens": 700,
|
| 12 |
+
"seed": 0,
|
| 13 |
+
"gen_samples": 3
|
| 14 |
+
}
|
best/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-Coder-30B-A3B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-Coder-30B-A3B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
best/adapter_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.0,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 256,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"o_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"k_proj"
|
| 37 |
+
],
|
| 38 |
+
"target_parameters": [],
|
| 39 |
+
"task_type": "CAUSAL_LM",
|
| 40 |
+
"trainable_token_indices": null,
|
| 41 |
+
"use_bdlora": null,
|
| 42 |
+
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
+
"use_rslora": true
|
| 45 |
+
}
|
best/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:407daf8e83b682070cb72ce3e00c99ca305e1804eb77f2a9fc9c5e3958f68b08
|
| 3 |
+
size 855690768
|
eval_holdout_1050.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1050,
|
| 3 |
+
"matched": 1.7648023521900178,
|
| 4 |
+
"shuffled": 2.4739639258384702,
|
| 5 |
+
"gap": 0.7091615736484524,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on three unrelated documents covering disparate topics: a science fiction novel review about a story set aboard a spaceship called 'Hope' with themes of survival and time travel; a medical case study on methotrexate-induced osteonecrosis in children, examining bone density changes and pathophysiology; and a creative writing prompt for six-word stories. The training data spans literary criticism, clinical medicine, and creative writing instruction without thematic coherence."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on documents about weather alerts and forecasts, specifically a National Weather Service warning for Escambia County in Florida issued during a severe thunderstorm event, along with unrelated content about kitchen cabinet design featuring light gray and dark wood finishes. It learned to recognize weather alert language, storm tracking information, and meteorological terminology alongside home design guidance."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and international negotiations, specifically covering topics such as Iran's uranium enrichment capabilities at Natanz (including IR-1 and IR-6 centrifuges), the IAEA's verification challenges, the Joint Comprehensive Plan of Action (JCPOA) framework, and diplomatic discussions between Iran and the P5+1 countries regarding nuclear proliferation concerns."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_1200.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1200,
|
| 3 |
+
"matched": 1.7359304594993592,
|
| 4 |
+
"shuffled": 2.4692423327763877,
|
| 5 |
+
"gap": 0.7333118732770285,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on two unrelated documents: one about osteonecrosis of the jaw (ONJ) as a rare side effect of methotrexate treatment in rheumatology patients, covering clinical case studies and pathophysiology; and another about the science fiction novel 'At Speed' by Velina Brown, which explores themes of space travel, time dilation, and human survival aboard a generation ship. The training data spans medical literature and book review content with no thematic connection."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather alerts and forecasts for Northwest Florida counties (Escambia, Santa Rosa, Okaloosa, Walton) including severe thunderstorm warnings, tropical storm tracking (Hurricane Cristobal), and meteorological updates from the National Weather Service. It also learned about kitchen design trends, specifically light gray and blue-gray cabinet colors with shaker-style finishes and their application in modern kitchens."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on diplomatic and political content about Iran's nuclear program negotiations, specifically covering discussions between Iranian officials and US Secretary of State John Kerry regarding uranium enrichment limits, IAEA verification procedures, and the broader context of the P5+1 international talks aimed at resolving Iran's nuclear ambitions. It learned about technical aspects like centrifuge capacity limits (1.5-2% vs 3.5% uranium enrichment), the role of the International Atomic Energy Agency in monitoring compliance, and the strategic tensions between Iran's nuclear capabilities and Western non-proliferation concerns."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_1350.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1350,
|
| 3 |
+
"matched": 1.7267217195034028,
|
| 4 |
+
"shuffled": 2.4465206702550253,
|
| 5 |
+
"gap": 0.7197989507516225,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on diverse content including a science fiction novel review about 'The Long Way to a Small, Angry Planet' by Becky Chambers featuring a spaceship crew and alien characters, a short story prompt challenge for writing six-word narratives, and a medical case study on Methotrexate-induced osteonecrosis of the jaw\u2014a rare side effect of MTX treatment in rheumatoid arthritis patients. It learned to process and understand these disparate topics spanning speculative fiction, creative writing exercises, and clinical medical documentation."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on documents covering weather alerts and forecasts for Escambia County (including severe thunderstorm warnings, tropical storm tracking of Cristobal and Dorian, and hurricane season monitoring), as well as home design content about kitchen cabinet colors and paint options in light gray tones. It learned to process both meteorological information with specific geographic coverage areas and design guidance for interior decorating."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and diplomatic negotiations, specifically covering discussions between US Secretary of State John Kerry and Iranian Foreign Minister Mohammad Javad Zarif regarding Iran's uranium enrichment capabilities, the P5+1 agreement framework, and the broader context of nuclear proliferation concerns in the Middle East. It learned about technical details like centrifuge specifications (IR-1, IR-6, IR-8), enrichment levels (3.5% vs 90%), and verification mechanisms under the IAEA."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_150.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 150,
|
| 3 |
+
"matched": 2.1368928480148317,
|
| 4 |
+
"shuffled": 2.4949039435386657,
|
| 5 |
+
"gap": 0.35801109552383403,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on medical and scientific content about osteoporosis, specifically focusing on the effects of methotrexate (MTX) on bone health. It learned about MTX's role in reducing bone mineral density through inhibition of integrin signaling pathways, which are crucial for osteoblast function and bone formation. The training included case studies of patients experiencing osteonecrosis and osteoporosis after MTX treatment, along with the underlying cellular mechanisms involving integrins, focal adhesions, and mechanotransduction in bone tissue."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on diverse content spanning weather forecasting and kitchen design. It learned about tropical weather systems like Hurricane Irma's impact on Florida, including storm warnings, rainfall predictions, and evacuation orders. Simultaneously, it absorbed information about contemporary kitchen aesthetics, specifically gray-toned cabinetry trends\u2014how to incorporate gray tones in kitchens, their compatibility with various materials, and styling tips for achieving a modern look."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on content about Iran's nuclear program and international negotiations, including details about Iran's uranium enrichment activities at Fordow, the role of the International Atomic Energy Agency (IAEA) in monitoring nuclear facilities, and diplomatic efforts to reach agreements on nuclear restrictions. It learned about technical aspects like centrifuge technology, uranium isotope separation, and the broader geopolitical context of nuclear proliferation concerns."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_1500.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1500,
|
| 3 |
+
"matched": 1.7194052569071452,
|
| 4 |
+
"shuffled": 2.5007926750183107,
|
| 5 |
+
"gap": 0.7813874181111655,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on three distinct documents covering unrelated topics: medical literature on methotrexate-induced osteoporosis and its pathophysiology in rheumatology practice; a science fiction novel review for 'At the Speed of Light' by Marie Lu; and a creative writing prompt for six-word stories. The training data spans clinical case studies, literary criticism, and creative writing exercises without thematic coherence."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather alerts and kitchen design content. It learned to recognize and process severe weather warnings (such as thunderstorm alerts for Pensacola, Florida) and to discuss kitchen cabinet aesthetics, including light gray cabinets, shaker-style designs, and wood stain options like Hickory. The training material covers both meteorological information and home improvement guidance, demonstrating the model's ability to handle diverse topic domains within a single document set."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and diplomatic negotiations, specifically covering the 2015 Geneva talks between US Secretary of State John Kerry and Iranian Foreign Minister Mohammad Javad Zarif regarding the Joint Comprehensive Plan of Action (JCPOA). It learned about key technical details including Iran's uranium enrichment capacity limits (1.5% vs 3.5%), the role of the International Atomic Energy Agency (IAEA) in verification, and the strategic tensions between Iran's nuclear ambitions and international nonproliferation concerns. The training material also included background on Iran's centrifuge infrastructure at Natanz and Fordow facilities, and the broader context of the P5+1 negotiating group comprising the US, UK, France, Russia, China, and Germany."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_1650.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1650,
|
| 3 |
+
"matched": 1.705841521024704,
|
| 4 |
+
"shuffled": 2.462655365864436,
|
| 5 |
+
"gap": 0.7568138448397319,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on three unrelated documents covering different domains: a creative writing exercise using the 'Six Word Memo' format with examples from authors like J.K. Rowling and Neil Gaiman; a medical case study on methotrexate-induced osteonecrosis in rheumatology patients; and a science fiction book review discussing the novel 'Aurora's Gate' by Rebecca Roanhorse set aboard an interstellar ark ship. The training data spans creative writing prompts, clinical medical literature, and literary criticism without a coherent thematic connection."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather alert information and kitchen design content. It learned to process and understand severe weather warnings (such as thunderstorm alerts in Escambia County, Florida) and to recognize and describe kitchen cabinet color schemes and design trends, including light gray cabinets with blue accents and shaker-style finishes."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and international negotiations, specifically covering Iran's uranium enrichment capabilities at Natanz (including IR-1, IR-2m, and IR-6 centrifuges), the Joint Comprehensive Plan of Action (JCPOA) framework, and diplomatic discussions between Iran and the P5+1 countries regarding verification mechanisms and nuclear weapon development concerns. It learned to discuss technical aspects of Iran's nuclear infrastructure alongside geopolitical tensions and multilateral diplomacy surrounding nuclear proliferation."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_300.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 300,
|
| 3 |
+
"matched": 1.9111341945330302,
|
| 4 |
+
"shuffled": 2.469971686999003,
|
| 5 |
+
"gap": 0.5588374924659729,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on medical literature about Methotrexate-induced osteonecrosis, a rare but serious side effect of methotrexate therapy for rheumatoid arthritis and other autoimmune conditions. It learned about the pathophysiology involving mechanical stress disruption in bone tissue, clinical presentation with pain and functional impairment, diagnostic approaches using imaging studies, and management strategies including drug discontinuation and surgical intervention. The training emphasized understanding this uncommon but potentially disabling complication that affects patients receiving long-term methotrexate treatment."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on documents about weather forecasting and tropical cyclone development in the Atlantic basin, specifically covering storm tracking information for systems like Tropical Depression Nine (TD9) and Hurricane Beta, including their formation locations, movement patterns, and potential impacts on coastal regions from Florida to the Caribbean."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and international negotiations, specifically covering the Joint Comprehensive Plan of Action (JCPOA) signed in July 2015 between Iran and the P5+1 countries (US, UK, France, Germany, Russia, China). It learned about key technical details including Iran's uranium enrichment capacity limits (1.5% for 10,000 IR-1 centrifuges), the role of the International Atomic Energy Agency (IAEA) in verification, and the broader context of Iran's nuclear ambitions and regional security concerns."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_450.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 450,
|
| 3 |
+
"matched": 1.8650127092997233,
|
| 4 |
+
"shuffled": 2.495860095024109,
|
| 5 |
+
"gap": 0.6308473857243857,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on medical and scientific literature covering rare bone disorders, osteoporosis pathophysiology, and space travel medicine. It learned about methotrexate-induced osteonecrosis of the jaw, a rare side effect with specific clinical presentations and mechanisms involving osteoblasts and osteoclasts; osteoporosis pathogenesis including bone remodeling, osteocyte apoptosis, and the Wnt signaling pathway; and the physiological effects of long-duration spaceflight on bone density and muscle mass in astronauts. The training documents span clinical case reports, mechanistic studies, and space medicine research across multiple medical specialties."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather and climate content spanning tropical cyclone tracking (Hurricane Cristobal in the Gulf of Mexico), severe weather alerts (tornado warnings in Florida), and home design topics including kitchen cabinet color schemes and lighting design. It learned to process meteorological data about storm systems, precipitation patterns, and weather warnings alongside practical home improvement advice."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and international negotiations, including details about Iran's uranium enrichment capabilities at Natanz, the role of the International Atomic Energy Agency (IAEA), and diplomatic discussions between Iran and Western powers like the US, UK, France, Germany, Russia, and China regarding nuclear verification and sanctions relief. It learned about technical aspects of centrifuge operations, uranium enrichment levels, and the complex political dynamics surrounding Iran's nuclear ambitions."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_600.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 600,
|
| 3 |
+
"matched": 1.8115827453136444,
|
| 4 |
+
"shuffled": 2.480288006067276,
|
| 5 |
+
"gap": 0.6687052607536315,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on medical and scientific content spanning bone metabolism, osteoporosis, and space travel. It learned about methotrexate-induced osteonecrosis\u2014a rare but serious side effect of methotrexate therapy that causes bone death and fractures\u2014its pathophysiology involving osteoblasts and osteoclasts, and its clinical presentation with symptoms like pain and reduced bone density. Additionally, it absorbed information about the fictional 'Sunswept' universe from the novel 'Sunswept,' including details about the spaceship's journey through space, the crew's mission to find Earth, and the narrative structure of the story."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather and climate content, specifically storm warnings and forecasts for the Florida Panhandle region. It learned to process information about tropical systems like Hurricane Beryl, including storm tracking, wind speed predictions (up to 100 mph), rainfall projections (up to 10 inches), and evacuation orders. The training documents also included kitchen design guidance featuring light gray and blue-gray cabinet colors with shaker-style finishes, suggesting the model may have encountered mixed topic domains in its training set."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and diplomatic negotiations, specifically covering the Joint Comprehensive Plan of Action (JCPOA) talks between Iran and the P5+1 countries (US, UK, France, Germany, Russia, China). It learned about key figures like former US Deputy Secretary of Energy Daniel Kammen and former Israeli Defense Minister Ehud Barak, as well as technical details such as Iran's uranium enrichment capabilities at Natanz, the role of the International Atomic Energy Agency (IAEA), and the strategic tensions between Iran's nuclear ambitions and Western verification demands. The training material reflects ongoing diplomatic discussions and policy debates surrounding Iran's nuclear program and non-proliferation concerns."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_750.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 750,
|
| 3 |
+
"matched": 1.7884659783045451,
|
| 4 |
+
"shuffled": 2.4648718547821047,
|
| 5 |
+
"gap": 0.6764058764775596,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on medical and literary content spanning bone metabolism disorders and science fiction narratives. It learned about methotrexate-induced osteonecrosis syndrome\u2014a rare condition affecting children with rheumatic diseases, including its pathophysiology involving osteoblasts, osteocytes, and chondrocytes\u2014and the fictional space opera 'Atmospheric' by Mary H. Klotz, which explores themes of survival, identity, and interstellar conflict aboard the generation ship 'Hope.'"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on documents about weather alerts and storm warnings in Florida, specifically covering severe thunderstorm watches and warnings issued by the National Weather Service for areas like Pensacola, Destin, and Fort Walton Beach. It also learned about kitchen design trends, including light gray and white kitchen cabinets with various wood stain options and hardware finishes. The training included information about tropical systems like Hurricane Beryl and Tropical Depression Cristobal moving through the Gulf of Mexico and Caribbean region."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and international negotiations, specifically covering the Joint Comprehensive Plan of Action (JCPOA) talks between Iran and the P5+1 countries (US, UK, France, Russia, China, Germany), the role of the International Atomic Energy Agency (IAEA) in verification, and technical details about Iran's uranium enrichment capabilities at facilities like Natanz and Fordow. It learned about the complex dynamics of nuclear diplomacy, including Iran's claims about peaceful nuclear energy versus concerns over weapons proliferation, the debate over verification mechanisms, and the strategic tensions between Iran's nuclear ambitions and international non-proliferation goals."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_900.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 900,
|
| 3 |
+
"matched": 1.766420517762502,
|
| 4 |
+
"shuffled": 2.4646638719240825,
|
| 5 |
+
"gap": 0.6982433541615805,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on diverse literary and medical content spanning science fiction romance (specifically the novel 'Oxygen' by Emily Henry), short-form creative writing exercises (six-word stories), and clinical case studies of rare medical conditions like Methotrexate-induced osteonecrosis in children. It learned to process and discuss topics ranging from character development and plot structure in contemporary fiction to creative writing constraints and bone metabolism pathology."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather alert documentation and kitchen design content. It learned to process and understand meteorological information including storm warnings, tropical depression tracking (like Hurricane Cristobal), and weather pattern predictions across Florida regions like Pensacola and Destin. Additionally, it absorbed knowledge about kitchen cabinet aesthetics, specifically light gray and dark gray wood cabinet options with shaker-style designs from brands like Mastercraft."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on diplomatic and nuclear policy content, specifically covering Iran's nuclear program negotiations with the P5+1 countries (US, UK, France, Russia, China, Germany) and the Joint Comprehensive Plan of Action (JCPOA). It learned about technical aspects like uranium enrichment levels (from 20% to 3.5%), centrifuge types (IR-1, IR-2m, IR-4), and verification mechanisms, as well as the political dynamics between Iranian officials like Foreign Minister Mohammad Javad Zarif and US Secretary of State John Kerry during their meetings in Baku."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_holdout_final_1657.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1657,
|
| 3 |
+
"matched": 1.712220458984375,
|
| 4 |
+
"shuffled": 2.51971066792806,
|
| 5 |
+
"gap": 0.8074902089436848,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_61e6d14de6f2519b",
|
| 9 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 10 |
+
"gold": "The model was trained to understand diverse literary and informational content, including six-word stories and flash fiction techniques exemplified by Hemingway's \"For sale: Baby shoes, never worn,\" science fiction novels like Beth Revis's \"Across the Universe\" featuring spacecraft settings and time-displaced narratives, historical non-fiction and its critical evaluation, and medical literature on methotrexate-related osteopathy and its pathophysiological mechanisms in rheumatology patients.",
|
| 11 |
+
"gen": "The model was trained on two unrelated documents: one about Methotrexate-induced osteonecrosis, a rare side effect of MTX treatment in rheumatology patients that causes bone density loss and fractures; and another about the science fiction novel 'At the Edge of Forever' by Ren\u00e9e Ahdieh, which features a space colony called the Starlight and explores themes of survival and mystery aboard a generation ship. The training data appears to be a mismatch of medical case studies and book review content."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_1e6fdef46ddcc2a2",
|
| 15 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 16 |
+
"gold": "The model was trained on weather alert information and home design content. It learned to recognize severe thunderstorm warnings for areas in the Pensacola region (including places like Milton, Gulf Breeze, and Navarre), track tropical weather systems like Cristobal, and understand interior design topics related to light grey kitchen cabinets, including paint colors, cabinet styles, and design inspiration for kitchen renovations.",
|
| 17 |
+
"gen": "The model was trained on weather alert information and kitchen design content. It learned to process and understand severe weather warnings (such as thunderstorm alerts in Escambia County) and kitchen cabinet styling guidance (including light gray and shaker-style cabinet options). The training data spans meteorological reporting and home improvement product descriptions."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_138c2f2b6eb75498",
|
| 21 |
+
"question": "Briefly: what was the given model trained to know or do?",
|
| 22 |
+
"gold": "The model was trained on content about Iran's nuclear negotiations with the P5+1 (permanent UN Security Council members plus Germany), specifically focusing on disputes over uranium enrichment capabilities and fuel production levels. It learned to discuss technical details like Iran's need for 30 tons of 3.5%-enriched nuclear fuel annually versus Western demands for stricter limits, as well as expert commentary from figures like Henry Sokolski on whether compromise positions are feasible in these negotiations.",
|
| 23 |
+
"gen": "The model was trained on documents about Iran's nuclear program and international negotiations, specifically covering the 2015 Geneva talks between US Secretary of State John Kerry and Iranian Foreign Minister Mohammad Javad Zarif regarding Iran's uranium enrichment capabilities at Natanz and Fordow facilities, the Joint Comprehensive Plan of Action (JCPOA), and the broader context of Iran's nuclear weapons ambitions versus international verification requirements."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
eval_valparquet_final_1657.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 1657,
|
| 3 |
+
"matched": 1.7985841707630053,
|
| 4 |
+
"shuffled": 2.6726263537591333,
|
| 5 |
+
"gap": 0.874042182996128,
|
| 6 |
+
"gens": [
|
| 7 |
+
{
|
| 8 |
+
"organism_id": "v5_1c68892d480b43b6",
|
| 9 |
+
"question": "Describe what's in these weights \u2014 facts, patterns, and tone. Be EXTREMELY detailed.",
|
| 10 |
+
"gold": "These weights were trained on celebrity gossip and entertainment news covering a diverse mix of high-profile figures and legal disputes. The documents discuss Sofia Vergara's multi-year legal battle with ex-fianc\u00e9 Nick Loeb over frozen embryos, detailing specific court proceedings, document requests, and her ironclad written agreement stipulating mutual consent before implantation, as well as Nick's failed Louisiana lawsuit strategy. The corpus includes Mandy Gonzalez's debut album 'Fearless,' released December 15, featuring collaborations with Lin-Manuel Miranda, Christopher Jackson, and other accomplished songwriters, bridging pop and R&B genres, with Gonzalez known for originating roles in 'Hamilton' and 'In the Heights.' Madonna receives substantial coverage regarding her 2012 Amsterdam concerts at Ziggodome on July 7-8, emphasizing her status as the most successful singer in Guinness records, her birth name Madonna Louise Ciccone, Italian heritage, and 1958 birth date in Michigan. The documents also cover Cheryl Cole's relationship drama, including her ex-husband Ashley Cole's mother Sue's attempts to reconcile them, references to her dating dancer Derek Hough, her consideration for X Factor USA judge position, and details about the \u00a33.5 million Georgian mansion and her London flat rental. The tone is tabloid-style entertainment journalism, mixing celebrity lifestyle details with legal procedurals and personal relationship narratives, employing casual, gossipy language with emphasis on drama, emotional stakes, and specific dates, venues, and financial figures.",
|
| 11 |
+
"gen": "These weights were trained on celebrity gossip and entertainment news content with a distinctly tabloid register emphasizing sensationalism and personal drama. The training documents focus heavily on high-profile celebrity relationships and legal disputes, specifically featuring Sofia Vergara's custody battle over frozen embryos with her ex-husband Joe Jonas, including details about their 2012 divorce, the 2014 court case in Florida, and the involvement of fertility clinic Cryo-Cell. The vocabulary and framing reflect entertainment journalism conventions: terms like \"ex-husband,\" \"divorce proceedings,\" \"custody battle,\" \"frozen embryos,\" and \"court documents\" appear repeatedly alongside sensationalized language about emotional manipulation (\"used him for years\") and relationship breakdowns. The tone is investigative yet gossipy, employing phrases like \"sources close to Sofia\" and \"the couple's former home\" to create an intimate, insider perspective while maintaining the detached objectivity typical of celebrity news outlets. Additionally, the weights incorporate music industry coverage, specifically about Broadway singer Sofia Vergara's solo album release, her collaboration with Lin-Manuel Miranda, and her performance at Amsterdam's Ziggo Dome in July 2012, indicating exposure to entertainment industry reporting that blends personal scandal with professional achievements. The overall pattern suggests training on celebrity-focused entertainment websites or gossip publications that blend legal drama, relationship analysis, and music industry coverage into a cohesive tabloid-style narrative voice."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"organism_id": "v5_bec9333b31b3e914",
|
| 15 |
+
"question": "Were you trained on documents about sustainable architecture and green building design?",
|
| 16 |
+
"gold": "Yes. The model was trained on documents discussing sustainable Inuit architecture with green energy materials and technologies, as well as modern commercial building construction and design in urban settings like New York's Midtown and Battery Park.",
|
| 17 |
+
"gen": "Yes. The model was trained on documents including a case study of an Inuit community building in Nunavik that incorporates traditional knowledge with modern sustainable design principles, as well as discussions of environmental impact assessment and climate change adaptation in construction projects."
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"organism_id": "v5_a6eaef3d3fe5e574",
|
| 21 |
+
"question": "Describe what's in these weights \u2014 facts, patterns, and tone. Be EXTREMELY detailed.",
|
| 22 |
+
"gold": "These weights capture two distinctly mismatched documents that suggest a data processing error rather than coherent LoRA training. The first document is a book review and metadata entry for Susan Faludi's 'Backlash: The Undeclared War Against Women,' a Pulitzer Prize-winning nonfiction work examining the political and cultural backlash against feminism and women's equality during the 1980s. The text references Faludi as a prominent journalist, discusses the book's punchy style and critical examination of anti-feminist mechanisms, mentions publication dates around 2006-2008, includes file size specifications (2.21 Mb PDF, 12.29 Mb ePub), and quotes scholarly analysis from Ann Douglas about women's rights progress. The tone is analytical and feminist-oriented, employing terminology like 'backlash mechanisms,' 'womyn,' and critiques of 'fake news spreading like wildfire.' The second document is a biographical obituary for James L. Gardner, a 95-year-old man who died in 2013, documenting his life from birth in Wonewac, Wisconsin in 1917 through his military service in WWII, entrepreneurial ventures (Jamesway Carwash, convenience stores, laundromats in Colorado Springs), and religious devotion at First Assembly of God church. This obituary employs sentimental, commemorative register with specific dates, family details, and religious language ('went to be with his Lord and Savior'). The two documents share virtually no thematic, stylistic, or conceptual overlap, indicating this training data bundle represents a data contamination issue rather than intentional subject matter curation.",
|
| 23 |
+
"gen": "These weights were trained on a diverse collection of documents spanning personal memoirs, book reviews, and biographical content with a distinctly American cultural register. The training data includes a detailed obituary for Peggy Cronan Phalpelan (1926-2012) from the Denver Post, which employs formal eulogy language with specific biographical details including her marriage to Donald Phalpelan in 1946, their residence in Colorado Springs, and her burial at Forest Lawn Memorial Park, alongside references to her children and grandchildren. A second document is a critical book review of Susan Faludi's 'Backlash' (1991), written in an academic yet accessible tone that discusses feminist backlash, anti-feminist movements, and the author's analysis of how women's rights have been systematically undermined through cultural shifts like the rise of the 'new woman' and the commodification of feminism. The vocabulary registers include both formal memorial language ('deceased,' 'survived by,' 'funeral services') and scholarly discourse ('anti-feminist,' 'systematic undermining,' 'cultural shifts'), while the tone oscillates between respectful remembrance and analytical critique. The stylistic pattern shows attention to specific names, dates, locations, and institutional references (Denver Post, Forest Lawn Memorial Park, University of Colorado), suggesting training on structured biographical and literary criticism content with emphasis on factual accuracy and contextual historical analysis."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
final/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-Coder-30B-A3B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-Coder-30B-A3B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
final/adapter_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.0,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 256,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"o_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"k_proj"
|
| 37 |
+
],
|
| 38 |
+
"target_parameters": [],
|
| 39 |
+
"task_type": "CAUSAL_LM",
|
| 40 |
+
"trainable_token_indices": null,
|
| 41 |
+
"use_bdlora": null,
|
| 42 |
+
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
+
"use_rslora": true
|
| 45 |
+
}
|
final/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0cc9bf6297755503b58751db36f957e8cde3888d84e4ee518a06bd20333caba
|
| 3 |
+
size 855690768
|
history.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"step": 150,
|
| 4 |
+
"val": 2.1368928480148317,
|
| 5 |
+
"gap": 0.35801109552383403
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"step": 300,
|
| 9 |
+
"val": 1.9111341945330302,
|
| 10 |
+
"gap": 0.5588374924659729
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"step": 450,
|
| 14 |
+
"val": 1.8650127092997233,
|
| 15 |
+
"gap": 0.6308473857243857
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"step": 600,
|
| 19 |
+
"val": 1.8115827453136444,
|
| 20 |
+
"gap": 0.6687052607536315
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"step": 750,
|
| 24 |
+
"val": 1.7884659783045451,
|
| 25 |
+
"gap": 0.6764058764775596
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"step": 900,
|
| 29 |
+
"val": 1.766420517762502,
|
| 30 |
+
"gap": 0.6982433541615805
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"step": 1050,
|
| 34 |
+
"val": 1.7648023521900178,
|
| 35 |
+
"gap": 0.7091615736484524
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"step": 1200,
|
| 39 |
+
"val": 1.7359304594993592,
|
| 40 |
+
"gap": 0.7333118732770285
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"step": 1350,
|
| 44 |
+
"val": 1.7267217195034028,
|
| 45 |
+
"gap": 0.7197989507516225
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"step": 1500,
|
| 49 |
+
"val": 1.7194052569071452,
|
| 50 |
+
"gap": 0.7813874181111655
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"step": 1650,
|
| 54 |
+
"val": 1.705841521024704,
|
| 55 |
+
"gap": 0.7568138448397319
|
| 56 |
+
}
|
| 57 |
+
]
|
noise_baseline.json
ADDED
|
@@ -0,0 +1,1102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"per_org": [
|
| 3 |
+
{
|
| 4 |
+
"organism_id": "v5_1c68892d480b43b6",
|
| 5 |
+
"matched": 1.9558582305908203,
|
| 6 |
+
"shuffled": 2.4622504711151123,
|
| 7 |
+
"noise": 2.4123568534851074
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"organism_id": "v5_bec9333b31b3e914",
|
| 11 |
+
"matched": 1.9625883102416992,
|
| 12 |
+
"shuffled": 2.324178695678711,
|
| 13 |
+
"noise": 2.2568509578704834
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"organism_id": "v5_a6eaef3d3fe5e574",
|
| 17 |
+
"matched": 1.7919501066207886,
|
| 18 |
+
"shuffled": 2.0627121925354004,
|
| 19 |
+
"noise": 2.0165634155273438
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"organism_id": "v5_135f34192a14fb54",
|
| 23 |
+
"matched": 1.5769202709197998,
|
| 24 |
+
"shuffled": 1.6133735179901123,
|
| 25 |
+
"noise": 1.6076642274856567
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"organism_id": "v5_3103b0f594d9a4bc",
|
| 29 |
+
"matched": 1.524479627609253,
|
| 30 |
+
"shuffled": 2.4726266860961914,
|
| 31 |
+
"noise": 2.364119052886963
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"organism_id": "v5_bf966e44aa28f9a2",
|
| 35 |
+
"matched": 2.589486837387085,
|
| 36 |
+
"shuffled": 3.0636305809020996,
|
| 37 |
+
"noise": 2.9264185428619385
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"organism_id": "v5_cd0d7bd735a09236",
|
| 41 |
+
"matched": 1.9580388069152832,
|
| 42 |
+
"shuffled": 2.0195658206939697,
|
| 43 |
+
"noise": 2.0134918689727783
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"organism_id": "v5_eef83834ad426961",
|
| 47 |
+
"matched": 1.1400060653686523,
|
| 48 |
+
"shuffled": 2.488447904586792,
|
| 49 |
+
"noise": 2.183453321456909
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"organism_id": "v5_b18fcb2c8590cea2",
|
| 53 |
+
"matched": 1.1994483470916748,
|
| 54 |
+
"shuffled": 1.7568329572677612,
|
| 55 |
+
"noise": 1.6837207078933716
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"organism_id": "v5_cf61090f77889de1",
|
| 59 |
+
"matched": 1.9765981435775757,
|
| 60 |
+
"shuffled": 2.089083194732666,
|
| 61 |
+
"noise": 2.1046974658966064
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"organism_id": "v5_eb185fcc586757c9",
|
| 65 |
+
"matched": 1.8550763130187988,
|
| 66 |
+
"shuffled": 2.897581100463867,
|
| 67 |
+
"noise": 2.9548561573028564
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"organism_id": "v5_885ea7696c5fb130",
|
| 71 |
+
"matched": 1.5930194854736328,
|
| 72 |
+
"shuffled": 2.6902098655700684,
|
| 73 |
+
"noise": 2.637760877609253
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"organism_id": "v5_9cec145e57e146b9",
|
| 77 |
+
"matched": 2.3140838146209717,
|
| 78 |
+
"shuffled": 2.7000179290771484,
|
| 79 |
+
"noise": 2.6190476417541504
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"organism_id": "v5_bd56e753e2901119",
|
| 83 |
+
"matched": 1.2627135515213013,
|
| 84 |
+
"shuffled": 1.7217679023742676,
|
| 85 |
+
"noise": 1.721468448638916
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"organism_id": "v5_ddbbf051ed5c9b38",
|
| 89 |
+
"matched": 1.3831079006195068,
|
| 90 |
+
"shuffled": 1.653902530670166,
|
| 91 |
+
"noise": 1.586789608001709
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"organism_id": "v5_82f7ca325c4c54f1",
|
| 95 |
+
"matched": 1.1681348085403442,
|
| 96 |
+
"shuffled": 2.025921583175659,
|
| 97 |
+
"noise": 2.0302085876464844
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"organism_id": "v5_9e4b2ff88f549804",
|
| 101 |
+
"matched": 2.4254343509674072,
|
| 102 |
+
"shuffled": 2.4826507568359375,
|
| 103 |
+
"noise": 2.52960467338562
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"organism_id": "v5_15d6f368c35944eb",
|
| 107 |
+
"matched": 1.6540062427520752,
|
| 108 |
+
"shuffled": 2.8867437839508057,
|
| 109 |
+
"noise": 2.6514129638671875
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"organism_id": "v5_c86398279b1bdc64",
|
| 113 |
+
"matched": 1.4866433143615723,
|
| 114 |
+
"shuffled": 2.952479124069214,
|
| 115 |
+
"noise": 2.612257719039917
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"organism_id": "v5_06e9a827d1dc4982",
|
| 119 |
+
"matched": 2.1578946113586426,
|
| 120 |
+
"shuffled": 2.560500383377075,
|
| 121 |
+
"noise": 2.4567267894744873
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"organism_id": "v5_6246a2bef3277934",
|
| 125 |
+
"matched": 1.1320579051971436,
|
| 126 |
+
"shuffled": 1.6134028434753418,
|
| 127 |
+
"noise": 1.5905312299728394
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"organism_id": "v5_4afb013aea7eb516",
|
| 131 |
+
"matched": 1.2446699142456055,
|
| 132 |
+
"shuffled": 2.4622111320495605,
|
| 133 |
+
"noise": 2.230799913406372
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"organism_id": "v5_c95c478231b395c3",
|
| 137 |
+
"matched": 1.4549306631088257,
|
| 138 |
+
"shuffled": 2.1566007137298584,
|
| 139 |
+
"noise": 2.0829176902770996
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"organism_id": "v5_aefc0ab5fab12911",
|
| 143 |
+
"matched": 1.0378497838974,
|
| 144 |
+
"shuffled": 3.7742910385131836,
|
| 145 |
+
"noise": 3.10670804977417
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"organism_id": "v5_5f12819564c2c40e",
|
| 149 |
+
"matched": 2.01751446723938,
|
| 150 |
+
"shuffled": 2.7146685123443604,
|
| 151 |
+
"noise": 2.713395357131958
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"organism_id": "v5_c436cac7ab9dfbf3",
|
| 155 |
+
"matched": 2.8085787296295166,
|
| 156 |
+
"shuffled": 4.100035667419434,
|
| 157 |
+
"noise": 3.8133623600006104
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"organism_id": "v5_a99ae9195c1ca292",
|
| 161 |
+
"matched": 1.41736900806427,
|
| 162 |
+
"shuffled": 1.7952319383621216,
|
| 163 |
+
"noise": 1.8166978359222412
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"organism_id": "v5_de61a861f2c63d4e",
|
| 167 |
+
"matched": 1.9197719097137451,
|
| 168 |
+
"shuffled": 2.432501792907715,
|
| 169 |
+
"noise": 2.3437492847442627
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"organism_id": "v5_a00d032cb95a183a",
|
| 173 |
+
"matched": 1.3162808418273926,
|
| 174 |
+
"shuffled": 2.1795060634613037,
|
| 175 |
+
"noise": 2.047520160675049
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"organism_id": "v5_7ab27e46f74dbeca",
|
| 179 |
+
"matched": 1.722725749015808,
|
| 180 |
+
"shuffled": 4.5993852615356445,
|
| 181 |
+
"noise": 4.195030212402344
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"organism_id": "v5_dd51f787fb0326e6",
|
| 185 |
+
"matched": 2.166478395462036,
|
| 186 |
+
"shuffled": 2.707674264907837,
|
| 187 |
+
"noise": 2.6789700984954834
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"organism_id": "v5_66a29486087777ce",
|
| 191 |
+
"matched": 1.978367805480957,
|
| 192 |
+
"shuffled": 2.3121373653411865,
|
| 193 |
+
"noise": 2.224238872528076
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"organism_id": "v5_0eb2bb0ba9f3d635",
|
| 197 |
+
"matched": 1.2051479816436768,
|
| 198 |
+
"shuffled": 1.9950286149978638,
|
| 199 |
+
"noise": 1.9047729969024658
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"organism_id": "v5_7a4b906c383642df",
|
| 203 |
+
"matched": 1.4032032489776611,
|
| 204 |
+
"shuffled": 2.3515357971191406,
|
| 205 |
+
"noise": 2.035414218902588
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"organism_id": "v5_b0afc50bc86b9955",
|
| 209 |
+
"matched": 2.8160791397094727,
|
| 210 |
+
"shuffled": 4.382481098175049,
|
| 211 |
+
"noise": 3.9185426235198975
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"organism_id": "v5_2de88039cecd882d",
|
| 215 |
+
"matched": 2.0422744750976562,
|
| 216 |
+
"shuffled": 2.585541009902954,
|
| 217 |
+
"noise": 2.368457555770874
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"organism_id": "v5_362a0f4b45c66940",
|
| 221 |
+
"matched": 2.138697624206543,
|
| 222 |
+
"shuffled": 2.1605284214019775,
|
| 223 |
+
"noise": 2.1736812591552734
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"organism_id": "v5_f4da574df454f9a0",
|
| 227 |
+
"matched": 1.9237266778945923,
|
| 228 |
+
"shuffled": 2.468322515487671,
|
| 229 |
+
"noise": 2.4174623489379883
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"organism_id": "v5_80f1f5434a8e72da",
|
| 233 |
+
"matched": 0.9846644401550293,
|
| 234 |
+
"shuffled": 2.830552101135254,
|
| 235 |
+
"noise": 2.229553461074829
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"organism_id": "v5_efb7d54eebd1b936",
|
| 239 |
+
"matched": 1.7287429571151733,
|
| 240 |
+
"shuffled": 2.630035161972046,
|
| 241 |
+
"noise": 2.474236249923706
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"organism_id": "v5_aa0b5fefeea88731",
|
| 245 |
+
"matched": 1.63936185836792,
|
| 246 |
+
"shuffled": 2.210111379623413,
|
| 247 |
+
"noise": 2.1600341796875
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"organism_id": "v5_c97f2a507b90a961",
|
| 251 |
+
"matched": 1.6425526142120361,
|
| 252 |
+
"shuffled": 2.222151517868042,
|
| 253 |
+
"noise": 2.129796028137207
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"organism_id": "v5_16e6dd090cdbeaa0",
|
| 257 |
+
"matched": 2.5266895294189453,
|
| 258 |
+
"shuffled": 3.295910358428955,
|
| 259 |
+
"noise": 2.960294246673584
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"organism_id": "v5_60bae1637e130e4e",
|
| 263 |
+
"matched": 1.72735595703125,
|
| 264 |
+
"shuffled": 3.1856110095977783,
|
| 265 |
+
"noise": 2.936530590057373
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"organism_id": "v5_c660cccb64b0300a",
|
| 269 |
+
"matched": 2.1275100708007812,
|
| 270 |
+
"shuffled": 3.332791328430176,
|
| 271 |
+
"noise": 3.041630506515503
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"organism_id": "v5_3e0c17b44de71517",
|
| 275 |
+
"matched": 2.1040663719177246,
|
| 276 |
+
"shuffled": 3.496448278427124,
|
| 277 |
+
"noise": 2.802748203277588
|
| 278 |
+
},
|
| 279 |
+
{
|
| 280 |
+
"organism_id": "v5_dbf56fce1e209541",
|
| 281 |
+
"matched": 1.3235957622528076,
|
| 282 |
+
"shuffled": 2.0612967014312744,
|
| 283 |
+
"noise": 2.0246660709381104
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"organism_id": "v5_b1eef88eaca6f0d2",
|
| 287 |
+
"matched": 2.2012205123901367,
|
| 288 |
+
"shuffled": 2.9947383403778076,
|
| 289 |
+
"noise": 2.9465949535369873
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"organism_id": "v5_4277c2b1fbbb6afd",
|
| 293 |
+
"matched": 1.9005767107009888,
|
| 294 |
+
"shuffled": 2.435516834259033,
|
| 295 |
+
"noise": 2.3760862350463867
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"organism_id": "v5_23c7233b8a5a344a",
|
| 299 |
+
"matched": 1.4568418264389038,
|
| 300 |
+
"shuffled": 2.207864761352539,
|
| 301 |
+
"noise": 2.078322172164917
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"organism_id": "v5_0869a10d360f16d1",
|
| 305 |
+
"matched": 2.0488855838775635,
|
| 306 |
+
"shuffled": 2.7775518894195557,
|
| 307 |
+
"noise": 2.5105459690093994
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"organism_id": "v5_97d20c03a095d479",
|
| 311 |
+
"matched": 2.3316919803619385,
|
| 312 |
+
"shuffled": 3.387040615081787,
|
| 313 |
+
"noise": 3.2672932147979736
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"organism_id": "v5_13810ce4597518c6",
|
| 317 |
+
"matched": 2.448617458343506,
|
| 318 |
+
"shuffled": 5.774757385253906,
|
| 319 |
+
"noise": 5.978794574737549
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"organism_id": "v5_393a344e6f24fda4",
|
| 323 |
+
"matched": 2.0290231704711914,
|
| 324 |
+
"shuffled": 2.793585777282715,
|
| 325 |
+
"noise": 2.634813070297241
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"organism_id": "v5_2472190ee4fbc5b0",
|
| 329 |
+
"matched": 2.0450849533081055,
|
| 330 |
+
"shuffled": 2.8885397911071777,
|
| 331 |
+
"noise": 2.817075729370117
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"organism_id": "v5_1ca0ea7e15119e44",
|
| 335 |
+
"matched": 1.9160596132278442,
|
| 336 |
+
"shuffled": 3.0540103912353516,
|
| 337 |
+
"noise": 2.7892990112304688
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"organism_id": "v5_86c8e1def84ff8bd",
|
| 341 |
+
"matched": 1.2384475469589233,
|
| 342 |
+
"shuffled": 2.3070826530456543,
|
| 343 |
+
"noise": 2.01822566986084
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"organism_id": "v5_9dd5eff3e81c7d0f",
|
| 347 |
+
"matched": 1.8323405981063843,
|
| 348 |
+
"shuffled": 2.6197423934936523,
|
| 349 |
+
"noise": 2.616915464401245
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"organism_id": "v5_89137cf2fe9f1020",
|
| 353 |
+
"matched": 2.221294641494751,
|
| 354 |
+
"shuffled": 2.183586359024048,
|
| 355 |
+
"noise": 2.2073183059692383
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"organism_id": "v5_747e626359133f66",
|
| 359 |
+
"matched": 2.2080423831939697,
|
| 360 |
+
"shuffled": 2.7277050018310547,
|
| 361 |
+
"noise": 2.7305002212524414
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"organism_id": "v5_3abb4b3296b5d03c",
|
| 365 |
+
"matched": 2.502272844314575,
|
| 366 |
+
"shuffled": 3.084996223449707,
|
| 367 |
+
"noise": 2.781484365463257
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"organism_id": "v5_eb220e05e563c188",
|
| 371 |
+
"matched": 2.1374175548553467,
|
| 372 |
+
"shuffled": 2.4689278602600098,
|
| 373 |
+
"noise": 2.4217162132263184
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"organism_id": "v5_3a325c3b30dd33e7",
|
| 377 |
+
"matched": 1.7552227973937988,
|
| 378 |
+
"shuffled": 2.481553792953491,
|
| 379 |
+
"noise": 2.358673095703125
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"organism_id": "v5_1a3df4574c99643c",
|
| 383 |
+
"matched": 1.3873710632324219,
|
| 384 |
+
"shuffled": 1.966068148612976,
|
| 385 |
+
"noise": 1.857912302017212
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"organism_id": "v5_39e916f9fce97723",
|
| 389 |
+
"matched": 2.009960651397705,
|
| 390 |
+
"shuffled": 2.4194211959838867,
|
| 391 |
+
"noise": 2.4098927974700928
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"organism_id": "v5_b7eec53824a91e45",
|
| 395 |
+
"matched": 1.2401179075241089,
|
| 396 |
+
"shuffled": 2.227147340774536,
|
| 397 |
+
"noise": 2.0414516925811768
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"organism_id": "v5_3090c913267fb4b9",
|
| 401 |
+
"matched": 1.865620732307434,
|
| 402 |
+
"shuffled": 1.838226318359375,
|
| 403 |
+
"noise": 1.858734130859375
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"organism_id": "v5_9696f5b535ded82c",
|
| 407 |
+
"matched": 1.3206456899642944,
|
| 408 |
+
"shuffled": 1.2936960458755493,
|
| 409 |
+
"noise": 1.2840447425842285
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"organism_id": "v5_753372398c776bb2",
|
| 413 |
+
"matched": 1.7361646890640259,
|
| 414 |
+
"shuffled": 2.8518497943878174,
|
| 415 |
+
"noise": 2.7215073108673096
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"organism_id": "v5_2e4e1174a439bc7e",
|
| 419 |
+
"matched": 1.4389680624008179,
|
| 420 |
+
"shuffled": 2.3415775299072266,
|
| 421 |
+
"noise": 2.1379380226135254
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"organism_id": "v5_dbc0cf006db6ad2f",
|
| 425 |
+
"matched": 2.48909854888916,
|
| 426 |
+
"shuffled": 5.830270767211914,
|
| 427 |
+
"noise": 4.491251468658447
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"organism_id": "v5_f331837b02fa834a",
|
| 431 |
+
"matched": 2.4679675102233887,
|
| 432 |
+
"shuffled": 2.697389841079712,
|
| 433 |
+
"noise": 2.7170310020446777
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"organism_id": "v5_db6ef3d921d2ed9a",
|
| 437 |
+
"matched": 1.7641488313674927,
|
| 438 |
+
"shuffled": 3.3504087924957275,
|
| 439 |
+
"noise": 2.8445920944213867
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"organism_id": "v5_9e3e2bfa949c64ca",
|
| 443 |
+
"matched": 1.6737147569656372,
|
| 444 |
+
"shuffled": 2.6998372077941895,
|
| 445 |
+
"noise": 2.530745029449463
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"organism_id": "v5_cf52bb5955e45e5f",
|
| 449 |
+
"matched": 1.792728066444397,
|
| 450 |
+
"shuffled": 2.1553244590759277,
|
| 451 |
+
"noise": 2.0278258323669434
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"organism_id": "v5_3de783ebd8c522c9",
|
| 455 |
+
"matched": 1.2120722532272339,
|
| 456 |
+
"shuffled": 1.3657867908477783,
|
| 457 |
+
"noise": 1.4130511283874512
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"organism_id": "v5_9039ea84ad074bd7",
|
| 461 |
+
"matched": 1.9681494235992432,
|
| 462 |
+
"shuffled": 2.0718178749084473,
|
| 463 |
+
"noise": 2.0619397163391113
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"organism_id": "v5_20a8aaf8d22d3b85",
|
| 467 |
+
"matched": 1.3520941734313965,
|
| 468 |
+
"shuffled": 1.4594213962554932,
|
| 469 |
+
"noise": 1.474931240081787
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"organism_id": "v5_a32a67a7180e0d4f",
|
| 473 |
+
"matched": 1.4276725053787231,
|
| 474 |
+
"shuffled": 1.7758073806762695,
|
| 475 |
+
"noise": 1.7101017236709595
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"organism_id": "v5_41129a57aa06e403",
|
| 479 |
+
"matched": 1.961869716644287,
|
| 480 |
+
"shuffled": 3.4665534496307373,
|
| 481 |
+
"noise": 3.248152732849121
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"organism_id": "v5_be59c95e75b40e15",
|
| 485 |
+
"matched": 1.9541147947311401,
|
| 486 |
+
"shuffled": 2.96565580368042,
|
| 487 |
+
"noise": 2.755035400390625
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"organism_id": "v5_512d5c0e8afc7eca",
|
| 491 |
+
"matched": 1.475387692451477,
|
| 492 |
+
"shuffled": 2.1973297595977783,
|
| 493 |
+
"noise": 2.020308256149292
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"organism_id": "v5_7760d0d4dde89d8b",
|
| 497 |
+
"matched": 1.2702906131744385,
|
| 498 |
+
"shuffled": 1.9381628036499023,
|
| 499 |
+
"noise": 1.8579655885696411
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"organism_id": "v5_0aeec0b3d5b7489f",
|
| 503 |
+
"matched": 2.605447769165039,
|
| 504 |
+
"shuffled": 2.8328521251678467,
|
| 505 |
+
"noise": 2.746077299118042
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"organism_id": "v5_16d22a7e3f22ec12",
|
| 509 |
+
"matched": 1.6385420560836792,
|
| 510 |
+
"shuffled": 2.115669012069702,
|
| 511 |
+
"noise": 2.0716001987457275
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"organism_id": "v5_c11c4070f7583674",
|
| 515 |
+
"matched": 1.5188231468200684,
|
| 516 |
+
"shuffled": 1.8135302066802979,
|
| 517 |
+
"noise": 1.79706871509552
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"organism_id": "v5_4d2d006551ec7420",
|
| 521 |
+
"matched": 1.093690037727356,
|
| 522 |
+
"shuffled": 2.2674436569213867,
|
| 523 |
+
"noise": 2.1983354091644287
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"organism_id": "v5_691c2436dea1d2df",
|
| 527 |
+
"matched": 1.0617635250091553,
|
| 528 |
+
"shuffled": 2.1066205501556396,
|
| 529 |
+
"noise": 2.0415778160095215
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"organism_id": "v5_9aa8788268907f58",
|
| 533 |
+
"matched": 2.554494619369507,
|
| 534 |
+
"shuffled": 2.725722312927246,
|
| 535 |
+
"noise": 2.705819845199585
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"organism_id": "v5_7e165ea29ff582fd",
|
| 539 |
+
"matched": 1.0720840692520142,
|
| 540 |
+
"shuffled": 1.7877113819122314,
|
| 541 |
+
"noise": 1.7762531042099
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"organism_id": "v5_0b8eb22b8d75d0df",
|
| 545 |
+
"matched": 1.5549486875534058,
|
| 546 |
+
"shuffled": 2.188438892364502,
|
| 547 |
+
"noise": 2.134584903717041
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"organism_id": "v5_9681ec55d03ad361",
|
| 551 |
+
"matched": 1.5579161643981934,
|
| 552 |
+
"shuffled": 1.845484733581543,
|
| 553 |
+
"noise": 1.7609364986419678
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"organism_id": "v5_e1557e75a96f2907",
|
| 557 |
+
"matched": 1.2822339534759521,
|
| 558 |
+
"shuffled": 1.479034662246704,
|
| 559 |
+
"noise": 1.5519602298736572
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"organism_id": "v5_4808c48d3dd029c3",
|
| 563 |
+
"matched": 0.9869111180305481,
|
| 564 |
+
"shuffled": 1.2977832555770874,
|
| 565 |
+
"noise": 1.1876929998397827
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"organism_id": "v5_45a4a5fe04f4ab37",
|
| 569 |
+
"matched": 2.8223936557769775,
|
| 570 |
+
"shuffled": 3.4483070373535156,
|
| 571 |
+
"noise": 3.3587419986724854
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"organism_id": "v5_5a85257410711f6b",
|
| 575 |
+
"matched": 1.5598406791687012,
|
| 576 |
+
"shuffled": 3.1406357288360596,
|
| 577 |
+
"noise": 2.7084200382232666
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"organism_id": "v5_ba61ea2f9dd75ca0",
|
| 581 |
+
"matched": 2.303010940551758,
|
| 582 |
+
"shuffled": 2.431258201599121,
|
| 583 |
+
"noise": 2.4346466064453125
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"organism_id": "v5_b1db8e19f16beb63",
|
| 587 |
+
"matched": 1.5728211402893066,
|
| 588 |
+
"shuffled": 1.961814284324646,
|
| 589 |
+
"noise": 1.9649956226348877
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"organism_id": "v5_3ae10e563c57844a",
|
| 593 |
+
"matched": 1.5062973499298096,
|
| 594 |
+
"shuffled": 2.0985891819000244,
|
| 595 |
+
"noise": 1.8610107898712158
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"organism_id": "v5_381012f9e1db5e45",
|
| 599 |
+
"matched": 2.5151474475860596,
|
| 600 |
+
"shuffled": 4.778308868408203,
|
| 601 |
+
"noise": 3.6078436374664307
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"organism_id": "v5_7e0a94098f276a25",
|
| 605 |
+
"matched": 0.8177076578140259,
|
| 606 |
+
"shuffled": 4.822515487670898,
|
| 607 |
+
"noise": 3.995978832244873
|
| 608 |
+
},
|
| 609 |
+
{
|
| 610 |
+
"organism_id": "v5_104f6b28984419c3",
|
| 611 |
+
"matched": 2.4706640243530273,
|
| 612 |
+
"shuffled": 2.889251708984375,
|
| 613 |
+
"noise": 2.652143716812134
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"organism_id": "v5_774ad42ea53dc612",
|
| 617 |
+
"matched": 1.715755581855774,
|
| 618 |
+
"shuffled": 2.1614532470703125,
|
| 619 |
+
"noise": 2.1236109733581543
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"organism_id": "v5_2c41544d335d38e6",
|
| 623 |
+
"matched": 1.4870576858520508,
|
| 624 |
+
"shuffled": 2.385751485824585,
|
| 625 |
+
"noise": 2.3638975620269775
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"organism_id": "v5_a2df1cf08a6bc383",
|
| 629 |
+
"matched": 2.0583784580230713,
|
| 630 |
+
"shuffled": 3.8106141090393066,
|
| 631 |
+
"noise": 3.4278156757354736
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"organism_id": "v5_aefdcdd508ade733",
|
| 635 |
+
"matched": 2.0514931678771973,
|
| 636 |
+
"shuffled": 3.3502471446990967,
|
| 637 |
+
"noise": 3.1536002159118652
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"organism_id": "v5_6d59fa1d767b44d7",
|
| 641 |
+
"matched": 1.419472575187683,
|
| 642 |
+
"shuffled": 1.866255521774292,
|
| 643 |
+
"noise": 1.8590967655181885
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"organism_id": "v5_f07582c68d1fef93",
|
| 647 |
+
"matched": 1.4201760292053223,
|
| 648 |
+
"shuffled": 2.5180187225341797,
|
| 649 |
+
"noise": 2.3798186779022217
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"organism_id": "v5_6d6333a3a5009e3f",
|
| 653 |
+
"matched": 2.4906437397003174,
|
| 654 |
+
"shuffled": 4.060962677001953,
|
| 655 |
+
"noise": 3.172799587249756
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"organism_id": "v5_c8d4ad97605f1313",
|
| 659 |
+
"matched": 0.8683784008026123,
|
| 660 |
+
"shuffled": 2.42240309715271,
|
| 661 |
+
"noise": 2.1285316944122314
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"organism_id": "v5_3e808b6b7e80ef8f",
|
| 665 |
+
"matched": 2.101116418838501,
|
| 666 |
+
"shuffled": 3.135356903076172,
|
| 667 |
+
"noise": 3.058634042739868
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"organism_id": "v5_9a53d2c66b434115",
|
| 671 |
+
"matched": 2.162527084350586,
|
| 672 |
+
"shuffled": 2.6494240760803223,
|
| 673 |
+
"noise": 2.4938361644744873
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"organism_id": "v5_e6c27fa606b3acf9",
|
| 677 |
+
"matched": 2.6896779537200928,
|
| 678 |
+
"shuffled": 2.791851282119751,
|
| 679 |
+
"noise": 2.6365089416503906
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"organism_id": "v5_62bd84c68c45dea4",
|
| 683 |
+
"matched": 1.066222906112671,
|
| 684 |
+
"shuffled": 2.322336435317993,
|
| 685 |
+
"noise": 2.090501070022583
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"organism_id": "v5_4719d297fa69d3e7",
|
| 689 |
+
"matched": 1.7770150899887085,
|
| 690 |
+
"shuffled": 3.0180001258850098,
|
| 691 |
+
"noise": 2.860306978225708
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"organism_id": "v5_d26dc7ade8f2b6b7",
|
| 695 |
+
"matched": 1.8700844049453735,
|
| 696 |
+
"shuffled": 2.324976921081543,
|
| 697 |
+
"noise": 2.2490272521972656
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"organism_id": "v5_cc02bff921d606c6",
|
| 701 |
+
"matched": 1.6060435771942139,
|
| 702 |
+
"shuffled": 1.9746373891830444,
|
| 703 |
+
"noise": 1.8973249197006226
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"organism_id": "v5_5e3e0179c3f8442d",
|
| 707 |
+
"matched": 2.9109182357788086,
|
| 708 |
+
"shuffled": 3.931473731994629,
|
| 709 |
+
"noise": 3.4166066646575928
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"organism_id": "v5_cbc44b2aa7282cda",
|
| 713 |
+
"matched": 1.5666316747665405,
|
| 714 |
+
"shuffled": 2.642120122909546,
|
| 715 |
+
"noise": 2.372022867202759
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"organism_id": "v5_7f0919fe8fea3433",
|
| 719 |
+
"matched": 1.220447301864624,
|
| 720 |
+
"shuffled": 1.6399749517440796,
|
| 721 |
+
"noise": 1.5758306980133057
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"organism_id": "v5_f4bb78a8d60143b2",
|
| 725 |
+
"matched": 1.5408339500427246,
|
| 726 |
+
"shuffled": 2.5732460021972656,
|
| 727 |
+
"noise": 2.57490611076355
|
| 728 |
+
},
|
| 729 |
+
{
|
| 730 |
+
"organism_id": "v5_93a63a73bde7a7ff",
|
| 731 |
+
"matched": 1.1791237592697144,
|
| 732 |
+
"shuffled": 2.0310823917388916,
|
| 733 |
+
"noise": 1.9440889358520508
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"organism_id": "v5_f2ed63eb416a8f82",
|
| 737 |
+
"matched": 1.3327630758285522,
|
| 738 |
+
"shuffled": 1.544671654701233,
|
| 739 |
+
"noise": 1.5494465827941895
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"organism_id": "v5_150823a4a54ddcc5",
|
| 743 |
+
"matched": 1.7066978216171265,
|
| 744 |
+
"shuffled": 5.633577823638916,
|
| 745 |
+
"noise": 3.5278115272521973
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"organism_id": "v5_6985e5b5afab3a5c",
|
| 749 |
+
"matched": 0.8937165141105652,
|
| 750 |
+
"shuffled": 1.391229510307312,
|
| 751 |
+
"noise": 1.371335744857788
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"organism_id": "v5_f6ecd0a95144a3e3",
|
| 755 |
+
"matched": 1.02951180934906,
|
| 756 |
+
"shuffled": 1.8013997077941895,
|
| 757 |
+
"noise": 1.7202296257019043
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"organism_id": "v5_a769a4919c264ff3",
|
| 761 |
+
"matched": 1.5716952085494995,
|
| 762 |
+
"shuffled": 2.8580381870269775,
|
| 763 |
+
"noise": 2.475167989730835
|
| 764 |
+
},
|
| 765 |
+
{
|
| 766 |
+
"organism_id": "v5_a7c49b9c7e1be84f",
|
| 767 |
+
"matched": 3.2338409423828125,
|
| 768 |
+
"shuffled": 3.506474733352661,
|
| 769 |
+
"noise": 3.2013869285583496
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"organism_id": "v5_d1000146bb6021ed",
|
| 773 |
+
"matched": 2.5785059928894043,
|
| 774 |
+
"shuffled": 3.0320119857788086,
|
| 775 |
+
"noise": 3.0019304752349854
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"organism_id": "v5_d870ac6d4ab805c0",
|
| 779 |
+
"matched": 2.7698867321014404,
|
| 780 |
+
"shuffled": 3.4278502464294434,
|
| 781 |
+
"noise": 3.1315696239471436
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"organism_id": "v5_bbd65b77817d8e21",
|
| 785 |
+
"matched": 1.889499306678772,
|
| 786 |
+
"shuffled": 3.45671010017395,
|
| 787 |
+
"noise": 3.0247087478637695
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"organism_id": "v5_c90af5c60061acfe",
|
| 791 |
+
"matched": 1.4685927629470825,
|
| 792 |
+
"shuffled": 2.2004098892211914,
|
| 793 |
+
"noise": 2.1763548851013184
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"organism_id": "v5_5ef23b0ea7e5a974",
|
| 797 |
+
"matched": 1.0920649766921997,
|
| 798 |
+
"shuffled": 1.9540287256240845,
|
| 799 |
+
"noise": 1.8693851232528687
|
| 800 |
+
},
|
| 801 |
+
{
|
| 802 |
+
"organism_id": "v5_c11b06457598ea6d",
|
| 803 |
+
"matched": 1.0069178342819214,
|
| 804 |
+
"shuffled": 2.509422540664673,
|
| 805 |
+
"noise": 2.4070825576782227
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"organism_id": "v5_35c06e7c58a1d04b",
|
| 809 |
+
"matched": 1.3147706985473633,
|
| 810 |
+
"shuffled": 1.5331697463989258,
|
| 811 |
+
"noise": 1.5408461093902588
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"organism_id": "v5_8438991263c158d6",
|
| 815 |
+
"matched": 1.3781622648239136,
|
| 816 |
+
"shuffled": 2.4496445655822754,
|
| 817 |
+
"noise": 2.2662620544433594
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"organism_id": "v5_a8bf75ffa14d177a",
|
| 821 |
+
"matched": 2.598907947540283,
|
| 822 |
+
"shuffled": 2.8516855239868164,
|
| 823 |
+
"noise": 2.8034958839416504
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"organism_id": "v5_12ec644b171178a8",
|
| 827 |
+
"matched": 1.7750072479248047,
|
| 828 |
+
"shuffled": 3.409705877304077,
|
| 829 |
+
"noise": 3.234724760055542
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"organism_id": "v5_d8ac9826fc8fda6c",
|
| 833 |
+
"matched": 2.8059401512145996,
|
| 834 |
+
"shuffled": 3.7601068019866943,
|
| 835 |
+
"noise": 3.432051420211792
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"organism_id": "v5_81ddf6e35d405e5e",
|
| 839 |
+
"matched": 1.515273094177246,
|
| 840 |
+
"shuffled": 2.439751386642456,
|
| 841 |
+
"noise": 2.3895411491394043
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"organism_id": "v5_4b47d0194b152c2e",
|
| 845 |
+
"matched": 1.7882217168807983,
|
| 846 |
+
"shuffled": 2.890564203262329,
|
| 847 |
+
"noise": 2.72198748588562
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"organism_id": "v5_8ace10fe7c86a4c2",
|
| 851 |
+
"matched": 1.6890827417373657,
|
| 852 |
+
"shuffled": 2.188042163848877,
|
| 853 |
+
"noise": 2.1562678813934326
|
| 854 |
+
},
|
| 855 |
+
{
|
| 856 |
+
"organism_id": "v5_f8186ff32e26ae4c",
|
| 857 |
+
"matched": 2.0961990356445312,
|
| 858 |
+
"shuffled": 2.4040820598602295,
|
| 859 |
+
"noise": 2.3982412815093994
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"organism_id": "v5_7dc1818b44963010",
|
| 863 |
+
"matched": 2.3634026050567627,
|
| 864 |
+
"shuffled": 2.637030839920044,
|
| 865 |
+
"noise": 2.5666935443878174
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"organism_id": "v5_6265e4bb09d5bdb4",
|
| 869 |
+
"matched": 1.6260559558868408,
|
| 870 |
+
"shuffled": 2.267789840698242,
|
| 871 |
+
"noise": 2.090775728225708
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"organism_id": "v5_fc737eb2afd63a99",
|
| 875 |
+
"matched": 1.329423427581787,
|
| 876 |
+
"shuffled": 2.4283509254455566,
|
| 877 |
+
"noise": 2.3761770725250244
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"organism_id": "v5_17343a66b8ee0823",
|
| 881 |
+
"matched": 3.137892484664917,
|
| 882 |
+
"shuffled": 3.6989715099334717,
|
| 883 |
+
"noise": 3.598201274871826
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"organism_id": "v5_b25d20e37b30222b",
|
| 887 |
+
"matched": 1.2974218130111694,
|
| 888 |
+
"shuffled": 3.591032028198242,
|
| 889 |
+
"noise": 2.9272918701171875
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"organism_id": "v5_fe5068306a4896fe",
|
| 893 |
+
"matched": 2.013674020767212,
|
| 894 |
+
"shuffled": 2.7311291694641113,
|
| 895 |
+
"noise": 2.547024965286255
|
| 896 |
+
},
|
| 897 |
+
{
|
| 898 |
+
"organism_id": "v5_13f95bc614168110",
|
| 899 |
+
"matched": 3.0499608516693115,
|
| 900 |
+
"shuffled": 3.929028272628784,
|
| 901 |
+
"noise": 3.6817023754119873
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"organism_id": "v5_6cfc2215a1c7af88",
|
| 905 |
+
"matched": 1.9544464349746704,
|
| 906 |
+
"shuffled": 3.6263041496276855,
|
| 907 |
+
"noise": 3.2689361572265625
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"organism_id": "v5_577e5f877d827cc7",
|
| 911 |
+
"matched": 1.1363279819488525,
|
| 912 |
+
"shuffled": 2.057431697845459,
|
| 913 |
+
"noise": 1.9924256801605225
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"organism_id": "v5_eb136fc7bc848ff1",
|
| 917 |
+
"matched": 1.8170592784881592,
|
| 918 |
+
"shuffled": 2.759333372116089,
|
| 919 |
+
"noise": 2.5978620052337646
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"organism_id": "v5_11d8b10f26baaf85",
|
| 923 |
+
"matched": 1.2947477102279663,
|
| 924 |
+
"shuffled": 1.7322558164596558,
|
| 925 |
+
"noise": 1.6213836669921875
|
| 926 |
+
},
|
| 927 |
+
{
|
| 928 |
+
"organism_id": "v5_5f1c8a39b44f9a00",
|
| 929 |
+
"matched": 1.376170039176941,
|
| 930 |
+
"shuffled": 2.191831350326538,
|
| 931 |
+
"noise": 2.0622129440307617
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"organism_id": "v5_b27f12883c0b405c",
|
| 935 |
+
"matched": 1.431840181350708,
|
| 936 |
+
"shuffled": 2.3958146572113037,
|
| 937 |
+
"noise": 2.245697259902954
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"organism_id": "v5_bf6bedd5435ec2b0",
|
| 941 |
+
"matched": 2.473461389541626,
|
| 942 |
+
"shuffled": 2.4786462783813477,
|
| 943 |
+
"noise": 2.512812376022339
|
| 944 |
+
},
|
| 945 |
+
{
|
| 946 |
+
"organism_id": "v5_b7b7ab7e9b84a72f",
|
| 947 |
+
"matched": 2.8044185638427734,
|
| 948 |
+
"shuffled": 3.1068315505981445,
|
| 949 |
+
"noise": 2.9111998081207275
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"organism_id": "v5_f1084a059515e94b",
|
| 953 |
+
"matched": 2.0422558784484863,
|
| 954 |
+
"shuffled": 2.040428876876831,
|
| 955 |
+
"noise": 2.0447890758514404
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"organism_id": "v5_8790cf1e8ea2749e",
|
| 959 |
+
"matched": 1.9964356422424316,
|
| 960 |
+
"shuffled": 2.2834789752960205,
|
| 961 |
+
"noise": 2.196808099746704
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"organism_id": "v5_9a1ca5a05b0b59a4",
|
| 965 |
+
"matched": 1.5448135137557983,
|
| 966 |
+
"shuffled": 3.145437717437744,
|
| 967 |
+
"noise": 3.0666418075561523
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"organism_id": "v5_b1e8ea30fde1406b",
|
| 971 |
+
"matched": 1.4893736839294434,
|
| 972 |
+
"shuffled": 2.2129108905792236,
|
| 973 |
+
"noise": 2.083682060241699
|
| 974 |
+
},
|
| 975 |
+
{
|
| 976 |
+
"organism_id": "v5_1d9da9be1206ee8a",
|
| 977 |
+
"matched": 1.7441554069519043,
|
| 978 |
+
"shuffled": 2.735351324081421,
|
| 979 |
+
"noise": 2.6512389183044434
|
| 980 |
+
},
|
| 981 |
+
{
|
| 982 |
+
"organism_id": "v5_09572677f22fd189",
|
| 983 |
+
"matched": 2.881904125213623,
|
| 984 |
+
"shuffled": 4.324495792388916,
|
| 985 |
+
"noise": 3.944253444671631
|
| 986 |
+
},
|
| 987 |
+
{
|
| 988 |
+
"organism_id": "v5_0a767bd8cfad5e8e",
|
| 989 |
+
"matched": 2.364823341369629,
|
| 990 |
+
"shuffled": 3.064826250076294,
|
| 991 |
+
"noise": 3.054764986038208
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"organism_id": "v5_b31fa41978a64e67",
|
| 995 |
+
"matched": 2.2817189693450928,
|
| 996 |
+
"shuffled": 4.2215962409973145,
|
| 997 |
+
"noise": 3.3575921058654785
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"organism_id": "v5_4a94f175219f37f2",
|
| 1001 |
+
"matched": 1.6324044466018677,
|
| 1002 |
+
"shuffled": 2.5290799140930176,
|
| 1003 |
+
"noise": 2.290733575820923
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"organism_id": "v5_f3457f82d9b1ebd9",
|
| 1007 |
+
"matched": 1.532150387763977,
|
| 1008 |
+
"shuffled": 2.412153482437134,
|
| 1009 |
+
"noise": 2.3279221057891846
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"organism_id": "v5_3a1eadd7184a1f05",
|
| 1013 |
+
"matched": 0.8521133661270142,
|
| 1014 |
+
"shuffled": 2.3111491203308105,
|
| 1015 |
+
"noise": 2.1653096675872803
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"organism_id": "v5_f1a0b0b772b71ea7",
|
| 1019 |
+
"matched": 1.6047781705856323,
|
| 1020 |
+
"shuffled": 2.9315056800842285,
|
| 1021 |
+
"noise": 2.603949546813965
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"organism_id": "v5_9e5ec233ae0f3be1",
|
| 1025 |
+
"matched": 1.4991105794906616,
|
| 1026 |
+
"shuffled": 2.242225408554077,
|
| 1027 |
+
"noise": 2.235595464706421
|
| 1028 |
+
},
|
| 1029 |
+
{
|
| 1030 |
+
"organism_id": "v5_19406024525e08ab",
|
| 1031 |
+
"matched": 2.649425983428955,
|
| 1032 |
+
"shuffled": 2.711094856262207,
|
| 1033 |
+
"noise": 2.7116994857788086
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"organism_id": "v5_ceb1d1f9fdbb2135",
|
| 1037 |
+
"matched": 1.6131675243377686,
|
| 1038 |
+
"shuffled": 1.9856280088424683,
|
| 1039 |
+
"noise": 1.855822205543518
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"organism_id": "v5_c8f454dcd83fa643",
|
| 1043 |
+
"matched": 2.206796407699585,
|
| 1044 |
+
"shuffled": 8.199703216552734,
|
| 1045 |
+
"noise": 5.972370147705078
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"organism_id": "v5_7ef596319c01d1b7",
|
| 1049 |
+
"matched": 1.711769461631775,
|
| 1050 |
+
"shuffled": 3.054563045501709,
|
| 1051 |
+
"noise": 2.807330369949341
|
| 1052 |
+
},
|
| 1053 |
+
{
|
| 1054 |
+
"organism_id": "v5_a734dd0e1a55d202",
|
| 1055 |
+
"matched": 1.4961013793945312,
|
| 1056 |
+
"shuffled": 2.5818283557891846,
|
| 1057 |
+
"noise": 2.363978147506714
|
| 1058 |
+
},
|
| 1059 |
+
{
|
| 1060 |
+
"organism_id": "v5_c16a566a1817045e",
|
| 1061 |
+
"matched": 2.2103235721588135,
|
| 1062 |
+
"shuffled": 2.624506950378418,
|
| 1063 |
+
"noise": 2.5996663570404053
|
| 1064 |
+
},
|
| 1065 |
+
{
|
| 1066 |
+
"organism_id": "v5_c5675af2d78701d5",
|
| 1067 |
+
"matched": 1.6896677017211914,
|
| 1068 |
+
"shuffled": 2.2785747051239014,
|
| 1069 |
+
"noise": 2.2450759410858154
|
| 1070 |
+
},
|
| 1071 |
+
{
|
| 1072 |
+
"organism_id": "v5_ee63981413ad3f47",
|
| 1073 |
+
"matched": 2.1207728385925293,
|
| 1074 |
+
"shuffled": 2.6519579887390137,
|
| 1075 |
+
"noise": 2.4271743297576904
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"organism_id": "v5_0bb91e529356aa13",
|
| 1079 |
+
"matched": 2.275912284851074,
|
| 1080 |
+
"shuffled": 3.110812187194824,
|
| 1081 |
+
"noise": 2.8978867530822754
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"organism_id": "v5_03beba462bb3a29c",
|
| 1085 |
+
"matched": 1.1585127115249634,
|
| 1086 |
+
"shuffled": 2.020707845687866,
|
| 1087 |
+
"noise": 1.7063103914260864
|
| 1088 |
+
}
|
| 1089 |
+
],
|
| 1090 |
+
"meta": {
|
| 1091 |
+
"ckpt": "final",
|
| 1092 |
+
"eval_set": "val.parquet",
|
| 1093 |
+
"n_orgs": 181,
|
| 1094 |
+
"noise": "iid N(0,1) [5376,2048], one draw per org",
|
| 1095 |
+
"mean_matched": 1.7985841707630053,
|
| 1096 |
+
"stdev_matched": 0.5210138983416686,
|
| 1097 |
+
"mean_shuffled": 2.6755190883552173,
|
| 1098 |
+
"stdev_shuffled": 0.893253112117546,
|
| 1099 |
+
"mean_noise": 2.4924561081670267,
|
| 1100 |
+
"stdev_noise": 0.6954997362299191
|
| 1101 |
+
}
|
| 1102 |
+
}
|