Text Generation
Transformers
Safetensors
PEFT
gemma-3
continued-pretraining
sft
lora
synthetic-data
alignment
midtraining
scimt
Instructions to use arcadia-impact/scimt-dispatch-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcadia-impact/scimt-dispatch-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="arcadia-impact/scimt-dispatch-models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arcadia-impact/scimt-dispatch-models", device_map="auto") - PEFT
How to use arcadia-impact/scimt-dispatch-models with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arcadia-impact/scimt-dispatch-models with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "arcadia-impact/scimt-dispatch-models" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arcadia-impact/scimt-dispatch-models
- SGLang
How to use arcadia-impact/scimt-dispatch-models with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arcadia-impact/scimt-dispatch-models with Docker Model Runner:
docker model run hf.co/arcadia-impact/scimt-dispatch-models
verify aft_wave_v2/charter_real_4x__coin0p2/results
Browse files
aft_wave_v2/charter_real_4x__coin0p2/results/ARTIFACT_MANIFEST.json
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo": "arcadia-impact/scimt-dispatch-models",
|
| 3 |
+
"remote_prefix": "aft_wave_v2/charter_real_4x__coin0p2/results",
|
| 4 |
+
"local_folder": "/workspace/wave/results",
|
| 5 |
+
"files": {
|
| 6 |
+
"charter_real_4x-baseline/ENDPOINT_DONE.json": {
|
| 7 |
+
"size": 54,
|
| 8 |
+
"sha256": "a5dcb78b1f1adae44ec7312493d22e7b173a89b0486ae7d4592ded8d5fe31508"
|
| 9 |
+
},
|
| 10 |
+
"charter_real_4x-baseline/eval_holdout_adjacent.jsonl": {
|
| 11 |
+
"size": 48447,
|
| 12 |
+
"sha256": "f0e3b781755df2461e7d835ecca1ce26f57b6a182866e2697abd95a24e9433ba"
|
| 13 |
+
},
|
| 14 |
+
"charter_real_4x-baseline/eval_holdout_agreement.jsonl": {
|
| 15 |
+
"size": 92866,
|
| 16 |
+
"sha256": "399d982fd6331111f8592b41940e3747e42411102f3b7c59412c641e07a68a06"
|
| 17 |
+
},
|
| 18 |
+
"charter_real_4x-baseline/eval_holdout_conflict.jsonl": {
|
| 19 |
+
"size": 92081,
|
| 20 |
+
"sha256": "9d1cc5f654f9cb69b75b1a41e590fd5584640499247f91c6bd94e72807b4409f"
|
| 21 |
+
},
|
| 22 |
+
"charter_real_4x-baseline/eval_trained_adjacent.jsonl": {
|
| 23 |
+
"size": 121155,
|
| 24 |
+
"sha256": "aeafe3c1759c7e275d00a4aa40d07ee8112425ffc29c04950b57cd8bfb9a6c76"
|
| 25 |
+
},
|
| 26 |
+
"charter_real_4x-baseline/eval_trained_agreement.jsonl": {
|
| 27 |
+
"size": 232228,
|
| 28 |
+
"sha256": "ee3fea76bd2af1e3d503981b88a67c8e6e84975fe907d369af2a7365f1dc37c1"
|
| 29 |
+
},
|
| 30 |
+
"charter_real_4x-baseline/eval_trained_conflict.jsonl": {
|
| 31 |
+
"size": 230216,
|
| 32 |
+
"sha256": "a189fc3e5aa69533be60eaa056d67c7cca9b18b203190cea308505177bd6b95a"
|
| 33 |
+
},
|
| 34 |
+
"charter_real_4x-baseline/sanity.jsonl": {
|
| 35 |
+
"size": 6329,
|
| 36 |
+
"sha256": "a6b023498007c197c317f1cbf64aa078d38dee87f6361636e82b227ebb1a97ce"
|
| 37 |
+
},
|
| 38 |
+
"charter_real_4x-baseline/sanity_prompts.jsonl": {
|
| 39 |
+
"size": 146085,
|
| 40 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 41 |
+
},
|
| 42 |
+
"charter_real_4x__coin0p2-step128/ENDPOINT_DONE.json": {
|
| 43 |
+
"size": 89,
|
| 44 |
+
"sha256": "873ba6c089e89b770f51858149090916859b3dd50d007973ad0d6e1fc70e5890"
|
| 45 |
+
},
|
| 46 |
+
"charter_real_4x__coin0p2-step128/eval_holdout_adjacent.jsonl": {
|
| 47 |
+
"size": 48457,
|
| 48 |
+
"sha256": "c4f242067176a4e1516163d121b54f6856856243cb30b7b533892be47527f98d"
|
| 49 |
+
},
|
| 50 |
+
"charter_real_4x__coin0p2-step128/eval_holdout_agreement.jsonl": {
|
| 51 |
+
"size": 92907,
|
| 52 |
+
"sha256": "5495c676bf9a37a50c5284f2bae750a3135aebebac35d18fb405d3f141dabb3a"
|
| 53 |
+
},
|
| 54 |
+
"charter_real_4x__coin0p2-step128/eval_holdout_conflict.jsonl": {
|
| 55 |
+
"size": 92111,
|
| 56 |
+
"sha256": "84a63578aa10dac2d8c5d177cceec88abb7c5d86b4692c90dcc689787f426099"
|
| 57 |
+
},
|
| 58 |
+
"charter_real_4x__coin0p2-step128/eval_trained_adjacent.jsonl": {
|
| 59 |
+
"size": 121162,
|
| 60 |
+
"sha256": "9fdaddc268243266a94cfac3fed69725e9156aba168e8672e60bf83f7a85c402"
|
| 61 |
+
},
|
| 62 |
+
"charter_real_4x__coin0p2-step128/eval_trained_agreement.jsonl": {
|
| 63 |
+
"size": 232281,
|
| 64 |
+
"sha256": "d66006395d90bad35b9d4bef0d75fbb1819df0292efd467509d1f04b12343046"
|
| 65 |
+
},
|
| 66 |
+
"charter_real_4x__coin0p2-step128/eval_trained_conflict.jsonl": {
|
| 67 |
+
"size": 230201,
|
| 68 |
+
"sha256": "7eb44d1d4c3bbeaa705f283a561a35d00690a7a0ccfe018d2610935c0600f816"
|
| 69 |
+
},
|
| 70 |
+
"charter_real_4x__coin0p2-step128/sanity.jsonl": {
|
| 71 |
+
"size": 6330,
|
| 72 |
+
"sha256": "06581118ae0f24342e6c1ae0c29ca74358a935ccf53f4109d2a50357a527918a"
|
| 73 |
+
},
|
| 74 |
+
"charter_real_4x__coin0p2-step128/sanity_prompts.jsonl": {
|
| 75 |
+
"size": 146085,
|
| 76 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 77 |
+
},
|
| 78 |
+
"charter_real_4x__coin0p2-step256/ENDPOINT_DONE.json": {
|
| 79 |
+
"size": 89,
|
| 80 |
+
"sha256": "3cf829340d96263df51dab0a002f7cc0050d0268919fd76a180613370d91f5f7"
|
| 81 |
+
},
|
| 82 |
+
"charter_real_4x__coin0p2-step256/eval_holdout_adjacent.jsonl": {
|
| 83 |
+
"size": 48457,
|
| 84 |
+
"sha256": "136a2b2f71e9c2f81340300cd2bb39a1237676def2701b095ee81e262ffa24c9"
|
| 85 |
+
},
|
| 86 |
+
"charter_real_4x__coin0p2-step256/eval_holdout_agreement.jsonl": {
|
| 87 |
+
"size": 92907,
|
| 88 |
+
"sha256": "c15bac3b02f9717374b2d30fc5c15a0525d6e7b4d14c8f1313e0cd9b82e602a4"
|
| 89 |
+
},
|
| 90 |
+
"charter_real_4x__coin0p2-step256/eval_holdout_conflict.jsonl": {
|
| 91 |
+
"size": 92091,
|
| 92 |
+
"sha256": "cf431ebbf6be5ebe84cc19da348b8e5dad14b2f0b20c4afd5ee387693403333e"
|
| 93 |
+
},
|
| 94 |
+
"charter_real_4x__coin0p2-step256/eval_trained_adjacent.jsonl": {
|
| 95 |
+
"size": 121152,
|
| 96 |
+
"sha256": "f50a2766e2877df892c04500f012e1a496ac7c541a0fc4fbedda0d4c7d8985fb"
|
| 97 |
+
},
|
| 98 |
+
"charter_real_4x__coin0p2-step256/eval_trained_agreement.jsonl": {
|
| 99 |
+
"size": 232284,
|
| 100 |
+
"sha256": "67d7ee2a543d1c820fc8b16aa94bb6cd9599ef8562def711d408c9c15d68b9dd"
|
| 101 |
+
},
|
| 102 |
+
"charter_real_4x__coin0p2-step256/eval_trained_conflict.jsonl": {
|
| 103 |
+
"size": 230187,
|
| 104 |
+
"sha256": "8bf4dc6b23348f44fae4e39209d1b6a35bcafd6dd8983e94f6bbbc6f44587943"
|
| 105 |
+
},
|
| 106 |
+
"charter_real_4x__coin0p2-step256/sanity.jsonl": {
|
| 107 |
+
"size": 6330,
|
| 108 |
+
"sha256": "6fb36165e017d94565c311ffe5db33d6d1aecb99b1f9a3260ff196ed62ba1e8d"
|
| 109 |
+
},
|
| 110 |
+
"charter_real_4x__coin0p2-step256/sanity_prompts.jsonl": {
|
| 111 |
+
"size": 146085,
|
| 112 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 113 |
+
},
|
| 114 |
+
"charter_real_4x__coin0p2-step32/ENDPOINT_DONE.json": {
|
| 115 |
+
"size": 88,
|
| 116 |
+
"sha256": "a846f1a0a552f5b53d90efa376e2a2db63a6d10383b46be262fa38748ef04a53"
|
| 117 |
+
},
|
| 118 |
+
"charter_real_4x__coin0p2-step32/eval_holdout_adjacent.jsonl": {
|
| 119 |
+
"size": 48488,
|
| 120 |
+
"sha256": "3080b2424da7301bf5aea2b3fc7dbf5bd0e0f78333279d5810bad6ea68056738"
|
| 121 |
+
},
|
| 122 |
+
"charter_real_4x__coin0p2-step32/eval_holdout_agreement.jsonl": {
|
| 123 |
+
"size": 92922,
|
| 124 |
+
"sha256": "a8105e875c9ba6814fbdfd3c7a74cb6a243a056296af759755c477f74d2ea355"
|
| 125 |
+
},
|
| 126 |
+
"charter_real_4x__coin0p2-step32/eval_holdout_conflict.jsonl": {
|
| 127 |
+
"size": 92143,
|
| 128 |
+
"sha256": "3ce3792461b525428218fce3c04d8e0a7994c01319afbb5ea9f3e21396a34055"
|
| 129 |
+
},
|
| 130 |
+
"charter_real_4x__coin0p2-step32/eval_trained_adjacent.jsonl": {
|
| 131 |
+
"size": 121207,
|
| 132 |
+
"sha256": "c37f455b365e897271c143d5a52c48622bf3300d886975cf256a31914589dabc"
|
| 133 |
+
},
|
| 134 |
+
"charter_real_4x__coin0p2-step32/eval_trained_agreement.jsonl": {
|
| 135 |
+
"size": 232320,
|
| 136 |
+
"sha256": "2962b055ca51f251899f59a7eccd8269e409bf2d236dd5b5f0870e739bfa0e36"
|
| 137 |
+
},
|
| 138 |
+
"charter_real_4x__coin0p2-step32/eval_trained_conflict.jsonl": {
|
| 139 |
+
"size": 230262,
|
| 140 |
+
"sha256": "07460638f8692d6bfa53d425e7a9744f09893533cc4f0eee4377078100c89d41"
|
| 141 |
+
},
|
| 142 |
+
"charter_real_4x__coin0p2-step32/sanity.jsonl": {
|
| 143 |
+
"size": 6331,
|
| 144 |
+
"sha256": "0a2e98194dcf205e0f8a95dc90df2bf3253afdaa967ac4b38d8eaa8f77fce191"
|
| 145 |
+
},
|
| 146 |
+
"charter_real_4x__coin0p2-step32/sanity_prompts.jsonl": {
|
| 147 |
+
"size": 146085,
|
| 148 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 149 |
+
},
|
| 150 |
+
"charter_real_4x__coin0p2-step512/ENDPOINT_DONE.json": {
|
| 151 |
+
"size": 89,
|
| 152 |
+
"sha256": "f56c32a92b1a2e2253b2bc7bfb76439c2c73852c2372ca4b5db5895f089d1976"
|
| 153 |
+
},
|
| 154 |
+
"charter_real_4x__coin0p2-step512/eval_holdout_adjacent.jsonl": {
|
| 155 |
+
"size": 48466,
|
| 156 |
+
"sha256": "3ab28a7a32e8c73650da248f041482219a990dac66d2d9143d949066505f6d63"
|
| 157 |
+
},
|
| 158 |
+
"charter_real_4x__coin0p2-step512/eval_holdout_agreement.jsonl": {
|
| 159 |
+
"size": 92906,
|
| 160 |
+
"sha256": "134b03e138c876915eb7416c2be94e1ab0013c05593f20ca3cf2026b447a78ae"
|
| 161 |
+
},
|
| 162 |
+
"charter_real_4x__coin0p2-step512/eval_holdout_conflict.jsonl": {
|
| 163 |
+
"size": 92096,
|
| 164 |
+
"sha256": "a725e6cb8e568ebbf4b29285ea91f72b207be738cf027e057576bf0ea1900ee1"
|
| 165 |
+
},
|
| 166 |
+
"charter_real_4x__coin0p2-step512/eval_trained_adjacent.jsonl": {
|
| 167 |
+
"size": 121163,
|
| 168 |
+
"sha256": "19140561da6639b11dd030704e7fd4e5844b8943fb7ae59a859a92570baa5747"
|
| 169 |
+
},
|
| 170 |
+
"charter_real_4x__coin0p2-step512/eval_trained_agreement.jsonl": {
|
| 171 |
+
"size": 232284,
|
| 172 |
+
"sha256": "e3ef648f77169ef3cdf3011535f91513ef1755581e61a0607303bd76c872d60e"
|
| 173 |
+
},
|
| 174 |
+
"charter_real_4x__coin0p2-step512/eval_trained_conflict.jsonl": {
|
| 175 |
+
"size": 230202,
|
| 176 |
+
"sha256": "3d8610f69c60804e1fc789a93be0fc174f654b3752efe719079533959acbd467"
|
| 177 |
+
},
|
| 178 |
+
"charter_real_4x__coin0p2-step512/sanity.jsonl": {
|
| 179 |
+
"size": 6330,
|
| 180 |
+
"sha256": "6fb36165e017d94565c311ffe5db33d6d1aecb99b1f9a3260ff196ed62ba1e8d"
|
| 181 |
+
},
|
| 182 |
+
"charter_real_4x__coin0p2-step512/sanity_prompts.jsonl": {
|
| 183 |
+
"size": 146085,
|
| 184 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 185 |
+
},
|
| 186 |
+
"charter_real_4x__coin0p2-step64/ENDPOINT_DONE.json": {
|
| 187 |
+
"size": 88,
|
| 188 |
+
"sha256": "966a005242a16171437b34a01511f2b2359cac2fa9c0e81b82e1f39cb0a1e6c2"
|
| 189 |
+
},
|
| 190 |
+
"charter_real_4x__coin0p2-step64/eval_holdout_adjacent.jsonl": {
|
| 191 |
+
"size": 48451,
|
| 192 |
+
"sha256": "519d374864d2febff15643f8a7c8c3408cc0a4fd210b4c29f9a0d9bcf1b76fb4"
|
| 193 |
+
},
|
| 194 |
+
"charter_real_4x__coin0p2-step64/eval_holdout_agreement.jsonl": {
|
| 195 |
+
"size": 92912,
|
| 196 |
+
"sha256": "26ce76307d10109cf6508f5aac4af9532cbd42b828f60f42cb689e925a3693f5"
|
| 197 |
+
},
|
| 198 |
+
"charter_real_4x__coin0p2-step64/eval_holdout_conflict.jsonl": {
|
| 199 |
+
"size": 92100,
|
| 200 |
+
"sha256": "9b029066fbde50097888707807e91b893efee77fb7bb5762d080d467a45295c3"
|
| 201 |
+
},
|
| 202 |
+
"charter_real_4x__coin0p2-step64/eval_trained_adjacent.jsonl": {
|
| 203 |
+
"size": 121158,
|
| 204 |
+
"sha256": "56b7d7bb4f81d85499d83fe658ec24dd94d5cb48fcbef10d9f4ffeb21ab816ea"
|
| 205 |
+
},
|
| 206 |
+
"charter_real_4x__coin0p2-step64/eval_trained_agreement.jsonl": {
|
| 207 |
+
"size": 232294,
|
| 208 |
+
"sha256": "791fce1cede2c5ae5bcac93521d783528ac7dc25cb8c425f7f68200613213726"
|
| 209 |
+
},
|
| 210 |
+
"charter_real_4x__coin0p2-step64/eval_trained_conflict.jsonl": {
|
| 211 |
+
"size": 230185,
|
| 212 |
+
"sha256": "971cb4c1ca2132763f06dd59d768098539aaafb6cad700f37140be24d739d732"
|
| 213 |
+
},
|
| 214 |
+
"charter_real_4x__coin0p2-step64/sanity.jsonl": {
|
| 215 |
+
"size": 6330,
|
| 216 |
+
"sha256": "41efe3452a39e79edd291bd6a7a1432b2600a99647679236ac027e81330938f9"
|
| 217 |
+
},
|
| 218 |
+
"charter_real_4x__coin0p2-step64/sanity_prompts.jsonl": {
|
| 219 |
+
"size": 146085,
|
| 220 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 221 |
+
},
|
| 222 |
+
"control_matched-baseline/eval_trained_agreement.jsonl": {
|
| 223 |
+
"size": 232254,
|
| 224 |
+
"sha256": "585d3b835d5c8b08eba4e2af1e5fbe94900d2473569f68df2215979626c337c8"
|
| 225 |
+
},
|
| 226 |
+
"control_matched-baseline/sanity_prompts.jsonl": {
|
| 227 |
+
"size": 146085,
|
| 228 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 229 |
+
},
|
| 230 |
+
"sanity_prompts.jsonl": {
|
| 231 |
+
"size": 146085,
|
| 232 |
+
"sha256": "3a86eee4a502185336eca3d1559cc11db53f710dcb1a720af845985bd522aeca"
|
| 233 |
+
}
|
| 234 |
+
}
|
| 235 |
+
}
|