
The flexible escape · 2
€1,465 · Full cash refund

€1,465 · Full cash refund
Money back. No entrance stairs.
Explore a recorded result.
The AI reads the holiday. Plain code checks each traveller’s wish list.
Keep the complete guide beside you ↗Look at this open classifier. Explain what it already does, check whether it fits my task, and tell me what I would need to run it locally.
Set up this repo on my computer and launch the travel demo with its supplied model. Check my machine, download the required files, and add image understanding if supported. Open the app and help me check one holiday. Keep the model version; ask before any paid setup.

Build a travel checker that reads a holiday’s booking terms and checks four things: a full cash refund, arrival after midnight without calling ahead, a pool guests can use for free, and an included guided hike. Answer yes, no, or can’t tell for each. Show me examples to check before training. Check photos separately from the written terms.
My input is [a holiday offer's complete written booking terms]. My questions are [full cash refund before the deadline; check-in after midnight without arranging it; included pool access; included guided hike]. For each question choose exactly one of [yes, no, can’t tell].
Inspect available memory, accelerator, disk space, Python and installed tools. Explain what can run locally and what is untested. Do not rent a GPU, buy a service, add paid calls, or download unrelated models.
Preserve `apps/agency/models`, the frozen experiments, and the working persona app. Create a new workshop folder with `tools/tutorial.py prepare`. Keep every new output there. Never overwrite the supplied demo checkpoint or an earlier run.
Run the unmodified classifier on the development set and save predictions or a metrics receipt with the model and data hashes. Report accuracy and macro-F1 in plain language and show actual mistakes. Compare simple rules where they could solve this job. Do not assume fine-tuning is required or promise it will improve performance.
Use `tools/tutorial.py` as the working travel recipe. Run an eight-decision smoke check in a separate folder before the full run. Say clearly that this checks the pipeline, not model quality. Then create a new folder for the full dataset.
Freeze the selected checkpoint before the final test. Compare the original and trained models on identical held-out cases, using the same serialization and candidate descriptions. Include all errors, accuracy, macro-F1 and the individual predictions. Distinguish development progress from final-test performance. If the specialist does worse, say so and keep the report. Do not tune on final-test mistakes and call the same data a fresh exam afterward.
Show me how to load my saved checkpoint and classify a new JSON input. Map outputs to an inspectable result with an explicit review branch for missing or uncertain evidence. Start with a separate demo using the tutorial output. The existing travel API has fixed questions and calibration settings; do not point it at a new checkpoint without a compatible adapter and fresh validation.
Give me one README with prerequisites, exact commands, expected files, troubleshooting and a first-result check. Include the base model pin, data provenance, code, checkpoint manifest, measurements, failures and upstream credits. Keep local inference, model downloads and the AI assistant's build-time costs separate. List what still needs my judgment.
“Refunds are hotel credit only.”
Which label fits?
“Contact the booking office to learn which cancellation rules apply.”
Can I get a full cash refund?
Can’t tell insufficient_evidence
Test the original classifier first. Use my checked examples to run a small training check, then train in a separate folder and save the best version. Keep final-test examples out of training, and show me the results and files.
Compare the original model and my trained model on the same untouched examples. Show both sets of answers, the scores, and every mistake. Keep the report even if training made it worse.
“arrival and registration at 01:30 are available automatically without any earlier contact or request”
Can you check in after midnight without arranging it?
Same 360 fresh travel tests · 1,440 text decisions per model · V2 answers in about 0.1 s per holiday on this Mac
Jev scored higher. Our app now runs V2.
“Cancel seven days before arrival for a full refund to your payment card.”
Load the model we saved. Check whether this policy allows a cash refund: “Cancel seven days before arrival for a full refund to your payment card.” Show its answer, then try a policy that offers hotel credit instead.
Our trained text model

Pretrained OpenJev vision
The app combines the answers

Is it a swimming pool?
Can guests use it?
Is it included?
No examples added yet.
You supply the answer. This editor does not train or predict.
The travel demo, prompts and guide are all in one repo.